Commits

DateSubjectAuthorReleases
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 assertion failure in parallel vacuum with minimal maintenance_work_mem setting. Masahiko Sawada 17.5
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
2024-12-04 Fix use-after-free in parallel_vacuum_reset_dead_items John Naylor 17.3
2024-12-04 Fix use-after-free in parallel_vacuum_reset_dead_items John Naylor 18.0
2024-11-28 Remove useless casts to (void *) Peter Eisentraut 18.0
2024-10-27 Remove unused #include's from backend .c files Peter Eisentraut 18.0
2024-08-14 Use pgBufferUsage for buffer usage tracking in analyze. Masahiko Sawada 18.0
2024-07-24 Refactor tidstore.c iterator buffering. Thomas Munro 18.0