postgresql/src/include/executor
Tom Lane 2d8d66628a Clean up plantree representation of SubPlan-s --- SubLink does not appear
in the planned representation of a subplan at all any more, only SubPlan.
This means subselect.c doesn't scribble on its input anymore, which seems
like a good thing; and there are no longer three different possible
interpretations of a SubLink.  Simplify node naming and improve comments
in primnodes.h.  No change to stored rules, though.
2002-12-14 00:17:59 +00:00
..
execdebug.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
execdefs.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
execdesc.h Phase 1 of read-only-plans project: cause executor state nodes to point 2002-12-05 15:50:39 +00:00
executor.h Clean up plantree representation of SubPlan-s --- SubLink does not appear 2002-12-14 00:17:59 +00:00
functions.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
hashjoin.h Upgrade planner and executor to allow multiple hash keys for a hash join, 2002-11-30 00:08:22 +00:00
instrument.h New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
nodeAgg.h Phase 1 of read-only-plans project: cause executor state nodes to point 2002-12-05 15:50:39 +00:00
nodeAppend.h Phase 1 of read-only-plans project: cause executor state nodes to point 2002-12-05 15:50:39 +00:00
nodeFunctionscan.h Phase 1 of read-only-plans project: cause executor state nodes to point 2002-12-05 15:50:39 +00:00
nodeGroup.h Phase 1 of read-only-plans project: cause executor state nodes to point 2002-12-05 15:50:39 +00:00
nodeHash.h Phase 1 of read-only-plans project: cause executor state nodes to point 2002-12-05 15:50:39 +00:00
nodeHashjoin.h Phase 1 of read-only-plans project: cause executor state nodes to point 2002-12-05 15:50:39 +00:00
nodeIndexscan.h Phase 1 of read-only-plans project: cause executor state nodes to point 2002-12-05 15:50:39 +00:00
nodeLimit.h Phase 1 of read-only-plans project: cause executor state nodes to point 2002-12-05 15:50:39 +00:00
nodeMaterial.h Phase 1 of read-only-plans project: cause executor state nodes to point 2002-12-05 15:50:39 +00:00
nodeMergejoin.h Phase 1 of read-only-plans project: cause executor state nodes to point 2002-12-05 15:50:39 +00:00
nodeNestloop.h Phase 1 of read-only-plans project: cause executor state nodes to point 2002-12-05 15:50:39 +00:00
nodeResult.h Phase 1 of read-only-plans project: cause executor state nodes to point 2002-12-05 15:50:39 +00:00
nodeSeqscan.h Phase 1 of read-only-plans project: cause executor state nodes to point 2002-12-05 15:50:39 +00:00
nodeSetOp.h Phase 1 of read-only-plans project: cause executor state nodes to point 2002-12-05 15:50:39 +00:00
nodeSort.h Phase 1 of read-only-plans project: cause executor state nodes to point 2002-12-05 15:50:39 +00:00
nodeSubplan.h Clean up plantree representation of SubPlan-s --- SubLink does not appear 2002-12-14 00:17:59 +00:00
nodeSubqueryscan.h Phase 1 of read-only-plans project: cause executor state nodes to point 2002-12-05 15:50:39 +00:00
nodeTidscan.h Phase 1 of read-only-plans project: cause executor state nodes to point 2002-12-05 15:50:39 +00:00
nodeUnique.h Phase 1 of read-only-plans project: cause executor state nodes to point 2002-12-05 15:50:39 +00:00
spi.h Phase 3 of read-only-plans project: ExecInitExpr now builds expression 2002-12-13 19:46:01 +00:00
spi_priv.h Make SPI's execution of querystrings follow the rules agreed to for 2002-10-14 23:49:20 +00:00
tuptable.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00