Commits

DateSubjectAuthorReleases
2012-01-12 Fix CLUSTER/VACUUM FULL for toast values owned by recently-updated rows. Tom Lane 9.1.3
2012-01-12 Fix CLUSTER/VACUUM FULL for toast values owned by recently-updated rows. Tom Lane 9.2.0
2011-10-14 Measure the number of all-visible pages for use in index-only scan costing. Tom Lane 9.2.0
2011-08-16 Preserve toast value OIDs in toast-swap-by-content for CLUSTER/VACUUM FULL. Tom Lane 9.0.5
2011-08-16 Preserve toast value OIDs in toast-swap-by-content for CLUSTER/VACUUM FULL. Tom Lane 9.1.0
2011-08-16 Preserve toast value OIDs in toast-swap-by-content for CLUSTER/VACUUM FULL. Tom Lane 9.2.0
2011-05-01 Make CLUSTER lock the old table's toast table before copying data. Tom Lane 8.3.16
2011-05-01 Make CLUSTER lock the old table's toast table before copying data. Tom Lane 8.4.9
2011-05-01 Make CLUSTER lock the old table's toast table before copying data. Tom Lane 9.0.5
2011-05-01 Make CLUSTER lock the old table's toast table before copying data. Tom Lane 9.1.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-02-08 Core support for "extensions", which are packages of SQL objects. Tom Lane 9.1.0
2011-01-08 Remove pg_am.amindexnulls. Tom Lane 9.1.0
2010-12-03 Create core infrastructure for KNNGIST. Tom Lane 9.1.0
2010-10-08 Improve logging in VACUUM FULL VERBOSE and CLUSTER VERBOSE. Tom Lane 9.1.0
2010-10-08 Teach CLUSTER to use seqscan-and-sort when it's faster than indexscan. Tom Lane 9.1.0
2010-02-09 Fix up rickety handling of relation-truncation interlocks. Tom Lane 9.0.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-04 Restructure CLUSTER/newstyle VACUUM FULL/ALTER TABLE support so that swapping Tom Lane 9.0.0
2010-02-02 CLUSTER specified the wrong namespace when renaming toast tables of temporary Tom Lane 8.4.3