postgresql/src/backend/access
Simon Riggs 4b0d28de06 Remove secondary checkpoint
Previously server reserved WAL for last two checkpoints,
which used too much disk space for small servers.

Bumps PG_CONTROL_VERSION

Author: Simon Riggs <simon@2ndQuadrant.com>
Reviewed-by: Michael Paquier <michael.paquier@gmail.com>
2017-11-07 12:56:30 -05:00
..
brin Fix thinkos in BRIN summarization 2017-11-03 20:45:36 +01:00
common Replace remaining uses of pq_sendint with pq_sendint{8,16,32}. 2017-10-11 21:00:46 -07:00
gin Set the metapage's pd_lower correctly in brin, gin, and spgist indexes. 2017-11-02 17:22:08 -04:00
gist For wal_consistency_checking, mask page checksum as well as page LSN. 2017-09-22 14:28:22 -04:00
hash Flag index metapages as standard-format in xlog.c calls. 2017-11-03 16:31:32 -04:00
heap Revert bogus fixes of HOT-freezing bug 2017-11-02 15:51:41 +01:00
index
nbtree Flag index metapages as standard-format in xlog.c calls. 2017-11-03 16:31:32 -04:00
rmgrdesc
spgist Set the metapage's pd_lower correctly in brin, gin, and spgist indexes. 2017-11-02 17:22:08 -04:00
tablesample
transam Remove secondary checkpoint 2017-11-07 12:56:30 -05:00
Makefile