index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
heap
/
vacuumlazy.c
Age
Commit message (
Expand
)
Author
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
Initial pgindent run for v12.
Tom Lane
2019-05-13
Standardize ItemIdData terminology.
Peter Geoghegan
2019-05-07
Add TRUNCATE parameter to VACUUM.
Fujii Masao
2019-05-07
Revert "Avoid the creation of the free space map for small heap relations".
Amit Kapila
2019-05-02
Fix some problems with VACUUM (INDEX_CLEANUP FALSE).
Robert Haas
2019-04-24
Allow pg_class xid & multixid horizons to not be set.
Andres Freund
2019-04-08
Add vacuum_truncate reloption.
Fujii Masao
2019-04-04
Allow VACUUM to be run with index cleanup disabled.
Robert Haas
2019-04-03
Correctly initialize newly added struct member
Alvaro Herrera
2019-03-31
Skip redundant anti-wraparound vacuums
Michael Paquier
2019-03-18
Fold vacuum's 'int options' parameter into VacuumParams.
Robert Haas
2019-02-04
Avoid creation of the free space map for small heap relations, take 2.
Amit Kapila
2019-02-03
Move page initialization from RelationAddExtraBlocks() to use, take 2.
Andres Freund
2019-01-29
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-22
Move remaining code from tqual.[ch] to heapam.h / heapam_visibility.c.
Andres Freund
2019-01-18
Fix incorrect relation name in comment of vacuumlazy.c
Michael Paquier
2019-01-15
Move vacuumlazy.c into access/heap.
Andres Freund