summaryrefslogtreecommitdiff
path: root/src/backend/commands/vacuumparallel.c
AgeCommit message (Expand)Author
2025-02-11Add cost-based vacuum delay time to progress views.Nathan Bossart
2025-01-31Doc: add commentary about cowboy assignment of maintenance_work_mem.Tom Lane
2025-01-31Get rid of our dependency on type "long" for memory size calculations.Tom Lane
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-04Fix use-after-free in parallel_vacuum_reset_dead_itemsJohn Naylor
2024-09-29Set query ID in parallel workers for vacuum, BRIN and btreeMichael Paquier
2024-08-14Use pgBufferUsage for buffer usage tracking in analyze.Masahiko Sawada
2024-04-18Fix typos and duplicate wordsDaniel Gustafsson
2024-04-02Use TidStore for dead tuple TIDs storage during lazy vacuum.Masahiko Sawada
2024-03-04Remove unused #include's from backend .c filesPeter Eisentraut
2024-01-04Update copyright for 2024Bruce Momjian
2023-10-26Add trailing commas to enum definitionsPeter Eisentraut
2023-07-11Report index vacuum progress.Masahiko Sawada
2023-04-19Fix various typos and incorrect/outdated name referencesDavid Rowley
2023-04-06Add VACUUM/ANALYZE BUFFER_USAGE_LIMIT optionDavid Rowley
2023-04-06Refresh cost-based delay params more frequently in autovacuumDaniel Gustafsson
2023-04-06Separate vacuum cost variables from GUCsDaniel Gustafsson
2023-04-03Move heaprel struct field next to index rel field.Peter Geoghegan
2023-04-02Pass down table relation into more index relation functionsAndres Freund
2023-01-02Update copyright for 2023Bruce Momjian
2022-08-22Use logical operator && instead of & in vacuumparallel.c.Amit Kapila
2022-08-19Initialize index stats during parallel VACUUM.Peter Geoghegan
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-04-11Fix various typos and spelling mistakes in code commentsDavid Rowley
2022-04-07pgstat: store statistics in shared memory.Andres Freund
2022-01-15Unify VACUUM VERBOSE and autovacuum logging.Peter Geoghegan
2022-01-08Update copyright for 2022Bruce Momjian
2021-12-23Fix compilation error introduced by commit 8e1fae1938.Amit Kapila
2021-12-23Move parallel vacuum code to vacuumparallel.c.Amit Kapila