Commits

DateSubjectAuthorReleases
2026-04-21 Fix a set of typos and grammar issues across the tree Michael Paquier 19 (unreleased)
2026-04-06 Allow autovacuum to use parallel vacuum workers. Masahiko Sawada 19 (unreleased)
2026-03-19 Add parallel vacuum worker usage to VACUUM (VERBOSE) and autovacuum logs. Masahiko Sawada 19 (unreleased)
2026-02-27 Don't include proc.h in shm_mq.h Álvaro Herrera 19 (unreleased)
2026-01-01 Update copyright for 2026 Bruce Momjian 19 (unreleased)
2025-12-09 Use palloc_object() and palloc_array() in backend code Michael Paquier 19 (unreleased)
2025-05-30 Change internal queryid type from uint64 to int64 David Rowley 18.0
2025-02-11 Add cost-based vacuum delay time to progress views. Nathan Bossart 18.0
2025-01-31 Doc: add commentary about cowboy assignment of maintenance_work_mem. Tom Lane 18.0
2025-01-31 Get rid of our dependency on type "long" for memory size calculations. Tom Lane 18.0
2025-01-01 Update copyright for 2025 Bruce Momjian 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-09-29 Set query ID in parallel workers for vacuum, BRIN and btree Michael Paquier 18.0
2024-08-14 Use pgBufferUsage for buffer usage tracking in analyze. Masahiko Sawada 18.0
2024-04-18 Fix typos and duplicate words Daniel Gustafsson 17.0
2024-04-02 Use TidStore for dead tuple TIDs storage during lazy vacuum. Masahiko Sawada 17.0
2024-03-04 Remove unused #include's from backend .c files Peter Eisentraut 17.0
2024-01-04 Update copyright for 2024 Bruce Momjian 17.0
2023-10-26 Add trailing commas to enum definitions Peter Eisentraut 17.0
2023-07-11 Report index vacuum progress. Masahiko Sawada 17.0
2023-04-19 Fix various typos and incorrect/outdated name references 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