summaryrefslogtreecommitdiff
path: root/src/test/regress/sql/vacuum.sql
Commit message (Expand)AuthorAgeFilesLines
* Add PROCESS_MAIN to VACUUMMichael Paquier2023-03-061-1/+22
* Improve the regression tests of VACUUM (PROCESS_TOAST)Michael Paquier2023-03-061-4/+20
* Add options to control whether VACUUM runs vac_update_datfrozenxid.Tom Lane2023-01-061-0/+7
* Try to stabilize vacuum test.Thomas Munro2022-03-231-3/+3
* Don't reset relhasindex for partitioned tables on ANALYZEAlvaro Herrera2021-07-011-0/+16
* Support disabling index bypassing by VACUUM.Peter Geoghegan2021-06-181-3/+5
* Add option PROCESS_TOAST to VACUUMMichael Paquier2021-02-091-0/+6
* Propagate ALTER TABLE ... SET STORAGE to indexesPeter Eisentraut2020-05-081-2/+2
* Fix the usage of parallel and full options of vacuum command.Amit Kapila2020-04-161-1/+4
* Allow vacuum command to process indexes in parallel.Amit Kapila2020-01-201-0/+31
* Improve stability of tests for VACUUM (SKIP_LOCKED)Michael Paquier2019-11-161-1/+4
* Fix "ANALYZE t, t" inside a transaction block.Tom Lane2019-08-101-0/+4
* Add toast-level reloption for vacuum_index_cleanupMichael Paquier2019-06-251-4/+30
* Fix memory corruption/crash in ANALYZE.Andres Freund2019-06-181-0/+13
* Don't to predicate lock for analyze scans, refactor scan option passing.Andres Freund2019-05-191-0/+9
* Add TRUNCATE parameter to VACUUM.Fujii Masao2019-05-081-0/+11
* Allow VACUUM to be run with index cleanup disabled.Robert Haas2019-04-041-0/+10
* Revise parse tree representation for VACUUM and ANALYZE.Robert Haas2019-03-181-0/+1
* Add option SKIP_LOCKED to VACUUM and ANALYZEMichael Paquier2018-10-041-1/+11
* Add more tests for VACUUM skips with partitioned tablesMichael Paquier2018-08-241-0/+57
* Add regression tests for VACUUM and ANALYZE with relation skipsMichael Paquier2018-08-221-0/+20
* Add parenthesized options syntax for ANALYZE.Andres Freund2018-03-051-0/+4
* Allow multiple tables to be specified in one VACUUM or ANALYZE command.Tom Lane2017-10-031-3/+16
* Give a better error for duplicate entries in VACUUM/ANALYZE column list.Tom Lane2017-09-211-0/+5
* Fix relcache reference leak.Robert Haas2017-03-071-0/+10
* Add VACUUM (DISABLE_PAGE_SKIPPING) for emergencies.Robert Haas2016-06-171-0/+2
* Avoid unexpected slowdown in vacuum regression test.Tom Lane2015-01-121-3/+3
* Reject ANALYZE commands during VACUUM FULL or another ANALYZE.Noah Misch2015-01-071-1/+8
* Remove old-style VACUUM FULL (which was known for a little while asTom Lane2010-02-081-45/+1
* Support rewritten-based full vacuum as VACUUM FULL. TraditionalItagaki Takahiro2010-01-061-0/+57
* Provide a parenthesized-options syntax for VACUUM, analogous to that recentlyTom Lane2009-11-161-1/+3
* Add new vacuum regression test files.Bruce Momjian2002-07-201-0/+42