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
REL_18_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
/
vacuum.c
Age
Commit message (
Expand
)
Author
2023-01-25
Add eager and lazy freezing strategies to VACUUM.
Peter Geoghegan
2023-01-14
Fix MAINTAIN privileges for toast tables and partitions.
Jeff Davis
2023-01-13
Clean up useless "skipping" messages for VACUUM/ANALYZE.
Jeff Davis
2023-01-06
Add options to control whether VACUUM runs vac_update_datfrozenxid.
Tom Lane
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-22
Refactor how VACUUM passes around its XID cutoffs.
Peter Geoghegan
2022-12-14
Add grantable MAINTAIN privilege and pg_maintain role.
Jeff Davis
2022-11-28
Provide per-table permissions for vacuum and analyze.
Andrew Dunstan
2022-11-23
Simplify WARNING messages from skipped vacuum/analyze on a table
Andrew Dunstan
2022-11-23
Simplify vacuum_set_xid_limits() signature.
Peter Geoghegan
2022-11-13
Refactor ownercheck functions
Peter Eisentraut
2022-08-31
Derive freeze cutoff from nextXID, not OldestXmin.
Peter Geoghegan
2022-08-30
Adjust comments that called MultiXactIds "XMIDs".
Peter Geoghegan
2022-08-25
More -Wshadow=compatible-local warning fixes
David Rowley
2022-08-19
Avoid reltuples distortion in very small tables.
Peter Geoghegan
2022-05-12
Pre-beta mechanical code beautification.
Tom Lane
2022-04-07
pgstat: store statistics in shared memory.
Andres Freund
2022-04-06
pgstat: stats collector references in comments.
Andres Freund
2022-04-05
Have VACUUM warn on relfrozenxid "in the future".
Peter Geoghegan
2022-04-03
Set relfrozenxid to oldest extant XID seen by VACUUM.
Peter Geoghegan
2022-02-17
Avoid VACUUM reltuples distortion.
Peter Geoghegan
2022-02-12
Consolidate VACUUM xid cutoff logic.
Peter Geoghegan
2022-02-12
Add VACUUM instrumentation for scanned pages, relfrozenxid.
Peter Geoghegan
2022-01-22
Remove useless inline marker.
Tom Lane
2022-01-15
Unify VACUUM VERBOSE and autovacuum logging.
Peter Geoghegan
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-12-23
Move parallel vacuum code to vacuumparallel.c.
Amit Kapila
2021-12-22
Move index vacuum routines to vacuum.c.
Amit Kapila
2021-06-19
Support disabling index bypassing by VACUUM.
Peter Geoghegan
2021-05-25
Improve docs and error messages for parallel vacuum.
Amit Kapila
2021-05-12
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-04-07
Add wraparound failsafe to VACUUM.
Peter Geoghegan
2021-04-05
Simplify state managed by VACUUM.
Peter Geoghegan
2021-03-30
Use a WaitLatch for vacuum/autovacuum sleeping
Stephen Frost
2021-02-15
ReadNewTransactionId() -> ReadNextTransactionId().
Thomas Munro
2021-02-09
Add option PROCESS_TOAST to VACUUM
Michael Paquier
2021-01-18
Refactor option handling of CLUSTER, REINDEX and VACUUM
Michael Paquier
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-12-08
Avoid using tuple from syscache for update of pg_database.datfrozenxid
Michael Paquier
2020-11-26
Restore lock level to update statusFlags
Alvaro Herrera
2020-11-18
Relax lock level for setting PGPROC->statusFlags
Alvaro Herrera
2020-11-16
Rename PGPROC->vacuumFlags to statusFlags
Alvaro Herrera
2020-10-29
Centralize horizon determination for temp tables, fixing bug due to skew.
Andres Freund
2020-09-01
Set cutoff xmin more aggressively when vacuuming a temporary table.
Tom Lane
2020-08-30
Redefine pg_class.reltuples to be -1 before the first VACUUM or ANALYZE.
Tom Lane
2020-08-16
Correct several behavior descriptions in comments.
Noah Misch
2020-08-15
Prevent concurrent SimpleLruTruncate() for any given SLRU.
Noah Misch
2020-08-14
snapshot scalability: Move PGXACT->vacuumFlags to ProcGlobal->vacuumFlags.
Andres Freund
2020-08-14
snapshot scalability: Introduce dense array of in-progress xids.
Andres Freund
2020-08-12
snapshot scalability: Don't compute global horizons while building snapshots.
Andres Freund
[prev]
[next]