postgresql/src/backend/access
Peter Geoghegan 9ee7414ed0 Remove obsolete _bt_insert_parent() comment.
Remove a comment that refers to a coding practice that was fully removed
by commit a8b8f4db, which introduced MarkBufferDirty().  It looks like
the comment was even obsolete before then, since it concerns
write-ordering dependencies with synchronous buffer writes.
2019-04-29 14:14:38 -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 Allow pg_class xid & multixid horizons to not be set. 2019-04-23 21:42:12 -07:00
index Compute XID horizon for page level index vacuum on primary. 2019-03-26 16:52:54 -07:00
nbtree Remove obsolete _bt_insert_parent() comment. 2019-04-29 14:14:38 -07: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