postgresql/src/include/nodes
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
..
bitmapset.h Marginal hack to avoid spending a lot of time in find_join_rel during 2005-06-08 23:02:05 +00:00
execnodes.h Avoid WAL-logging individual tuple insertions during CREATE TABLE AS 2005-06-20 18:37:02 +00:00
makefuncs.h Merge Resdom nodes into TargetEntry nodes to simplify code and save a 2005-04-06 16:34:07 +00:00
memnodes.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
nodeFuncs.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
nodes.h Simplify the planner's join clause management by storing join clauses 2005-06-09 04:19:00 +00:00
params.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
parsenodes.h Two-phase commit. Original patch by Heikki Linnakangas, with additional 2005-06-17 22:32:51 +00:00
pg_list.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
plannodes.h Remove support for OR'd indexscans internal to a single IndexScan plan 2005-04-25 01:30:14 +00:00
primnodes.h Merge Resdom nodes into TargetEntry nodes to simplify code and save a 2005-04-06 16:34:07 +00:00
print.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
readfuncs.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
relation.h Change the planner to allow indexscan qualification clauses to use 2005-06-13 23:14:49 +00:00
tidbitmap.h Initial implementation of lossy-tuple-bitmap data structures. 2005-04-17 22:24:02 +00:00
value.h Some more missed copyright notices. Many of these look like they 2005-01-01 20:44:34 +00:00