index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
commands
/
vacuum.h
Commit message (
Expand
)
Author
Age
*
revert: Generalize relation analyze in table AM interface
Alexander Korotkov
2024-04-16
*
Provide a way block-level table AMs could re-use acquire_sample_rows()
Alexander Korotkov
2024-04-08
*
Use TidStore for dead tuple TIDs storage during lazy vacuum.
Masahiko Sawada
2024-04-02
*
Generalize relation analyze in table AM interface
Alexander Korotkov
2024-03-30
*
Reintroduce MAINTAIN privilege and pg_maintain predefined role.
Nathan Bossart
2024-03-13
*
Make attstattarget nullable
Peter Eisentraut
2024-01-13
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Revert MAINTAIN privilege and pg_maintain predefined role.
Nathan Bossart
2023-07-07
*
Take pg_attribute out of VacAttrStats
Peter Eisentraut
2023-07-03
*
Add macro for maximum statistics target
Peter Eisentraut
2023-07-03
*
Move bool parameter for vacuum_rel() to option bits.
Nathan Bossart
2023-06-20
*
Add --buffer-usage-limit option to vacuumdb
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
*
Make vacuum failsafe_active globally visible
Daniel Gustafsson
2023-04-07
*
Move various prechecks from vacuum() into ExecVacuum()
David Rowley
2023-04-06
*
Add PROCESS_MAIN to VACUUM
Michael Paquier
2023-03-06
*
Revert "Add eager and lazy freezing strategies to VACUUM."
Peter Geoghegan
2023-01-25
*
Add eager and lazy freezing strategies to VACUUM.
Peter Geoghegan
2023-01-25
*
Add options to control whether VACUUM runs vac_update_datfrozenxid.
Tom Lane
2023-01-06
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Refactor how VACUUM passes around its XID cutoffs.
Peter Geoghegan
2022-12-22
*
Provide per-table permissions for vacuum and analyze.
Andrew Dunstan
2022-11-28
*
Simplify vacuum_set_xid_limits() signature.
Peter Geoghegan
2022-11-23
*
Derive freeze cutoff from nextXID, not OldestXmin.
Peter Geoghegan
2022-08-31
*
Apply PGDLLIMPORT markings broadly.
Robert Haas
2022-04-08
*
Set relfrozenxid to oldest extant XID seen by VACUUM.
Peter Geoghegan
2022-04-03
*
Consolidate VACUUM xid cutoff logic.
Peter Geoghegan
2022-02-11
*
Add VACUUM instrumentation for scanned pages, relfrozenxid.
Peter Geoghegan
2022-02-11
*
Unify VACUUM VERBOSE and autovacuum logging.
Peter Geoghegan
2022-01-14
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Move parallel vacuum code to vacuumparallel.c.
Amit Kapila
2021-12-23
*
Move index vacuum routines to vacuum.c.
Amit Kapila
2021-12-22
*
Don't overlook indexes during parallel VACUUM.
Peter Geoghegan
2021-11-02
*
Support disabling index bypassing by VACUUM.
Peter Geoghegan
2021-06-18
*
Add wraparound failsafe to VACUUM.
Peter Geoghegan
2021-04-07
*
Add option PROCESS_TOAST to VACUUM
Michael Paquier
2021-02-09
*
Refactor option handling of CLUSTER, REINDEX and VACUUM
Michael Paquier
2021-01-18
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Centralize horizon determination for temp tables, fixing bug due to skew.
Andres Freund
2020-10-28
*
Set cutoff xmin more aggressively when vacuuming a temporary table.
Tom Lane
2020-09-01
*
Comments and doc fixes for commit 40d964ec99.
Amit Kapila
2020-04-14
*
Remove utils/acl.h from catalog/objectaddress.h
Peter Eisentraut
2020-03-10
*
Allow vacuum command to process indexes in parallel.
Amit Kapila
2020-01-20
*
Introduce IndexAM fields for parallel vacuum.
Amit Kapila
2020-01-15
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Initial pgindent run for v12.
Tom Lane
2019-05-22
*
Add TRUNCATE parameter to VACUUM.
Fujii Masao
2019-05-08
*
Allow VACUUM to be run with index cleanup disabled.
Robert Haas
2019-04-04
[next]