| Age | Commit message (Expand) | Author |
| 2001-08-26 | Transaction IDs wrap around, per my proposal of 13-Aug-01. More | Tom Lane |
| 2001-08-25 | Fix portability problem in new CLOG code, per report from Rene Pijlman. | Tom Lane |
| 2001-08-25 | Replace implementation of pg_log as a relation accessed through the | Tom Lane |
| 2001-08-25 | Add intended Array.java file that accidentally was patched into the | Bruce Momjian |
| 2001-08-25 | Hide backend debug output in initdb by default. To that end, the bootstrap | Peter Eisentraut |
| 2001-08-24 | Start adding some more documentation about the number types. Make | Peter Eisentraut |
| 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 | 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-21 | Remove special-case treatment of all-zeroes MAC address, per today's | Tom Lane |
| 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 | Regroup GEQO configs. | Bruce Momjian |
| 2001-08-21 | Fix SCM_CREDS for FreeBSD, from Teodor Sigaev. | 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 | Add SCM_CREDS to get owner of unix-domain socket on BSD-like systems. | Bruce Momjian |
| 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 |
| 2001-08-17 | Force crypt() salt to be null-terminated. | Bruce Momjian |
| 2001-08-17 | Add 4-byte MD5 salt. | 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 | Remove protocol version change. Try MD5 first, then crypt() on all clients. | Bruce Momjian |
| 2001-08-15 | Use malloc/palloc as appropriate. | Bruce Momjian |
| 2001-08-15 | Move md5.h contents to crypt.h. | Bruce Momjian |
| 2001-08-15 | Add new files. | Bruce Momjian |
| 2001-08-15 | Use MD5 for wire protocol encryption for >= 7.2 client/server. | Bruce Momjian |
| 2001-08-15 | Add conver/convert2 functions. They are similar to the SQL99's convert. | Tatsuo Ishii |
| 2001-08-14 | sum() on int2 and int4 columns now uses an int8, not numeric, accumulator | Tom Lane |
| 2001-08-14 | Fix brokenness of nested EXCEPT/INTERSECT queries. prepunion was being | Tom Lane |
| 2001-08-13 | Make LANCOMPILER clause in CREATE LANGUAGE optional. Allow "identifier" | Peter Eisentraut |
| 2001-08-13 | Make hashjoin give the right answer with toasted input data. | Tom Lane |
| 2001-08-13 | Add comparison operators and btree indexing support for type bytea. | Tom Lane |
| 2001-08-12 | Make ALTER TABLE RENAME on a view rename the view's on-select rule too. | Tom Lane |
| 2001-08-11 | CREATE VIEW with optional column name list wasn't quite right for the | Tom Lane |
| 2001-08-10 | update | Peter Eisentraut |
| 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 | message refinements | Peter Eisentraut |
| 2001-08-10 | 1. null-safe interface to GiST | Bruce Momjian |
| 2001-08-10 | Patch to LOCK multiple tables in one LOCK command. | Bruce Momjian |
| 2001-08-09 | Use format_type sibling in backend error messages, so the user sees | Peter Eisentraut |
| 2001-08-09 | No longer a need for -Wno-error | Peter Eisentraut |
| 2001-08-07 | A small patch to keep postgres working on the latest BeOS. | Bruce Momjian |
| 2001-08-07 | Fix thinko (revealed by gcc warning). | Tom Lane |
| 2001-08-07 | Add a check for end of client connection before expecting a password | Peter Eisentraut |