Commits

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

DateSubjectAuthorReleases
2026-07-03 Remove replication slot advice from MultiXact wraparound hints Fujii Masao 16 (unreleased)
2025-11-12 Fix bug where we truncated CLOG that was still needed by LISTEN/NOTIFY Heikki Linnakangas 16.12
2025-06-25 Avoid scribbling of VACUUM options Michael Paquier 16.10
2025-04-20 Avoid ERROR at ON COMMIT DELETE ROWS after relhassubclass=f. Noah Misch 16.9
2024-09-24 Fix data loss at inplace update after heap_update(). Noah Misch 16.5
2024-04-29 Close race condition between datfrozen and relfrozen updates. Noah Misch 16.3
2023-07-13 Handle DROP DATABASE getting interrupted Andres Freund 16.0
2023-07-13 Release lock after encountering bogs row in vac_truncate_clog() Andres Freund 16.0
2023-07-07 Revert MAINTAIN privilege and pg_maintain predefined role. Nathan Bossart 16.0
2023-06-22 Fix cache lookup hazards introduced by ff9618e82a. Nathan Bossart 16.0
2023-06-20 Move bool parameter for vacuum_rel() to option bits. 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-04-06 Refresh cost-based delay params more frequently in autovacuum Daniel Gustafsson 16.0
2023-04-06 Separate vacuum cost variables from GUCs Daniel Gustafsson 16.0
2023-04-06 Make vacuum failsafe_active globally visible Daniel Gustafsson 16.0
2023-04-06 Move various prechecks from vacuum() into ExecVacuum() David Rowley 16.0
2023-04-06 Always make a BufferAccessStrategy for ANALYZE David Rowley 16.0
2023-04-03 Disable vacuum's use of a buffer access strategy during failsafe David Rowley 16.0
2023-04-03 Only make buffer strategy for vacuum when it's likely needed David Rowley 16.0
2023-04-03 Remove some global variables from vacuum.c David Rowley 16.0
2023-03-15 Fix fractional vacuum_cost_delay. Thomas Munro 16.0