postgresql/src/backend/access
Heikki Linnakangas 2effb72e68 Remove obsolete cases from GiST update redo code.
The code that generated a record to clear the F_TUPLES_DELETED flag hasn't
existed since we got rid of old-style VACUUM FULL. I kept the code that sets
the flag, although it's not used for anything anymore, because it might
still be interesting information for debugging purposes that some tuples
have been deleted from a page.

Likewise, the code to turn the root page from non-leaf to leaf page was
removed when we got rid of old-style VACUUM FULL. Remove the code to replay
that action, too.
2014-11-07 15:13:02 +02:00
..
common Revert "Allow units to be specified in relation option setting value." 2014-08-29 05:10:47 +09:00
gin Move the backup-block logic from XLogInsert to a new file, xloginsert.c. 2014-11-06 13:55:36 +02:00
gist Remove obsolete cases from GiST update redo code. 2014-11-07 15:13:02 +02:00
hash Avoid copying index tuples when building an index. 2014-07-01 10:34:42 -04:00
heap Move the backup-block logic from XLogInsert to a new file, xloginsert.c. 2014-11-06 13:55:36 +02:00
index Split builtins.h to a new header ruleutils.h 2014-10-08 18:10:47 -03:00
nbtree Move the backup-block logic from XLogInsert to a new file, xloginsert.c. 2014-11-06 13:55:36 +02:00
rmgrdesc Improve code around the recently added rm_identify rmgr callback. 2014-09-22 17:49:34 +02:00
spgist Move the backup-block logic from XLogInsert to a new file, xloginsert.c. 2014-11-06 13:55:36 +02:00
transam Prevent the unnecessary creation of .ready file for the timeline history file. 2014-11-06 21:24:40 +09:00
Makefile Split out rmgr rm_desc functions into their own files 2012-11-28 13:01:15 -03:00