index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
heap
/
vacuumlazy.c
Commit message (
Expand
)
Author
Age
*
Revert "Skip redundant anti-wraparound vacuums"
Michael Paquier
2020-03-31
*
Fix mesurement of elapsed time during truncating heap in VACUUM.
Fujii Masao
2020-02-19
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Initial pgindent run for v12.
Tom Lane
2019-05-22
*
Standardize ItemIdData terminology.
Peter Geoghegan
2019-05-13
*
Add TRUNCATE parameter to VACUUM.
Fujii Masao
2019-05-08
*
Revert "Avoid the creation of the free space map for small heap relations".
Amit Kapila
2019-05-07
*
Fix some problems with VACUUM (INDEX_CLEANUP FALSE).
Robert Haas
2019-05-02
*
Allow pg_class xid & multixid horizons to not be set.
Andres Freund
2019-04-23
*
Add vacuum_truncate reloption.
Fujii Masao
2019-04-08
*
Allow VACUUM to be run with index cleanup disabled.
Robert Haas
2019-04-04
*
Correctly initialize newly added struct member
Alvaro Herrera
2019-04-03
*
Skip redundant anti-wraparound vacuums
Michael Paquier
2019-03-31
*
Fold vacuum's 'int options' parameter into VacuumParams.
Robert Haas
2019-03-18
*
Avoid creation of the free space map for small heap relations, take 2.
Amit Kapila
2019-02-04
*
Move page initialization from RelationAddExtraBlocks() to use, take 2.
Andres Freund
2019-02-03
*
Revert "Move page initialization from RelationAddExtraBlocks() to use."
Andres Freund
2019-01-28
*
Fix race condition between relation extension and vacuum.
Andres Freund
2019-01-28
*
Move page initialization from RelationAddExtraBlocks() to use.
Andres Freund
2019-01-28
*
Revert "Avoid creation of the free space map for small heap relations."
Amit Kapila
2019-01-28
*
Avoid creation of the free space map for small heap relations.
Amit Kapila
2019-01-28
*
Move remaining code from tqual.[ch] to heapam.h / heapam_visibility.c.
Andres Freund
2019-01-21
*
Fix incorrect relation name in comment of vacuumlazy.c
Michael Paquier
2019-01-18
*
Move vacuumlazy.c into access/heap.
Andres Freund
2019-01-15