summaryrefslogtreecommitdiff
path: root/src/backend/access/heap/vacuumlazy.c
AgeCommit message (Expand)Author
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-05-22Initial pgindent run for v12.Tom Lane
2019-05-13Standardize ItemIdData terminology.Peter Geoghegan
2019-05-07Add TRUNCATE parameter to VACUUM.Fujii Masao
2019-05-07Revert "Avoid the creation of the free space map for small heap relations".Amit Kapila
2019-05-02Fix some problems with VACUUM (INDEX_CLEANUP FALSE).Robert Haas
2019-04-24Allow pg_class xid & multixid horizons to not be set.Andres Freund
2019-04-08Add vacuum_truncate reloption.Fujii Masao
2019-04-04Allow VACUUM to be run with index cleanup disabled.Robert Haas
2019-04-03Correctly initialize newly added struct memberAlvaro Herrera
2019-03-31Skip redundant anti-wraparound vacuumsMichael Paquier
2019-03-18Fold vacuum's 'int options' parameter into VacuumParams.Robert Haas
2019-02-04Avoid creation of the free space map for small heap relations, take 2.Amit Kapila
2019-02-03Move page initialization from RelationAddExtraBlocks() to use, take 2.Andres Freund
2019-01-29Revert "Move page initialization from RelationAddExtraBlocks() to use."Andres Freund
2019-01-28Fix race condition between relation extension and vacuum.Andres Freund
2019-01-28Move page initialization from RelationAddExtraBlocks() to use.Andres Freund
2019-01-28Revert "Avoid creation of the free space map for small heap relations."Amit Kapila
2019-01-28Avoid creation of the free space map for small heap relations.Amit Kapila
2019-01-22Move remaining code from tqual.[ch] to heapam.h / heapam_visibility.c.Andres Freund
2019-01-18Fix incorrect relation name in comment of vacuumlazy.cMichael Paquier
2019-01-15Move vacuumlazy.c into access/heap.Andres Freund