Commits

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

DateSubjectAuthorReleases
2015-03-29 Add vacuum_delay_point call in compute_index_stats's per-sample-row loop. Tom Lane 9.0.20
2014-10-30 Test IsInTransactionChain, not IsTransactionBlock, in vac_update_relstats. Tom Lane 9.0.19
2014-01-11 Fix compute_scalar_stats() for case that all values exceed WIDTH_THRESHOLD. Tom Lane 9.0.16
2011-09-06 Avoid possibly accessing off the end of memory in examine_attribute(). Tom Lane 9.0.5
2011-06-19 Fix thinko in previous patch to always update pg_class.reltuples/relpages. 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-11-09 Repair memory leakage while ANALYZE-ing complex index expressions. Tom Lane 9.0.2
2010-08-01 Fix ANALYZE's ancient deficiency of not trying to collect stats for expression 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
2009-12-30 Dept of second thoughts: recursive case in ANALYZE shouldn't emit a 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-11-16 Provide a parenthesized-options syntax for VACUUM, analogous to that recently Tom Lane 9.0.0
2009-08-12 Fix old bug in log_autovacuum_min_duration code: it was relying on being able Tom Lane 9.0.0
2009-08-02 Add ALTER TABLE ... ALTER COLUMN ... SET STATISTICS DISTINCT Tom Lane 9.0.0