postgresql/src/backend/access
Tom Lane bc4de01db3 Minor cleanup/code review for "indirect toast" stuff.
Fix some issues I noticed while fooling with an extension to allow an
additional kind of toast pointer.  Much of this is just comment
improvement, but there are a couple of actual bugs, which might or might
not be reachable today depending on what can happen during logical
decoding.  An example is that toast_flatten_tuple() failed to cover the
possibility of an indirection pointer in its input.  Back-patch to 9.4
just in case that is reachable now.

In HEAD, also correct some really minor issues with recent compression
reorganization, such as dangerously underparenthesized macros.
2015-02-09 12:30:52 -05:00
..
brin Tweak BRIN minmax operator class 2015-01-22 17:01:09 -03:00
common Update copyright for 2015 2015-01-06 11:43:47 -05:00
gin Use a separate memory context for GIN scan keys. 2015-02-04 17:40:25 +02:00
gist Remove dead NULL-pointer checks in GiST code. 2015-01-28 10:03:58 +02:00
hash Update copyright for 2015 2015-01-06 11:43:47 -05:00
heap Minor cleanup/code review for "indirect toast" stuff. 2015-02-09 12:30:52 -05:00
index Fix BuildIndexValueDescription for expressions 2015-01-29 21:59:34 -05:00
nbtree Fix column-privilege leak in error-message paths 2015-01-28 12:31:30 -05:00
rmgrdesc Tweak heapam's rmgr desc output slightly 2015-01-12 16:09:16 -03:00
spgist Update copyright for 2015 2015-01-06 11:43:47 -05:00
transam Fix thinko in re-setting wal_log_hints flag from a parameter-change record. 2015-01-15 20:52:41 +02:00
Makefile BRIN: Block Range Indexes 2014-11-07 16:38:14 -03:00