| Age | Commit message (Expand) | Author |
| 2001-09-04 | Bring references to ipcclean in sync with reality. | Peter Eisentraut |
| 2001-09-04 | Fix typo. | Peter Eisentraut |
| 2001-09-03 | Put some kind of grammatical uniformity in the <refpurpose> lines. | Peter Eisentraut |
| 2001-09-02 | New blood and fresh air for tutorial | Peter Eisentraut |
| 2001-08-31 | The actual execution results are different from examples. | Tatsuo Ishii |
| 2001-08-31 | Actual results are different from examples | Tatsuo Ishii |
| 2001-08-31 | Add ; to the create operator. | Tatsuo Ishii |
| 2001-08-31 | Since 7.1 the data type size of TIME has been increased. | Tatsuo Ishii |
| 2001-08-30 | Fix typo. | Tatsuo Ishii |
| 2001-08-29 | Install the SQL command man pages into a section appropriate for each | Peter Eisentraut |
| 2001-08-29 | Remove useless xreflabel. | Peter Eisentraut |
| 2001-08-28 | Include directory rearrangement | Peter Eisentraut |
| 2001-08-27 | Fix some typos. | Tom Lane |
| 2001-08-26 | Documentation for transaction-ID-wraparound changes. Add a chapter to | Tom Lane |
| 2001-08-26 | Back out "Remove outdated documentation section of ecpg." for Michael. | Bruce Momjian |
| 2001-08-26 | Transaction IDs wrap around, per my proposal of 13-Aug-01. More | Tom Lane |
| 2001-08-26 | Document single-letter createuser encryption options. | 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-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 | Remove outdated documentation section of ecpg. | 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-22 | Add option to output SET SESSION AUTHORIZATION commands rather than | Peter Eisentraut |
| 2001-08-21 | Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions in | Tom Lane |
| 2001-08-21 | Update FAQ. | Bruce Momjian |
| 2001-08-21 | Add SCM_CREDS to get owner of unix-domain socket on BSD-like systems. | Bruce Momjian |
| 2001-08-20 | Update FAQ. | Bruce Momjian |
| 2001-08-16 | Sequences are now based on int8, not int4, arithmetic. SERIAL pseudo-type | Tom Lane |
| 2001-08-16 | Add new MD5 pg_hba.conf keyword. Prevent fallback to crypt. | Bruce Momjian |
| 2001-08-16 | Fix typo. pg_dump -B --> pg_dump -b | Tatsuo Ishii |
| 2001-08-15 | Use MD5 for wire protocol encryption for >= 7.2 client/server. | Bruce Momjian |
| 2001-08-15 | Add convert. | Tatsuo Ishii |
| 2001-08-14 | Put back changes I overwrote in packaging 7.1.3. | Bruce Momjian |
| 2001-08-14 | sum() on int2 and int4 columns now uses an int8, not numeric, accumulator | Tom Lane |
| 2001-08-14 | Add HISTORY for 7.1.3. Packaging done. | Bruce Momjian |
| 2001-08-13 | Make LANCOMPILER clause in CREATE LANGUAGE optional. Allow "identifier" | Peter Eisentraut |
| 2001-08-13 | Patch NAME section of reference pages. | Bruce Momjian |
| 2001-08-12 | Make pg_dump handle the new privileges. | Peter Eisentraut |
| 2001-08-10 | Document column-name-list option of CREATE VIEW ... which has been there | Tom Lane |
| 2001-08-10 | Mention that COPY cannot be used on a view (per recent suggestion). | Tom Lane |
| 2001-08-10 | Since PQoidStatus is deprecated, we should probably stop using it in | Tom Lane |
| 2001-08-10 | Cleanup some minor oversights in optional-OIDs stuff. | Tom Lane |
| 2001-08-10 | Make OIDs optional, per discussions in pghackers. WITH OIDS is still the | Tom Lane |
| 2001-08-10 | The portion about the PQgetssl() function in the libpq documentation | Bruce Momjian |
| 2001-08-10 | Patch to LOCK multiple tables in one LOCK command. | Bruce Momjian |
| 2001-08-09 | corrections from the DocNotes | Peter Eisentraut |
| 2001-08-07 | some clarifications inspired by the DocNotes | Peter Eisentraut |
| 2001-08-06 | Update now-obsolete example of platform-specific regression comparison | Tom Lane |
| 2001-08-06 | Modify partial-index-predicate applicability tester to test whether | Tom Lane |