index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
/
vacuumparallel.c
Commit message (
Expand
)
Author
Age
*
Add cost-based vacuum delay time to progress views.
Nathan Bossart
2025-02-11
*
Doc: add commentary about cowboy assignment of maintenance_work_mem.
Tom Lane
2025-01-31
*
Get rid of our dependency on type "long" for memory size calculations.
Tom Lane
2025-01-31
*
Update copyright for 2025
Bruce Momjian
2025-01-01
*
Fix use-after-free in parallel_vacuum_reset_dead_items
John Naylor
2024-12-04
*
Set query ID in parallel workers for vacuum, BRIN and btree
Michael Paquier
2024-09-30
*
Use pgBufferUsage for buffer usage tracking in analyze.
Masahiko Sawada
2024-08-13
*
Fix typos and duplicate words
Daniel Gustafsson
2024-04-18
*
Use TidStore for dead tuple TIDs storage during lazy vacuum.
Masahiko Sawada
2024-04-02
*
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-04
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Add trailing commas to enum definitions
Peter Eisentraut
2023-10-26
*
Report index vacuum progress.
Masahiko Sawada
2023-07-11
*
Fix various typos and incorrect/outdated name references
David Rowley
2023-04-19
*
Add VACUUM/ANALYZE BUFFER_USAGE_LIMIT option
David Rowley
2023-04-07
*
Refresh cost-based delay params more frequently in autovacuum
Daniel Gustafsson
2023-04-07
*
Separate vacuum cost variables from GUCs
Daniel Gustafsson
2023-04-07
*
Move heaprel struct field next to index rel field.
Peter Geoghegan
2023-04-03
*
Pass down table relation into more index relation functions
Andres Freund
2023-04-01
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Use logical operator && instead of & in vacuumparallel.c.
Amit Kapila
2022-08-22
*
Initialize index stats during parallel VACUUM.
Peter Geoghegan
2022-08-18
*
Pre-beta mechanical code beautification.
Tom Lane
2022-05-12
*
Fix various typos and spelling mistakes in code comments
David Rowley
2022-04-11
*
pgstat: store statistics in shared memory.
Andres Freund
2022-04-06
*
Unify VACUUM VERBOSE and autovacuum logging.
Peter Geoghegan
2022-01-14
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Fix compilation error introduced by commit 8e1fae1938.
Amit Kapila
2021-12-23
*
Move parallel vacuum code to vacuumparallel.c.
Amit Kapila
2021-12-23