aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/heap/vacuumlazy.c
Commit message (Expand)AuthorAge
* Revert "Skip redundant anti-wraparound vacuums"Michael Paquier2020-03-31
* Fix mesurement of elapsed time during truncating heap in VACUUM.Fujii Masao2020-02-19
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Initial pgindent run for v12.Tom Lane2019-05-22
* Standardize ItemIdData terminology.Peter Geoghegan2019-05-13
* Add TRUNCATE parameter to VACUUM.Fujii Masao2019-05-08
* Revert "Avoid the creation of the free space map for small heap relations".Amit Kapila2019-05-07
* Fix some problems with VACUUM (INDEX_CLEANUP FALSE).Robert Haas2019-05-02
* Allow pg_class xid & multixid horizons to not be set.Andres Freund2019-04-23
* Add vacuum_truncate reloption.Fujii Masao2019-04-08
* Allow VACUUM to be run with index cleanup disabled.Robert Haas2019-04-04
* Correctly initialize newly added struct memberAlvaro Herrera2019-04-03
* Skip redundant anti-wraparound vacuumsMichael Paquier2019-03-31
* Fold vacuum's 'int options' parameter into VacuumParams.Robert Haas2019-03-18
* Avoid creation of the free space map for small heap relations, take 2.Amit Kapila2019-02-04
* Move page initialization from RelationAddExtraBlocks() to use, take 2.Andres Freund2019-02-03
* Revert "Move page initialization from RelationAddExtraBlocks() to use."Andres Freund2019-01-28
* Fix race condition between relation extension and vacuum.Andres Freund2019-01-28
* Move page initialization from RelationAddExtraBlocks() to use.Andres Freund2019-01-28
* Revert "Avoid creation of the free space map for small heap relations."Amit Kapila2019-01-28
* Avoid creation of the free space map for small heap relations.Amit Kapila2019-01-28
* Move remaining code from tqual.[ch] to heapam.h / heapam_visibility.c.Andres Freund2019-01-21
* Fix incorrect relation name in comment of vacuumlazy.cMichael Paquier2019-01-18
* Move vacuumlazy.c into access/heap.Andres Freund2019-01-15