aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/vacuumparallel.c
Commit message (Expand)AuthorAge
* Remove unused #include's from backend .c filesPeter Eisentraut2024-03-04
* Update copyright for 2024Bruce Momjian2024-01-03
* Add trailing commas to enum definitionsPeter Eisentraut2023-10-26
* Report index vacuum progress.Masahiko Sawada2023-07-11
* Fix various typos and incorrect/outdated name referencesDavid Rowley2023-04-19
* Add VACUUM/ANALYZE BUFFER_USAGE_LIMIT optionDavid Rowley2023-04-07
* Refresh cost-based delay params more frequently in autovacuumDaniel Gustafsson2023-04-07
* Separate vacuum cost variables from GUCsDaniel Gustafsson2023-04-07
* Move heaprel struct field next to index rel field.Peter Geoghegan2023-04-03
* Pass down table relation into more index relation functionsAndres Freund2023-04-01
* Update copyright for 2023Bruce Momjian2023-01-02
* Use logical operator && instead of & in vacuumparallel.c.Amit Kapila2022-08-22
* Initialize index stats during parallel VACUUM.Peter Geoghegan2022-08-18
* Pre-beta mechanical code beautification.Tom Lane2022-05-12
* Fix various typos and spelling mistakes in code commentsDavid Rowley2022-04-11
* pgstat: store statistics in shared memory.Andres Freund2022-04-06
* Unify VACUUM VERBOSE and autovacuum logging.Peter Geoghegan2022-01-14
* Update copyright for 2022Bruce Momjian2022-01-07
* Fix compilation error introduced by commit 8e1fae1938.Amit Kapila2021-12-23
* Move parallel vacuum code to vacuumparallel.c.Amit Kapila2021-12-23