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
/
vacuum.c
Commit message (
Expand
)
Author
Age
*
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
*
Add wraparound failsafe to VACUUM.
Peter Geoghegan
2021-04-07
*
Simplify state managed by VACUUM.
Peter Geoghegan
2021-04-05
*
Use a WaitLatch for vacuum/autovacuum sleeping
Stephen Frost
2021-03-30
*
ReadNewTransactionId() -> ReadNextTransactionId().
Thomas Munro
2021-02-15
*
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
*
Avoid using tuple from syscache for update of pg_database.datfrozenxid
Michael Paquier
2020-12-08
*
Restore lock level to update statusFlags
Alvaro Herrera
2020-11-26
*
Relax lock level for setting PGPROC->statusFlags
Alvaro Herrera
2020-11-18
*
Rename PGPROC->vacuumFlags to statusFlags
Alvaro Herrera
2020-11-16
*
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
*
Redefine pg_class.reltuples to be -1 before the first VACUUM or ANALYZE.
Tom Lane
2020-08-30
*
Correct several behavior descriptions in comments.
Noah Misch
2020-08-15
*
Prevent concurrent SimpleLruTruncate() for any given SLRU.
Noah Misch
2020-08-15
*
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-14
*
snapshot scalability: Don't compute global horizons while building snapshots.
Andres Freund
2020-08-12
*
code: replace most remaining uses of 'master'.
Andres Freund
2020-07-08
*
Spelling adjustments
Peter Eisentraut
2020-06-07
*
Fix the usage of parallel and full options of vacuum command.
Amit Kapila
2020-04-16
*
Comments and doc fixes for commit 40d964ec99.
Amit Kapila
2020-04-14
*
Fix coverity complaint about commit 40d964ec99.
Amit Kapila
2020-04-01
*
Report wait event for cost-based vacuum delay.
Andres Freund
2020-03-23
*
Allow vacuum command to process indexes in parallel.
Amit Kapila
2020-01-20
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Revert "Rename files and headers related to index AM"
Michael Paquier
2019-12-27
*
Rename files and headers related to index AM
Michael Paquier
2019-12-25
*
PG_FINALLY
Peter Eisentraut
2019-11-01
*
Fix bug that could try to freeze running multixacts.
Thomas Munro
2019-10-17
*
Fix inconsistencies and typos in the tree, take 11
Michael Paquier
2019-08-19
*
Fix "ANALYZE t, t" inside a transaction block.
Tom Lane
2019-08-10
*
Fix inconsistencies and typos in the tree, take 9
Michael Paquier
2019-08-05
*
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 pg_class xid & multixid horizons to not be set.
Andres Freund
2019-04-23
*
Allow VACUUM to be run with index cleanup disabled.
Robert Haas
2019-04-04
*
tableam: VACUUM and ANALYZE support.
Andres Freund
2019-03-30
*
Allow existing VACUUM options to take a Boolean argument.
Robert Haas
2019-03-29
*
Revise parse tree representation for VACUUM and ANALYZE.
Robert Haas
2019-03-18
*
Fold vacuum's 'int options' parameter into VacuumParams.
Robert Haas
2019-03-18
*
tableam: Add and use scan APIs.
Andres Freund
2019-03-11
*
Convert [autovacuum_]vacuum_cost_delay into floating-point GUCs.
Tom Lane
2019-03-10
*
Remove superfluous tqual.h includes.
Andres Freund
2019-01-21
*
Replace uses of heap_open et al with the corresponding table_* function.
Andres Freund
2019-01-21
*
Move vacuumlazy.c into access/heap.
Andres Freund
2019-01-15
*
Update copyright for 2019
Bruce Momjian
2019-01-02
[next]