Commits

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

DateSubjectAuthorReleases
2025-10-03 Fix reuse-after-free hazard in dead_items_reset John Naylor 18.1
2025-07-02 Fix missing FSM vacuum opportunities on tables without indexes. Masahiko Sawada 18.0
2025-06-28 Message style improvements Peter Eisentraut 18.0
2025-06-26 Simplify vacuum VM update logging counters Melanie Plageman 18.0
2025-06-02 Correct heap vacuum boundary state setup ordering Melanie Plageman 18.0
2025-05-27 Fix assertion when decrementing eager scanning success and failure counters. Masahiko Sawada 18.0
2025-03-30 read_stream: Introduce and use optional batchmode support Andres Freund 18.0
2025-03-29 Use PRI?64 instead of "ll?" in format strings (continued). Peter Eisentraut 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 typo. Amit Kapila 18.0
2025-03-03 Add relallfrozen to pg_class Melanie Plageman 18.0
2025-02-18 Reduce scope of heap vacuum per_buffer_data Melanie Plageman 18.0
2025-02-17 Add information about WAL buffers full to VACUUM/ANALYZE (VERBOSE) Michael Paquier 18.0
2025-02-14 Add delay time to VACUUM/ANALYZE (VERBOSE) and autovacuum logs. Nathan Bossart 18.0
2025-02-14 Use streaming read I/O in VACUUM's third phase Melanie Plageman 18.0
2025-02-14 Use streaming read I/O in VACUUM's first phase Melanie Plageman 18.0
2025-02-14 Convert heap_vac_scan_next_block() boolean parameters to flags Melanie Plageman 18.0
2025-02-11 Add is_analyze parameter to vacuum_delay_point(). Nathan Bossart 18.0
2025-02-11 Eagerly scan all-visible pages to amortize aggressive vacuum Melanie Plageman 18.0
2025-01-31 Get rid of our dependency on type "long" for memory size calculations. Tom Lane 18.0
2025-01-28 Track per-relation cumulative time spent in [auto]vacuum and [auto]analyze Michael Paquier 18.0
2025-01-15 Add more general summary to vacuumlazy.c Melanie Plageman 18.0
2025-01-01 Update copyright for 2025 Bruce Momjian 18.0
2024-12-17 Count pages set all-visible and all-frozen in VM during vacuum Melanie Plageman 18.0
2024-12-17 Rename LVRelState->frozen_pages Melanie Plageman 18.0