postgresql/src/include/executor
Tom Lane db3c4c3a2d Split 'BufFile' routines out of fd.c into a new module, buffile.c. Extend
BufFile so that it handles multi-segment temporary files transparently.
This allows sorts and hashes to work with data exceeding 2Gig (or whatever
the local limit on file size is).  Change psort.c to use relative seeks
instead of absolute seeks for backwards scanning, so that it won't fail
when the data volume exceeds 2Gig.
1999-10-13 15:02:32 +00:00
..
execdebug.h Change #include's to use <> and "" as appropriate. 1999-07-15 23:04:24 +00:00
execdefs.h Add constants for outer join states in executor. 1999-02-23 07:37:31 +00:00
execdesc.h More cleanup 1999-07-16 17:07:40 +00:00
execFlatten.h More cleanup 1999-07-16 17:07:40 +00:00
executor.h Several changes here, not very related but touching some of the same files. 1999-09-24 00:25:33 +00:00
functions.h Clean up #include in /include directory. Add scripts for checking includes. 1999-07-15 15:21:54 +00:00
hashjoin.h Split 'BufFile' routines out of fd.c into a new module, buffile.c. Extend 1999-10-13 15:02:32 +00:00
nodeAgg.h Clean up #include in /include directory. Add scripts for checking includes. 1999-07-15 15:21:54 +00:00
nodeAppend.h Clean up #include in /include directory. Add scripts for checking includes. 1999-07-15 15:21:54 +00:00
nodeGroup.h Clean up #include in /include directory. Add scripts for checking includes. 1999-07-15 15:21:54 +00:00
nodeHash.h Clean up #include in /include directory. Add scripts for checking includes. 1999-07-15 15:21:54 +00:00
nodeHashjoin.h Split 'BufFile' routines out of fd.c into a new module, buffile.c. Extend 1999-10-13 15:02:32 +00:00
nodeIndexscan.h Clean up #include in /include directory. Add scripts for checking includes. 1999-07-15 15:21:54 +00:00
nodeMaterial.h Clean up #include in /include directory. Add scripts for checking includes. 1999-07-15 15:21:54 +00:00
nodeMergejoin.h Clean up #include in /include directory. Add scripts for checking includes. 1999-07-15 15:21:54 +00:00
nodeNestloop.h Clean up #include in /include directory. Add scripts for checking includes. 1999-07-15 15:21:54 +00:00
nodeResult.h Clean up #include in /include directory. Add scripts for checking includes. 1999-07-15 15:21:54 +00:00
nodeSeqscan.h Clean up #include in /include directory. Add scripts for checking includes. 1999-07-15 15:21:54 +00:00
nodeSort.h Clean up #include in /include directory. Add scripts for checking includes. 1999-07-15 15:21:54 +00:00
nodeSubplan.h Clean up #include in /include directory. Add scripts for checking includes. 1999-07-15 15:21:54 +00:00
nodeUnique.h Clean up #include in /include directory. Add scripts for checking includes. 1999-07-15 15:21:54 +00:00
spi.h Move some system includes into c.h, and remove duplicates. 1999-07-17 20:18:55 +00:00
spi_priv.h Clean up #include in /include directory. Add scripts for checking includes. 1999-07-15 15:21:54 +00:00
tuptable.h Change #include's to use <> and "" as appropriate. 1999-07-15 23:04:24 +00:00