postgresql/src/backend/access
Alvaro Herrera 03e5248d0f Replace the usage of heap_addheader to create pg_attribute tuples with regular
heap_form_tuple.  Since this removes the last remaining caller of
heap_addheader, remove it.

Extracted from the column privileges patch from Stephen Frost, with further
code cleanups by me.
2008-11-14 01:57:42 +00:00
..
common Replace the usage of heap_addheader to create pg_attribute tuples with regular 2008-11-14 01:57:42 +00:00
gin Prevent synchronous scan during GIN index build, because GIN is optimized 2008-11-13 17:42:10 +00:00
gist Prevent synchronous scan during GIN index build, because GIN is optimized 2008-11-13 17:42:10 +00:00
hash Prevent synchronous scan during GIN index build, because GIN is optimized 2008-11-13 17:42:10 +00:00
heap Improve bulk-insert performance by keeping the current target buffer pinned 2008-11-06 20:51:15 +00:00
index The logic in systable_beginscan to translate heap attribute numbers to 2008-11-06 13:07:08 +00:00
nbtree Prevent synchronous scan during GIN index build, because GIN is optimized 2008-11-13 17:42:10 +00:00
transam Fix sloppy omission of now-required #include's. 2008-11-11 14:17:02 +00:00
Makefile Refactor backend makefiles to remove lots of duplicate code 2008-02-19 10:30:09 +00:00