postgresql/src/include/executor
Alvaro Herrera c219d9b0a5 Split tuple struct defs from htup.h to htup_details.h
This reduces unnecessary exposure of other headers through htup.h, which
is very widely included by many files.

I have chosen to move the function prototypes to the new file as well,
because that means htup.h no longer needs to include tupdesc.h.  In
itself this doesn't have much effect in indirect inclusion of tupdesc.h
throughout the tree, because it's also required by execnodes.h; but it's
something to explore in the future, and it seemed best to do the htup.h
change now while I'm busy with it.
2012-08-30 16:52:35 -04:00
..
execdebug.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
execdesc.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
executor.h Run pgindent on 9.2 source tree in preparation for first 9.3 2012-06-10 15:20:04 -04:00
functions.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
hashjoin.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
instrument.h Run pgindent on 9.2 source tree in preparation for first 9.3 2012-06-10 15:20:04 -04:00
nodeAgg.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
nodeAppend.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
nodeBitmapAnd.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
nodeBitmapHeapscan.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
nodeBitmapIndexscan.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
nodeBitmapOr.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
nodeCtescan.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
nodeForeignscan.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
nodeFunctionscan.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
nodeGroup.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
nodeHash.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
nodeHashjoin.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
nodeIndexonlyscan.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
nodeIndexscan.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
nodeLimit.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
nodeLockRows.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
nodeMaterial.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
nodeMergeAppend.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
nodeMergejoin.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
nodeModifyTable.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
nodeNestloop.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
nodeRecursiveunion.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
nodeResult.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
nodeSeqscan.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
nodeSetOp.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
nodeSort.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
nodeSubplan.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
nodeSubqueryscan.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
nodeTidscan.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
nodeUnique.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
nodeValuesscan.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
nodeWindowAgg.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
nodeWorktablescan.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
spi.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
spi_priv.h Run pgindent on 9.2 source tree in preparation for first 9.3 2012-06-10 15:20:04 -04:00
tstoreReceiver.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
tuptable.h Split tuple struct defs from htup.h to htup_details.h 2012-08-30 16:52:35 -04:00