| Age | Commit message (Expand) | Author |
| 2001-08-26 | Please pull this patch. It breaks JDBC1 support. The JDBC1 code no | Bruce Momjian |
| 2001-08-26 | Transaction IDs wrap around, per my proposal of 13-Aug-01. More | Tom Lane |
| 2001-08-26 | Add single-letter encryption options for createuser. Update createuser --help. | Bruce Momjian |
| 2001-08-26 | Put createuser ENCRYPTED/UNENCRYPTED in the proper place in the query. | Bruce Momjian |
| 2001-08-26 | >>>>The JDBC driver requires | Bruce Momjian |
| 2001-08-26 | Here is a patch to the resultmap to make the regression tests work on | Bruce Momjian |
| 2001-08-26 | The attached file: SerializePatch2.tgz, contains a patch for | Bruce Momjian |
| 2001-08-25 | Fix portability problem in new CLOG code, per report from Rene Pijlman. | Tom Lane |
| 2001-08-25 | Re-apply Array.java patch to new Array.java file to fix compile. | Bruce Momjian |
| 2001-08-25 | Replace implementation of pg_log as a relation accessed through the | Tom Lane |
| 2001-08-25 | Add ENCRYPTED/UNENCRYPTED control in createuser script. | Bruce Momjian |
| 2001-08-25 | Add MD5 to win32.mak | Bruce Momjian |
| 2001-08-25 | Add intended Array.java file that accidentally was patched into the | Bruce Momjian |
| 2001-08-25 | update from Serguei Mokhov | Peter Eisentraut |
| 2001-08-25 | Hide backend debug output in initdb by default. To that end, the bootstrap | Peter Eisentraut |
| 2001-08-24 | c.h needs to include postgres_ext.h to be self-contained. | Peter Eisentraut |
| 2001-08-24 | Missed this part in pg_config.h rename. | Peter Eisentraut |
| 2001-08-24 | Add ecpg --help and --version. Renumber the exit status codes, which were | Peter Eisentraut |
| 2001-08-24 | Start adding some more documentation about the number types. Make | Peter Eisentraut |
| 2001-08-24 | Reverse sense of comparison in psql socket test, per Tom Lane. | Bruce Momjian |
| 2001-08-24 | There are two problems when compiling libpq.dll and psql.exe | Bruce Momjian |
| 2001-08-24 | Attached is a patch to fix the current issues with building under jdbc1. | Bruce Momjian |
| 2001-08-24 | Rename config.h to pg_config.h and os.h to pg_config_os.h, fix a number of | Peter Eisentraut |
| 2001-08-23 | Ensure that all TransactionId comparisons are encapsulated in macros | Tom Lane |
| 2001-08-23 | Allow the return value of an SQL function to be binary-compatible with | Tom Lane |
| 2001-08-22 | Add option to output SET SESSION AUTHORIZATION commands rather than | Peter Eisentraut |
| 2001-08-22 | remove no longer needed -Wno-error | Peter Eisentraut |
| 2001-08-22 | Update GiST for new pg_opclass arrangement (finally a clean solution | Tom Lane |
| 2001-08-22 | Attached is a simple one line patch for the problem reported in the | Bruce Momjian |
| 2001-08-21 | Here's a resend of the patch.gz. I gunzip'ed it fine here | Bruce Momjian |
| 2001-08-21 | Remove special-case treatment of all-zeroes MAC address, per today's | Tom Lane |
| 2001-08-21 | > Ok, where's a "system dependent hack" :) | Bruce Momjian |
| 2001-08-21 | Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions in | Tom Lane |
| 2001-08-21 | Move WAL params higher in file, next to fsync option. | Bruce Momjian |
| 2001-08-21 | Add -Wno-error because of "unclean" flex output. | Peter Eisentraut |
| 2001-08-21 | Regroup GEQO configs. | Bruce Momjian |
| 2001-08-21 | Fix SCM_CREDS for FreeBSD, from Teodor Sigaev. | Bruce Momjian |
| 2001-08-21 | Add new jdbc array file. | Bruce Momjian |
| 2001-08-21 | Add ECPGd_cardinality to end of enum list so ecpg compiles. | Bruce Momjian |
| 2001-08-21 | Add missing include for SCM_CREDS. | Bruce Momjian |
| 2001-08-21 | Fix SO_PEERCRED printf bug added with SCM_CREDS cleanup. | Bruce Momjian |
| 2001-08-21 | Fix a lot of compile errors on unix. | Hiroshi Inoue |
| 2001-08-21 | > | Bruce Momjian |
| 2001-08-21 | Add SCM_CREDS to get owner of unix-domain socket on BSD-like systems. | Bruce Momjian |
| 2001-08-19 | One more round of translations and slight message tweaks | Peter Eisentraut |
| 2001-08-19 | - Synced preproc.y with gram.y. | Michael Meskes |
| 2001-08-18 | 1) Change all internal SQL function calls from | Hiroshi Inoue |
| 2001-08-17 | Ensure to hold an exclusive lock while reindexing a relation. | Hiroshi Inoue |
| 2001-08-17 | A little more code reorg for MD5/crypt. | Bruce Momjian |
| 2001-08-17 | Reorder MD5/crypt so MD5 comes first in the code. | Bruce Momjian |