Commits

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

DateSubjectAuthorReleases
2025-11-12 Fix bug where we truncated CLOG that was still needed by LISTEN/NOTIFY Heikki Linnakangas 14.21
2025-06-25 Avoid scribbling of VACUUM options Michael Paquier 14.19
2025-04-20 Avoid ERROR at ON COMMIT DELETE ROWS after relhassubclass=f. Noah Misch 14.18
2024-09-24 Fix data loss at inplace update after heap_update(). Noah Misch 14.14
2024-04-29 Close race condition between datfrozen and relfrozen updates. Noah Misch 14.12
2023-07-13 Release lock after encountering bogs row in vac_truncate_clog() Andres Freund 14.9
2023-07-13 Handle DROP DATABASE getting interrupted Andres Freund 14.9
2023-03-15 Fix fractional vacuum_cost_delay. Thomas Munro 14.8
2021-06-19 Support disabling index bypassing by VACUUM. Peter Geoghegan 14.0
2021-05-25 Improve docs and error messages for parallel vacuum. Amit Kapila 14.0
2021-05-12 Initial pgindent and pgperltidy run for v14. Tom Lane 14.0
2021-04-07 Add wraparound failsafe to VACUUM. Peter Geoghegan 14.0
2021-04-05 Simplify state managed by VACUUM. Peter Geoghegan 14.0
2021-03-30 Use a WaitLatch for vacuum/autovacuum sleeping Stephen Frost 14.0
2021-02-15 ReadNewTransactionId() -> ReadNextTransactionId(). Thomas Munro 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-12-08 Avoid using tuple from syscache for update of pg_database.datfrozenxid Michael Paquier 14.0
2020-11-26 Restore lock level to update statusFlags Alvaro Herrera 14.0
2020-11-18 Relax lock level for setting PGPROC->statusFlags Alvaro Herrera 14.0
2020-11-16 Rename PGPROC->vacuumFlags to statusFlags Alvaro Herrera 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-08-30 Redefine pg_class.reltuples to be -1 before the first VACUUM or ANALYZE. Tom Lane 14.0