index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
/
vacuumparallel.c
Age
Commit message (
Expand
)
Author
2025-02-11
Add cost-based vacuum delay time to progress views.
Nathan Bossart
2025-01-31
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-01
Update copyright for 2025
Bruce Momjian
2024-12-04
Fix use-after-free in parallel_vacuum_reset_dead_items
John Naylor
2024-09-29
Set query ID in parallel workers for vacuum, BRIN and btree
Michael Paquier
2024-08-14
Use pgBufferUsage for buffer usage tracking in analyze.
Masahiko Sawada
2024-04-18
Fix typos and duplicate words
Daniel Gustafsson
2024-04-02
Use TidStore for dead tuple TIDs storage during lazy vacuum.
Masahiko Sawada
2024-03-04
Remove unused #include's from backend .c files
Peter Eisentraut
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-10-26
Add trailing commas to enum definitions
Peter Eisentraut
2023-07-11
Report index vacuum progress.
Masahiko Sawada
2023-04-19
Fix various typos and incorrect/outdated name references
David Rowley
2023-04-06
Add VACUUM/ANALYZE BUFFER_USAGE_LIMIT option
David Rowley
2023-04-06
Refresh cost-based delay params more frequently in autovacuum
Daniel Gustafsson
2023-04-06
Separate vacuum cost variables from GUCs
Daniel Gustafsson
2023-04-03
Move heaprel struct field next to index rel field.
Peter Geoghegan
2023-04-02
Pass down table relation into more index relation functions
Andres Freund
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-08-22
Use logical operator && instead of & in vacuumparallel.c.
Amit Kapila
2022-08-19
Initialize index stats during parallel VACUUM.
Peter Geoghegan
2022-05-12
Pre-beta mechanical code beautification.
Tom Lane
2022-04-11
Fix various typos and spelling mistakes in code comments
David Rowley
2022-04-07
pgstat: store statistics in shared memory.
Andres Freund
2022-01-15
Unify VACUUM VERBOSE and autovacuum logging.
Peter Geoghegan
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-12-23
Fix compilation error introduced by commit 8e1fae1938.
Amit Kapila
2021-12-23
Move parallel vacuum code to vacuumparallel.c.
Amit Kapila