postgresql/src/include/access
Tom Lane b95ae32b41 Avoid WAL-logging individual tuple insertions during CREATE TABLE AS
(a/k/a SELECT INTO).  Instead, flush and fsync the whole relation before
committing.  We do still need the WAL log when PITR is active, however.
Simon Riggs and Tom Lane.
2005-06-20 18:37:02 +00:00
..
attnum.h Add parentheses to macros when args are used in computations. Without 2005-05-25 21:40:43 +00:00
clog.h Remove the mostly-stubbed-out-anyway support routines for WAL UNDO. 2005-06-06 17:01:25 +00:00
genam.h Change the planner to allow indexscan qualification clauses to use 2005-06-13 23:14:49 +00:00
gist.h 1. full functional WAL for GiST 2005-06-20 10:29:37 +00:00
gist_private.h fix founded hole in recovery after crash, add vacuum_delay_point() 2005-06-20 15:22:38 +00:00
gistscan.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
hash.h Remove the mostly-stubbed-out-anyway support routines for WAL UNDO. 2005-06-06 17:01:25 +00:00
heapam.h Avoid WAL-logging individual tuple insertions during CREATE TABLE AS 2005-06-20 18:37:02 +00:00
hio.h Avoid WAL-logging individual tuple insertions during CREATE TABLE AS 2005-06-20 18:37:02 +00:00
htup.h Change WAL-logging scheme for multixacts to be more like regular 2005-06-08 15:50:28 +00:00
iqual.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
itup.h Eliminate duplicate hasnulls bit testing in index tuple access, and 2005-03-27 18:38:27 +00:00
multixact.h Change WAL-logging scheme for multixacts to be more like regular 2005-06-08 15:50:28 +00:00
nbtree.h Remove the mostly-stubbed-out-anyway support routines for WAL UNDO. 2005-06-06 17:01:25 +00:00
printtup.h Revise TupleTableSlot code to avoid unnecessary construction and disassembly 2005-03-16 21:38:10 +00:00
relscan.h Arrange to cache fmgr lookup information for an index's access method 2005-05-27 23:31:21 +00:00
rmgr.h Remove the mostly-stubbed-out-anyway support routines for WAL UNDO. 2005-06-06 17:01:25 +00:00
rtree.h Remove the mostly-stubbed-out-anyway support routines for WAL UNDO. 2005-06-06 17:01:25 +00:00
rtscan.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
sdir.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
skey.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
slru.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
subtrans.h Two-phase commit. Original patch by Heikki Linnakangas, with additional 2005-06-17 22:32:51 +00:00
transam.h Simplify initdb-time assignment of OIDs as I proposed yesterday, and 2005-04-13 18:54:57 +00:00
tupdesc.h Adjust creation/destruction of TupleDesc data structure to reduce the 2005-03-07 04:42:17 +00:00
tupmacs.h For some reason access/tupmacs.h has been #including utils/memutils.h, 2005-05-06 17:24:55 +00:00
tuptoaster.h Convert index-related tuple handling routines from char 'n'/' ' to bool 2005-03-21 01:24:04 +00:00
twophase.h Arrange to fsync two-phase-commit state files only during checkpoints; 2005-06-19 20:00:39 +00:00
twophase_rmgr.h Two-phase commit. Original patch by Heikki Linnakangas, with additional 2005-06-17 22:32:51 +00:00
valid.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
xact.h Two-phase commit. Original patch by Heikki Linnakangas, with additional 2005-06-17 22:32:51 +00:00
xlog.h Change WAL-logging scheme for multixacts to be more like regular 2005-06-08 15:50:28 +00:00
xlog_internal.h Remove the mostly-stubbed-out-anyway support routines for WAL UNDO. 2005-06-06 17:01:25 +00:00
xlogdefs.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
xlogutils.h Remove the mostly-stubbed-out-anyway support routines for WAL UNDO. 2005-06-06 17:01:25 +00:00