Commits

DateSubjectAuthorReleases
2021-11-02 Don't overlook indexes during parallel VACUUM. Peter Geoghegan 14.1
2021-06-19 Support disabling index bypassing by VACUUM. Peter Geoghegan 14.0
2021-04-07 Add wraparound failsafe to VACUUM. Peter Geoghegan 14.0
2021-02-09 Add option PROCESS_TOAST to VACUUM Michael Paquier 14.0
2021-01-18 Refactor option handling of CLUSTER, REINDEX and VACUUM Michael Paquier 14.0
2021-01-02 Update copyright for 2021 Bruce Momjian 14.0
2020-10-29 Centralize horizon determination for temp tables, fixing bug due to skew. Andres Freund 14.0
2020-09-01 Set cutoff xmin more aggressively when vacuuming a temporary table. Tom Lane 14.0
2020-04-14 Comments and doc fixes for commit 40d964ec99. Amit Kapila 13.0
2020-03-10 Remove utils/acl.h from catalog/objectaddress.h Peter Eisentraut 13.0
2020-01-20 Allow vacuum command to process indexes in parallel. Amit Kapila 13.0
2020-01-15 Introduce IndexAM fields for parallel vacuum. Amit Kapila 13.0
2020-01-01 Update copyrights for 2020 Bruce Momjian 13.0
2019-05-22 Phase 2 pgindent run for v12. Tom Lane 12.0
2019-05-22 Initial pgindent run for v12. Tom Lane 12.0
2019-05-07 Add TRUNCATE parameter to VACUUM. Fujii Masao 12.0
2019-04-04 Allow VACUUM to be run with index cleanup disabled. Robert Haas 12.0
2019-03-18 Revise parse tree representation for VACUUM and ANALYZE. Robert Haas 12.0
2019-03-18 Fold vacuum's 'int options' parameter into VacuumParams. Robert Haas 12.0
2019-01-15 Move vacuumlazy.c into access/heap. Andres Freund 12.0
2019-01-02 Update copyright for 2019 Bruce Momjian 12.0
2018-12-14 Make pg_statistic and related code account more honestly for collations. Tom Lane 12.0
2018-10-01 Refactor relation opening for VACUUM and ANALYZE Michael Paquier 12.0
2018-08-27 Improve VACUUM and ANALYZE by avoiding early lock queue Michael Paquier 12.0
2018-03-13 When updating reltuples after ANALYZE, just extrapolate from our sample. Tom Lane 11.0