Commits

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

DateSubjectAuthorReleases
2024-09-24 Fix data loss at inplace update after heap_update(). Noah Misch 12.21
2024-04-29 Close race condition between datfrozen and relfrozen updates. Noah Misch 12.19
2023-07-13 Release lock after encountering bogs row in vac_truncate_clog() Andres Freund 12.16
2023-07-13 Handle DROP DATABASE getting interrupted Andres Freund 12.16
2023-01-11 Avoid using tuple from syscache for update of pg_database.datfrozenxid Michael Paquier 12.14
2020-08-15 Prevent concurrent SimpleLruTruncate() for any given SLRU. Noah Misch 12.5
2019-10-16 Fix bug that could try to freeze running multixacts. Thomas Munro 12.1
2019-08-10 Fix "ANALYZE t, t" inside a transaction block. Tom Lane 12.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-24 Allow pg_class xid & multixid horizons to not be set. Andres Freund 12.0
2019-04-04 Allow VACUUM to be run with index cleanup disabled. Robert Haas 12.0
2019-03-31 tableam: VACUUM and ANALYZE support. Andres Freund 12.0
2019-03-29 Allow existing VACUUM options to take a Boolean argument. 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-03-11 tableam: Add and use scan APIs. Andres Freund 12.0
2019-03-10 Convert [autovacuum_]vacuum_cost_delay into floating-point GUCs. Tom Lane 12.0
2019-01-21 Remove superfluous tqual.h includes. Andres Freund 12.0
2019-01-21 Replace uses of heap_open et al with the corresponding table_* function. Andres Freund 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-27 Remove obsolete IndexIs* macros Peter Eisentraut 12.0
2018-11-21 Remove WITH OIDS support, change oid catalog column visibility. Andres Freund 12.0