| Age | Commit message (Expand) | Author |
| 2001-11-12 | Indent new rename.c for Tom Lane. | Bruce Momjian |
| 2001-11-12 | Make ALTER TABLE RENAME update foreign-key trigger arguments correctly. | Tom Lane |
| 2001-11-12 | Clean up a bunch of ScanKeyEntryInitialize calls that weren't bothering | Tom Lane |
| 2001-11-05 | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian |
| 2001-11-04 | Merge three existing ways of signaling postmaster from child processes, | Tom Lane |
| 2001-11-02 | Fix pg_pwd caching mechanism, which was broken by changes to fork | Tom Lane |
| 2001-11-02 | Fix problem reported by Alex Korn: if a relation has been dropped and | Tom Lane |
| 2001-11-01 | Reject tabs and linefeeds in usernames and passwords that are being | Tom Lane |
| 2001-10-31 | Add ALTER TABLE ADD UNIQUE regression tests from Christopher Kings-Lynne. | Bruce Momjian |
| 2001-10-28 | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian |
| 2001-10-25 | Fix a couple of places where lack of parenthesization of a cast | Tom Lane |
| 2001-10-25 | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian |
| 2001-10-24 | Allow concurrent index creation for the same table. | Hiroshi Inoue |
| 2001-10-23 | Fix foreign keys on system columns. | Tom Lane |
| 2001-10-18 | Accept an INTERVAL argument for SET TIME ZONE per SQL99. | Thomas G. Lockhart |
| 2001-10-13 | Mention createlang when language not installed, per problem report. | Bruce Momjian |
| 2001-10-12 | Break transformCreateStmt() into multiple routines and make | Tom Lane |
| 2001-10-08 | Make ALTER TABLE RENAME COLUMN update column names of indexes that | Tom Lane |
| 2001-10-05 | Further cleanup of dynahash.c API, in pursuit of portability and | Tom Lane |
| 2001-10-04 | Consider interpreting a function call as a trivial (binary-compatible) | Tom Lane |
| 2001-10-03 | DROP AGGREGATE and COMMENT ON AGGREGATE now accept the expected syntax | Tom Lane |
| 2001-10-02 | Add CREATE OR REPLACE FUNCTION syntax to allow replacing a function | Tom Lane |
| 2001-09-29 | Implement new 'lightweight lock manager' that's intermediate between | Tom Lane |
| 2001-09-21 | Give VACUUM its own GUC parameter for memory usage, rather than | Tom Lane |
| 2001-09-19 | Avoid unnecessary strcasecmp -- replace by strcmp. Fixes reported bug | Peter Eisentraut |
| 2001-09-19 | Replace useless strcasecmp's by strcmp's. | Peter Eisentraut |
| 2001-09-18 | EXPLAIN ANALYZE feature to measure and show actual runtimes and tuple | Tom Lane |
| 2001-09-08 | Make the world somewhat safe for (not from) DELETE FROM pg_shadow; | Peter Eisentraut |
| 2001-09-08 | Clean up some confusion about where and how to set whereToSendOutput. | Tom Lane |
| 2001-09-07 | Here is my much-promised patch to let people add UNIQUE constraints after | Bruce Momjian |
| 2001-09-06 | Commit Karel's patch. | Tatsuo Ishii |
| 2001-09-06 | Fix handling of pg_type.typdefault per bug report from Dave Blasby. | Tom Lane |
| 2001-09-04 | Fix comment, add Assert. | Tom Lane |
| 2001-08-26 | Transaction IDs wrap around, per my proposal of 13-Aug-01. More | Tom Lane |
| 2001-08-23 | Ensure that all TransactionId comparisons are encapsulated in macros | Tom Lane |
| 2001-08-21 | Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions in | Tom Lane |
| 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-15 | Move md5.h contents to crypt.h. | Bruce Momjian |
| 2001-08-15 | Use MD5 for wire protocol encryption for >= 7.2 client/server. | Bruce Momjian |
| 2001-08-12 | Make ALTER TABLE RENAME on a view rename the view's on-select rule too. | Tom Lane |
| 2001-08-10 | Make OIDs optional, per discussions in pghackers. WITH OIDS is still the | Tom Lane |
| 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-06 | Modify partial-index-predicate applicability tester to test whether | Tom Lane |
| 2001-08-04 | Back out LOCK A,B,C patch at Tom's suggestion. | Bruce Momjian |
| 2001-08-04 | Add LOCK A,B,C functionality as LOCK A;LOCK B;LOCK C; as agreed. | Bruce Momjian |
| 2001-08-04 | Fix handling of SIGCHLD, per recent pghackers discussion: on some | Tom Lane |
| 2001-08-03 | For some reason, CREATE TYPE has only accepted alignment specifications | Tom Lane |
| 2001-08-02 | Fix some poor decisions about sizing of trigger-related memory contexts. | Tom Lane |