| Age | Commit message (Expand) | Author |
| 2008-05-09 | Change the rules for inherited CHECK constraints to be essentially the same | Tom Lane |
| 2008-01-01 | Update copyrights in source tree to 2008. | Bruce Momjian |
| 2007-01-05 | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian |
| 2006-07-13 | Allow include files to compile own their own. | Bruce Momjian |
| 2006-07-03 | Code review for FILLFACTOR patch. Change WITH grammar as per earlier | Tom Lane |
| 2006-07-02 | Add FILLFACTOR to CREATE INDEX. | Bruce Momjian |
| 2006-06-27 | Revert patch, doesn't do what it should: | Bruce Momjian |
| 2006-06-27 | Disallow changing/dropping default expression of a SERIAL column | Bruce Momjian |
| 2006-04-30 | Revert patch pending more discussion: | Bruce Momjian |
| 2006-04-29 | Disallow changing DEFAULT expression of a SERIAL column. | Bruce Momjian |
| 2006-03-05 | Update copyright for 2006. Update scripts. | Bruce Momjian |
| 2006-03-03 | Add CASCADE option to TRUNCATE. Joachim Wieland | Tom Lane |
| 2005-10-15 | Standard pgindent run for 8.1. | Bruce Momjian |
| 2005-08-26 | Arrange for indexes and toast tables to inherit their ownership from | Tom Lane |
| 2005-04-14 | First phase of project to use fixed OIDs for all system catalogs and | Tom Lane |
| 2005-01-27 | Generalize TRUNCATE to support truncating multiple tables in one | Tom Lane |
| 2004-12-31 | Tag appropriate files for rc3 | PostgreSQL Daemon |
| 2004-08-31 | Fix unintended assignment of sequences to the containing schema's | Tom Lane |
| 2004-08-29 | Update copyright to 2004. | Bruce Momjian |
| 2004-08-28 | Rearrange order of operations in heap_drop_with_catalog and index_drop | Tom Lane |
| 2004-07-11 | Move TablespaceCreateDbspace() call into smgrcreate(), which is where it | Tom Lane |
| 2004-06-18 | Tablespaces. Alternate database locations are dead, long live tablespaces. | Tom Lane |
| 2004-05-05 | ALTER TABLE rewrite. New cool stuff: | Tom Lane |
| 2004-03-23 | Upgrade ALTER TABLE DROP COLUMN so that it can drop an OID column, and | Tom Lane |
| 2004-02-15 | First steps towards statistics on expressional (nee functional) indexes. | Tom Lane |
| 2003-11-29 | make sure the $Id tags are converted to $PostgreSQL as well ... | PostgreSQL Daemon |
| 2003-09-19 | Disallow foreign-key references from temp tables to permanent tables. | Tom Lane |
| 2003-08-04 | Update copyrights to 2003. | Bruce Momjian |
| 2002-12-16 | Fix ALTER TABLE ADD COLUMN to disallow the same column types that are | Tom Lane |
| 2002-11-11 | Code review for ON COMMIT patch. Make the actual on-commit action happen | Tom Lane |
| 2002-11-09 | Add code to handle [ON COMMIT { PRESERVE ROWS | DELETE ROWS | DROP }] | Bruce Momjian |
| 2002-09-04 | pgindent run. | Bruce Momjian |
| 2002-09-02 | Code review for HeapTupleHeader changes. Add version number to page headers | Tom Lane |
| 2002-08-02 | ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne, | Tom Lane |
| 2002-07-15 | Use the dependency mechanism to manage column defaults. We need this | Tom Lane |
| 2002-07-14 | In DeleteAttributeTuples, use a single indexscan instead of the multiple | Tom Lane |
| 2002-07-12 | Second phase of committing Rod Taylor's pg_depend/pg_constraint patch. | Tom Lane |
| 2002-06-20 | Update copyright to 2002. | Bruce Momjian |
| 2002-04-27 | Support toasting of shared system relations, and provide toast tables for | Tom Lane |
| 2002-03-31 | Reimplement temp tables using schemas. The temp table map is history; | Tom Lane |
| 2002-03-29 | pg_type has a typnamespace column; system now supports creating types | Tom Lane |
| 2002-03-26 | pg_class has a relnamespace column. You can create and access tables | Tom Lane |
| 2002-03-20 | Code review for DOMAIN patch. | Tom Lane |
| 2002-03-19 | The attached patch cleans up the implementation of the TRUNCATE command; | Bruce Momjian |
| 2002-03-19 | Add DOMAIN support. Includes manual pages and regression tests, from | Bruce Momjian |
| 2002-03-07 | Back out domain patch until it works properly. | Bruce Momjian |
| 2002-03-06 | Ok. Updated patch attached. | Bruce Momjian |
| 2001-11-05 | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian |
| 2001-10-28 | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian |
| 2001-10-25 | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian |