1998-10-08 |
Tom Lane | Grammar, my boy, grammar :-( |
commit | commitdiff | tree | snapshot |
1998-10-08 |
Tom Lane | I'm too short of time to make these man pages look... |
commit | commitdiff | tree | snapshot |
1998-10-08 |
Tom Lane | I continue my quest to eliminate documentation that... |
commit | commitdiff | tree | snapshot |
1998-10-08 |
Bruce Momjian | Add changelog. |
commit | commitdiff | tree | snapshot |
1998-10-08 |
Bruce Momjian | remove unused file. |
commit | commitdiff | tree | snapshot |
1998-10-08 |
Bruce Momjian | Just a quick patch. This makes the JDBC driver thread... |
commit | commitdiff | tree | snapshot |
1998-10-08 |
Bruce Momjian | Cleanup for snprintf for long long's. |
commit | commitdiff | tree | snapshot |
1998-10-08 |
Tom Lane | Link unlisten.sgml into what I hope are the right places. |
commit | commitdiff | tree | snapshot |
1998-10-08 |
Bruce Momjian | I agree. I think, though, that the best argument prese... |
commit | commitdiff | tree | snapshot |
1998-10-08 |
Tom Lane | And some UNLISTEN doco too! |
commit | commitdiff | tree | snapshot |
1998-10-08 |
Tom Lane | LISTEN/NOTIFY doc improvements. |
commit | commitdiff | tree | snapshot |
1998-10-08 |
Bruce Momjian | Hello! |
commit | commitdiff | tree | snapshot |
1998-10-07 |
Bruce Momjian | vacuum cleanups |
commit | commitdiff | tree | snapshot |
1998-10-07 |
Bruce Momjian | Fix snprintf.c for machines that don't have long long... |
commit | commitdiff | tree | snapshot |
1998-10-07 |
Thomas G. Lockhart | Use the $(LN_S) substitution for "ln -s" since configur... |
commit | commitdiff | tree | snapshot |
1998-10-07 |
Thomas G. Lockhart | Clean up for configuration from the Postgres main confi... |
commit | commitdiff | tree | snapshot |
1998-10-07 |
Thomas G. Lockhart | Add conditional compilation of the ODBC directory. |
commit | commitdiff | tree | snapshot |
1998-10-07 |
Thomas G. Lockhart | Add a few items to support an integrated build of the... |
commit | commitdiff | tree | snapshot |
1998-10-07 |
Thomas G. Lockhart | Separate out the lextest so that it is run by "make... |
commit | commitdiff | tree | snapshot |
1998-10-07 |
Bruce Momjian | make lock variable only used with fcntl |
commit | commitdiff | tree | snapshot |
1998-10-07 |
Bruce Momjian | Update pg_dump sgml and manuals to remove rule restriction. |
commit | commitdiff | tree | snapshot |
1998-10-06 |
Bruce Momjian | Playing around with pg_dump for a while resulted... |
commit | commitdiff | tree | snapshot |
1998-10-06 |
Tom Lane | Took it on myself to change libpq's sharedlib version... |
commit | commitdiff | tree | snapshot |
1998-10-06 |
Tom Lane | If we're going to offer a default definition of PQmblen, |
commit | commitdiff | tree | snapshot |
1998-10-06 |
Tom Lane | Re-apply fix stomped on by someone else's patch. Tsk... |
commit | commitdiff | tree | snapshot |
1998-10-06 |
Thomas G. Lockhart | Update source code to Byron's v6.30.0250 sources plus... |
commit | commitdiff | tree | snapshot |
1998-10-06 |
Thomas G. Lockhart | Install man pages from here now. "make install" will... |
commit | commitdiff | tree | snapshot |
1998-10-06 |
Thomas G. Lockhart | Try to configure interfaces/odbc using the --with-odbc... |
commit | commitdiff | tree | snapshot |
1998-10-06 |
Thomas G. Lockhart | Forgot to initialize double quote option to be enabled. |
commit | commitdiff | tree | snapshot |
1998-10-06 |
Thomas G. Lockhart | Add mention of the new "suppress double quotes" command... |
commit | commitdiff | tree | snapshot |
1998-10-06 |
Bruce Momjian | Fix for double free from Tatsuo Ishii |
commit | commitdiff | tree | snapshot |
1998-10-06 |
Bruce Momjian | > > There is a bug in check_foreign_key of refint.c... |
commit | commitdiff | tree | snapshot |
1998-10-06 |
Bruce Momjian | Hi all |
commit | commitdiff | tree | snapshot |
1998-10-06 |
Bruce Momjian | Here are the patches against the current source tree... |
commit | commitdiff | tree | snapshot |
1998-10-06 |
Tom Lane | Substantial rewrite of async.c to avoid problems with... |
commit | commitdiff | tree | snapshot |
1998-10-06 |
Tom Lane | Add configure test to make sure fcntl(SETLK) is available. |
commit | commitdiff | tree | snapshot |
1998-10-06 |
Tom Lane | Add configure test to make sure fcntl(SETLK) is available, |
commit | commitdiff | tree | snapshot |
1998-10-05 |
Tom Lane | Many updates... |
commit | commitdiff | tree | snapshot |
1998-10-05 |
Thomas G. Lockhart | Information is now in the chapter on syntax in the... |
commit | commitdiff | tree | snapshot |
1998-10-05 |
Thomas G. Lockhart | Add new information for utility commands. |
commit | commitdiff | tree | snapshot |
1998-10-05 |
Thomas G. Lockhart | Properly interpret environment variables passed as... |
commit | commitdiff | tree | snapshot |
1998-10-05 |
Thomas G. Lockhart | Fix up warning and error messages to use single-quotes... |
commit | commitdiff | tree | snapshot |
1998-10-05 |
Thomas G. Lockhart | Fix up warning and error messages to use single-quotes... |
commit | commitdiff | tree | snapshot |
1998-10-04 |
Tom Lane | Add note explaining that NoticeResponse messages can |
commit | commitdiff | tree | snapshot |
1998-10-04 |
Tom Lane | Disable doubling of backslashes in PQprint, per discussion |
commit | commitdiff | tree | snapshot |
1998-10-04 |
Tom Lane | hash.h's use of BSHIFT conflicts with <sys/param.h... |
commit | commitdiff | tree | snapshot |
1998-10-04 |
Tom Lane | Our 'install-sh' script is BSD-style, therefore requires -c |
commit | commitdiff | tree | snapshot |
1998-10-04 |
Bruce Momjian | Add includes for prototypes for new IP type. |
commit | commitdiff | tree | snapshot |
1998-10-04 |
Bruce Momjian | Unixware patches from Billy G. Allie. |
commit | commitdiff | tree | snapshot |
1998-10-04 |
Bruce Momjian | Add prototype include to inet types. |
commit | commitdiff | tree | snapshot |
1998-10-04 |
Bruce Momjian | Remove u_int32_t |
commit | commitdiff | tree | snapshot |
1998-10-04 |
Bruce Momjian | cnf'ify cleanup |
commit | commitdiff | tree | snapshot |
1998-10-03 |
Bruce Momjian | Integrate new IP type from Tom Ivar Helbekkmo. |
commit | commitdiff | tree | snapshot |
1998-10-03 |
Thomas G. Lockhart | Changes from Michael Meskes: |
commit | commitdiff | tree | snapshot |
1998-10-03 |
Thomas G. Lockhart | Update for newest changes. |
commit | commitdiff | tree | snapshot |
1998-10-02 |
Bruce Momjian | Please apply the patch at the end. Disables use... |
commit | commitdiff | tree | snapshot |
1998-10-02 |
Thomas G. Lockhart | Obsolete information completely superceded by the sgml... |
commit | commitdiff | tree | snapshot |
1998-10-02 |
Thomas G. Lockhart | Surround all identifiers with double quotes. |
commit | commitdiff | tree | snapshot |
1998-10-02 |
Bruce Momjian | Here's a combination of all the patches I'm current... |
commit | commitdiff | tree | snapshot |
1998-10-02 |
Bruce Momjian | the following little patch adds array reference... |
commit | commitdiff | tree | snapshot |
1998-10-02 |
Bruce Momjian | Summary |
commit | commitdiff | tree | snapshot |
1998-10-02 |
Bruce Momjian | Fixes for Irix from Robert Bruccoleri |
commit | commitdiff | tree | snapshot |
1998-10-02 |
Bruce Momjian | Here's the new diff for getting the NS32K assembly... |
commit | commitdiff | tree | snapshot |
1998-10-02 |
Bruce Momjian | regproc cleanups |
commit | commitdiff | tree | snapshot |
1998-10-02 |
Bruce Momjian | Fix for regproc so proc name can be supplied if unique... |
commit | commitdiff | tree | snapshot |
1998-10-02 |
Tom Lane | Fix potential coredump in pg_conndefaults (assigning... |
commit | commitdiff | tree | snapshot |
1998-10-02 |
Bruce Momjian | Search contrib/tcl for tcl startup. |
commit | commitdiff | tree | snapshot |
1998-10-02 |
Tom Lane | Clean up some minor bugs concerning what was inside... |
commit | commitdiff | tree | snapshot |
1998-10-01 |
Bruce Momjian | Fix for constbyval. |
commit | commitdiff | tree | snapshot |
1998-10-01 |
Bruce Momjian | Fix for constbyval . |
commit | commitdiff | tree | snapshot |
1998-10-01 |
Marc G. Fournier | failed to add some of Jan's files :( |
commit | commitdiff | tree | snapshot |
1998-10-01 |
Tom Lane | Get rid of some long-dead code that thinks NOTIFY is... |
commit | commitdiff | tree | snapshot |
1998-10-01 |
Tom Lane | Make HP-PA S_UNLOCK a little faster and less dependent... |
commit | commitdiff | tree | snapshot |
1998-10-01 |
Tom Lane | pg_dump -z was careless about ownership of indexes. |
commit | commitdiff | tree | snapshot |
1998-10-01 |
Tom Lane | Simplify pg_result by using new libpq PQresultErrorMessage; |
commit | commitdiff | tree | snapshot |
1998-10-01 |
Tom Lane | Update libpq to store an error message in PGresult... |
commit | commitdiff | tree | snapshot |
1998-10-01 |
Tom Lane | Change HPUX loader flags to trap null pointer derefs |
commit | commitdiff | tree | snapshot |
1998-09-30 |
Thomas G. Lockhart | Update to track newest gram.y. |
commit | commitdiff | tree | snapshot |
1998-09-30 |
Thomas G. Lockhart | Add as many keywords as possible to column identifier... |
commit | commitdiff | tree | snapshot |
1998-09-30 |
Thomas G. Lockhart | Message changed slightly since "rename" is now allowed... |
commit | commitdiff | tree | snapshot |
1998-09-30 |
Thomas G. Lockhart | Clean up pages. Add information for operator precedence. |
commit | commitdiff | tree | snapshot |
1998-09-30 |
Thomas G. Lockhart | Add new SQL reference page and the first utility/app... |
commit | commitdiff | tree | snapshot |
1998-09-29 |
Marc G. Fournier | From: Jan Wieck <jwieck@debis.com> |
commit | commitdiff | tree | snapshot |
1998-09-27 |
Edmund Mergl | pgsql_perl5-1.8.0 |
commit | commitdiff | tree | snapshot |
1998-09-25 |
Bruce Momjian | multi-byte fix from Tatsuo Ishii |
commit | commitdiff | tree | snapshot |
1998-09-25 |
Bruce Momjian | Add new Makefile from Jan. |
commit | commitdiff | tree | snapshot |
1998-09-25 |
Thomas G. Lockhart | Bracket filename in LOAD error message with single... |
commit | commitdiff | tree | snapshot |
1998-09-25 |
Thomas G. Lockhart | Update to track gram.y. |
commit | commitdiff | tree | snapshot |
1998-09-25 |
Thomas G. Lockhart | Cleanup markup and minor editing to prepare for first... |
commit | commitdiff | tree | snapshot |
1998-09-25 |
Thomas G. Lockhart | Include the graphics directory in build lookup path. |
commit | commitdiff | tree | snapshot |
1998-09-25 |
Thomas G. Lockhart | Clean up existing debugging print statements. |
commit | commitdiff | tree | snapshot |
1998-09-25 |
Thomas G. Lockhart | Clean up code in analyze.c for SERIAL data type. |
commit | commitdiff | tree | snapshot |
1998-09-25 |
Bruce Momjian | Fix comment for regproc. |
commit | commitdiff | tree | snapshot |
1998-09-25 |
Bruce Momjian | MB patches from Tatsuo Ishii |
commit | commitdiff | tree | snapshot |
1998-09-23 |
Bruce Momjian | Fix for datetime from Tatsuo Ishii |
commit | commitdiff | tree | snapshot |
1998-09-23 |
Bruce Momjian | Fix for oidArray from Christopher Oliver. |
commit | commitdiff | tree | snapshot |
1998-09-23 |
Bruce Momjian | Allow 8-key indexes. |
commit | commitdiff | tree | snapshot |
1998-09-23 |
Marc G. Fournier | Add in, I think, support for %lld in snprintf(), specif... |
commit | commitdiff | tree | snapshot |
1998-09-22 |
Bruce Momjian | Fix for SELECT NOT boolfield FROM table |
commit | commitdiff | tree | snapshot |
1998-09-22 |
Bruce Momjian | Cleanup for oid8[] from Tatsuo Ishii. |
commit | commitdiff | tree | snapshot |
next |