postgresql/src/backend/access
Heikki Linnakangas 8fa393a6d7 Minor cleanup of GiST code, for readability.
Remove the gistcentryinit function, inlining the relevant part of it into
the only caller.
2015-03-26 19:11:54 +02:00
..
brin Move BRIN page type to page's last two bytes 2015-03-10 12:27:15 -03:00
common Use FLEXIBLE_ARRAY_MEMBER for HeapTupleHeaderData.t_bits[]. 2015-02-21 15:13:06 -05:00
gin Fix memory leaks in GIN index vacuum. 2015-03-12 15:34:32 +01:00
gist Minor cleanup of GiST code, for readability. 2015-03-26 19:11:54 +02:00
hash Update copyright for 2015 2015-01-06 11:43:47 -05:00
heap Use FLEXIBLE_ARRAY_MEMBER in a number of other places. 2015-02-21 16:12:14 -05:00
index Fix BuildIndexValueDescription for expressions 2015-01-29 21:59:34 -05:00
nbtree Reduce pinning and buffer content locking for btree scans. 2015-03-25 14:24:43 -05:00
rmgrdesc Merge the various forms of transaction commit & abort records. 2015-03-15 17:37:07 +01:00
spgist Update copyright for 2015 2015-01-06 11:43:47 -05:00
transam Centralize definition of integer limits. 2015-03-25 22:39:42 +01:00
Makefile BRIN: Block Range Indexes 2014-11-07 16:38:14 -03:00