summaryrefslogtreecommitdiff
path: root/src/backend/commands/vacuumparallel.c
AgeCommit message (Expand)Author
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