postgresql/src/backend/access
Andres Freund b5f58cf213 Convert gist to compute page level xid horizon on primary.
Due to parallel development, gist added the missing conflict
information in c952eae52a, while 558a9165e0 moved that computation
to the primary for the index types that already had it.  Thus adapt
gist to also compute on the primary, using
index_compute_xid_horizon_for_tuples() instead of its own copy of the
logic.

This also adds pg_waldump support for XLOG_GIST_DELETE records, which
previously was not properly present.

Bumps WAL version.

Author: Andres Freund
Discussion: https://postgr.es/m/20190406050243.bszosdg4buvabfrt@alap3.anarazel.de
2019-04-22 14:28:30 -07:00
..
brin Report progress of CREATE INDEX operations 2019-04-02 15:18:08 -03:00
common Fix typos in reloptions.c 2019-04-12 12:56:38 +09:00
gin Make queries' locking of indexes more consistent. 2019-04-04 15:12:58 -04:00
gist Convert gist to compute page level xid horizon on primary. 2019-04-22 14:28:30 -07:00
hash Report progress of CREATE INDEX operations 2019-04-02 15:18:08 -03:00
heap Add vacuum_truncate reloption. 2019-04-08 16:43:57 +09:00
index Compute XID horizon for page level index vacuum on primary. 2019-03-26 16:52:54 -07:00
nbtree Fix division by zero in _bt_vacuum_needs_cleanup() 2019-04-15 20:20:43 +03:00
rmgrdesc Convert gist to compute page level xid horizon on primary. 2019-04-22 14:28:30 -07:00
spgist Generate less WAL during GiST, GIN and SP-GiST index build. 2019-04-03 17:03:15 +03:00
table Remove unused struct member, enforce multi_insert callback presence. 2019-04-04 17:39:39 -07:00
tablesample tableam: sample scan. 2019-03-31 18:37:57 -07:00
transam Simplify some ERROR paths clearing wait events and transient files 2019-04-17 09:51:45 +09:00
Makefile Introduce access/{table.h, relation.h}, for generic functions from heapam.h. 2019-01-21 10:51:36 -08:00