aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/heap/vacuumlazy.c
Commit message (Expand)AuthorAge
* 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