Commits

DateSubjectAuthorReleases
2012-08-11 Fix dependencies generated during ALTER TABLE ADD CONSTRAINT USING INDEX. Tom Lane 9.3.0
2011-04-19 Avoid changing an index's indcheckxmin horizon during REINDEX. Tom Lane 8.3.16
2011-04-19 Avoid changing an index's indcheckxmin horizon during REINDEX. Tom Lane 8.4.9
2011-04-19 Avoid changing an index's indcheckxmin horizon during REINDEX. Tom Lane 9.0.5
2011-04-19 Avoid changing an index's indcheckxmin horizon during REINDEX. Tom Lane 9.1.0
2011-04-16 Simplify reindex_relation's API. Tom Lane 9.1.0
2011-01-25 Implement ALTER TABLE ADD UNIQUE/PRIMARY KEY USING INDEX. Tom Lane 9.1.0
2010-02-07 Work around deadlock problems with VACUUM FULL/CLUSTER on system catalogs, Tom Lane 9.0.0
2010-02-07 Create a "relation mapping" infrastructure to support changing the relfilenodes Tom Lane 9.0.0
2010-02-03 Assorted cleanups in preparation for using a map file to support altering Tom Lane 9.0.0
2009-12-23 Adjust naming of indexes and their columns per recent discussion. Tom Lane 9.0.0
2009-07-29 Support deferrable uniqueness constraints. Tom Lane 9.0.0
2008-11-13 Prevent synchronous scan during GIN index build, because GIN is optimized Tom Lane 8.3.6
2008-11-13 Prevent synchronous scan during GIN index build, because GIN is optimized Tom Lane 8.4.0
2007-01-09 Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LAST Tom Lane 8.3.0
2006-08-25 Add the ability to create indexes 'concurrently', that is, without Tom Lane 8.2.0
2006-07-31 Change the bootstrap sequence so that toast tables for system catalogs are Tom Lane 8.2.0
2006-07-03 Code review for FILLFACTOR patch. Change WITH grammar as per earlier Tom Lane 8.2.0
2006-05-10 Clean up code associated with updating pg_class statistics columns Tom Lane 8.2.0
2005-04-14 First phase of project to use fixed OIDs for all system catalogs and Tom Lane 8.1.0
2005-03-21 Convert index-related tuple handling routines from char 'n'/' ' to bool Tom Lane 8.1.0
2005-03-16 Revise TupleTableSlot code to avoid unnecessary construction and disassembly Tom Lane 8.1.0
2004-06-18 Tablespaces. Alternate database locations are dead, long live tablespaces. Tom Lane 8.0.0
2004-05-08 Get rid of cluster.c's apparatus for rebuilding a relation's indexes Tom Lane 8.0.0
2004-05-05 ALTER TABLE rewrite. New cool stuff: Tom Lane 8.0.0