summaryrefslogtreecommitdiff
path: root/src/bin/scripts/vacuuming.c
AgeCommit message (Expand)Author
2025-12-09vacuumdb: Add --dry-run.Nathan Bossart
2025-12-09vacuumdb: Move some variables to the vacuumingOptions struct.Nathan Bossart
2025-12-09Use palloc_object() and palloc_array() in more areas of the treeMichael Paquier
2025-10-22Fix memory leaks in scripts/vacuuming.c.Tom Lane
2025-09-26Split vacuumdb to create vacuuming.c/hÁlvaro Herrera