Commits

DateSubjectAuthorReleases
2025-10-09 Cleanup VACUUM option processing error messages David Rowley 19 (unreleased)
2025-08-15 Add SQL test for TOAST value allocations on rewrite Michael Paquier 19 (unreleased)
2025-03-20 Add vacuum_truncate configuration parameter. Nathan Bossart 18.0
2025-03-18 Fix assertion failure in parallel vacuum with minimal maintenance_work_mem setting. Masahiko Sawada 18.0
2025-03-18 Fix assertion failure in parallel vacuum with minimal maintenance_work_mem setting. Masahiko Sawada 17.5
2024-09-24 Add ONLY support for VACUUM and ANALYZE David Rowley 18.0
2024-07-13 Don't lose partitioned table reltuples=0 after relhassubclass=f. Noah Misch 16.4
2024-07-13 Don't lose partitioned table reltuples=0 after relhassubclass=f. Noah Misch 15.8
2024-07-13 Don't lose partitioned table reltuples=0 after relhassubclass=f. Noah Misch 14.13
2024-07-13 Don't lose partitioned table reltuples=0 after relhassubclass=f. Noah Misch 17.0
2024-07-13 Don't lose partitioned table reltuples=0 after relhassubclass=f. Noah Misch 18.0
2024-03-05 Fix search_path to a safe value during maintenance operations. Jeff Davis 17.0
2023-06-22 Fix cache lookup hazards introduced by ff9618e82a. Nathan Bossart 16.0
2023-06-10 Revert "Fix search_path to a safe value during maintenance operations." Jeff Davis 16.0
2023-06-09 Fix search_path to a safe value during maintenance operations. Jeff Davis 16.0
2023-04-11 Improve ereports for VACUUM's BUFFER_USAGE_LIMIT option David Rowley 16.0
2023-04-07 Add --buffer-usage-limit option to vacuumdb David Rowley 16.0
2023-04-06 Add VACUUM/ANALYZE BUFFER_USAGE_LIMIT option David Rowley 16.0
2023-03-06 Add PROCESS_MAIN to VACUUM Michael Paquier 16.0
2023-03-06 Improve the regression tests of VACUUM (PROCESS_TOAST) Michael Paquier 16.0
2023-01-14 Fix MAINTAIN privileges for toast tables and partitions. Jeff Davis 16.0
2023-01-06 Add options to control whether VACUUM runs vac_update_datfrozenxid. Tom Lane 16.0
2022-12-14 Add grantable MAINTAIN privilege and pg_maintain role. Jeff Davis 16.0
2022-11-28 Provide per-table permissions for vacuum and analyze. Andrew Dunstan 16.0
2022-11-23 Simplify WARNING messages from skipped vacuum/analyze on a table Andrew Dunstan 16.0