postgresql/src/backend/access
Heikki Linnakangas 7a567d9407 MAPSIZE macro needs to use MAXALIGN(SizeOfPageHeaderData) instead of
SizeOfPageHeaderData, like PageGetContents does. Per report by Pavan
Deolasee.
2008-12-06 17:31:37 +00:00
..
common Clean up the API for DestReceiver objects by eliminating the assumption 2008-11-30 20:51:25 +00:00
gin Rethink the way FSM truncation works. Instead of WAL-logging FSM 2008-11-19 10:34:52 +00:00
gist Initialize GISTScanOpaque->qual_ok even if there is no conditions. 2008-12-04 11:08:46 +00:00
hash Prevent synchronous scan during GIN index build, because GIN is optimized 2008-11-13 17:42:10 +00:00
heap MAPSIZE macro needs to use MAXALIGN(SizeOfPageHeaderData) instead of 2008-12-06 17:31:37 +00:00
index The logic in systable_beginscan to translate heap attribute numbers to 2008-11-06 13:07:08 +00:00
nbtree Rethink the way FSM truncation works. Instead of WAL-logging FSM 2008-11-19 10:34:52 +00:00
transam Fix a couple of snapshot management bugs in the new ResourceOwner world: 2008-12-04 14:51:02 +00:00
Makefile Refactor backend makefiles to remove lots of duplicate code 2008-02-19 10:30:09 +00:00