Commits

Showing commits that first shipped in 9.0 (backpatches included). Clear

DateSubjectAuthorReleases
2014-10-30 Test IsInTransactionChain, not IsTransactionBlock, in vac_update_relstats. Tom Lane 9.0.19
2014-10-29 Avoid corrupting tables when ANALYZE inside a transaction is rolled back. Tom Lane 9.0.19
2012-11-29 Fix assorted bugs in CREATE INDEX CONCURRENTLY. Tom Lane 9.0.11
2011-08-30 Fix a missed case in code for "moving average" estimate of reltuples. Tom Lane 9.0.5
2011-05-30 Fix VACUUM so that it always updates pg_class.reltuples/relpages. Tom Lane 9.0.5
2010-02-09 Fix up rickety handling of relation-truncation interlocks. Tom Lane 9.0.0
2010-02-08 Fix serious performance bug in new implementation of VACUUM FULL: Tom Lane 9.0.0
2010-02-08 Remove old-style VACUUM FULL (which was known for a little while as Tom Lane 9.0.0
2010-02-07 Create a "relation mapping" infrastructure to support changing the relfilenodes Tom Lane 9.0.0
2009-12-30 Revise pgstat's tracking of tuple changes to improve the reliability of Tom Lane 9.0.0
2009-12-29 Add the ability to store inheritance-tree statistics in pg_statistic, Tom Lane 9.0.0
2009-12-09 Prevent indirect security attacks via changing session-local state within Tom Lane 9.0.0
2009-12-07 Add exclusion constraints, which generalize the concept of uniqueness to Tom Lane 9.0.0
2009-11-16 Provide a parenthesized-options syntax for VACUUM, analogous to that recently Tom Lane 9.0.0
2009-10-26 Re-implement EvalPlanQual processing to improve its performance and eliminate Tom Lane 9.0.0
2009-09-01 Force VACUUM to recalculate oldestXmin even when we haven't changed our Tom Lane 9.0.0
2009-08-31 Track the current XID wrap limit (or more accurately, the oldest unfrozen Tom Lane 9.0.0
2009-08-24 Fix a violation of WAL coding rules in the recent patch to include an Tom Lane 9.0.0