Commits

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

DateSubjectAuthorReleases
2017-09-26 Improve wording of error message added in commit 714805010. Tom Lane 9.2.24
2017-09-21 Give a better error for duplicate entries in VACUUM/ANALYZE column list. Tom Lane 9.2.24
2016-08-07 Fix misestimation of n_distinct for a nearly-unique column with many nulls. Tom Lane 9.2.18
2016-06-06 Don't reset changes_since_analyze after a selective-columns ANALYZE. Tom Lane 9.2.18
2015-03-29 Add vacuum_delay_point call in compute_index_stats's per-sample-row loop. Tom Lane 9.2.11
2014-10-30 Test IsInTransactionChain, not IsTransactionBlock, in vac_update_relstats. Tom Lane 9.2.10
2014-01-11 Fix compute_scalar_stats() for case that all values exceed WIDTH_THRESHOLD. Tom Lane 9.2.7
2012-04-06 Dept of second thoughts: improve the API for AnalyzeForeignTable. Tom Lane 9.2.0
2012-04-06 Allow statistics to be collected for foreign tables. Tom Lane 9.2.0
2012-03-04 Collect and use element-frequency statistics for arrays. Tom Lane 9.2.0
2011-12-07 Create a "sort support" interface API for faster sorting. 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-09-09 Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h. Tom Lane 9.2.0
2011-09-06 Avoid possibly accessing off the end of memory in examine_attribute(). Tom Lane 9.2.0
2011-09-04 Clean up the #include mess a little. Tom Lane 9.2.0
2011-09-02 Teach ANALYZE to clear pg_class.relhassubclass when appropriate. Tom Lane 9.2.0
2011-06-19 Fix thinko in previous patch to always update pg_class.reltuples/relpages. Tom Lane 9.2.0
2011-06-16 Index tuple data arrays using Anum_xxx symbolic constants instead of "i++". Tom Lane 9.2.0