Commits

DateSubjectAuthorReleases
2008-05-09 Change the rules for inherited CHECK constraints to be essentially the same Tom Lane 8.4.0
2006-07-03 Code review for FILLFACTOR patch. Change WITH grammar as per earlier Tom Lane 8.2.0
2006-03-03 Add CASCADE option to TRUNCATE. Joachim Wieland Tom Lane 8.2.0
2005-08-26 Arrange for indexes and toast tables to inherit their ownership from Tom Lane 8.1.0
2005-04-14 First phase of project to use fixed OIDs for all system catalogs and Tom Lane 8.1.0
2005-01-27 Generalize TRUNCATE to support truncating multiple tables in one Tom Lane 8.1.0
2004-08-31 Fix unintended assignment of sequences to the containing schema's Tom Lane 8.0.0
2004-08-28 Rearrange order of operations in heap_drop_with_catalog and index_drop Tom Lane 8.0.0
2004-07-11 Move TablespaceCreateDbspace() call into smgrcreate(), which is where it Tom Lane 8.0.0
2004-06-18 Tablespaces. Alternate database locations are dead, long live tablespaces. Tom Lane 8.0.0
2004-05-05 ALTER TABLE rewrite. New cool stuff: Tom Lane 8.0.0
2004-03-23 Upgrade ALTER TABLE DROP COLUMN so that it can drop an OID column, and Tom Lane 8.0.0
2004-02-15 First steps towards statistics on expressional (nee functional) indexes. Tom Lane 8.0.0
2003-09-19 Disallow foreign-key references from temp tables to permanent tables. Tom Lane 7.4.1
2002-12-16 Fix ALTER TABLE ADD COLUMN to disallow the same column types that are Tom Lane 7.3.1
2002-12-16 Fix ALTER TABLE ADD COLUMN to disallow the same column types that are Tom Lane 7.4.1
2002-11-11 Code review for ON COMMIT patch. Make the actual on-commit action happen Tom Lane 7.4.1
2002-09-02 Code review for HeapTupleHeader changes. Add version number to page headers Tom Lane 7.3.1
2002-08-02 ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne, Tom Lane 7.3.1
2002-07-15 Use the dependency mechanism to manage column defaults. We need this Tom Lane 7.3.1
2002-07-14 In DeleteAttributeTuples, use a single indexscan instead of the multiple Tom Lane 7.3.1
2002-07-12 Second phase of committing Rod Taylor's pg_depend/pg_constraint patch. Tom Lane 7.3.1
2002-04-27 Support toasting of shared system relations, and provide toast tables for Tom Lane 7.3.1
2002-03-31 Reimplement temp tables using schemas. The temp table map is history; Tom Lane 7.3.1
2002-03-29 pg_type has a typnamespace column; system now supports creating types Tom Lane 7.3.1