postgresql/src/include/executor
Tom Lane ac61a04a71 Fix ExecSubPlan to handle nulls per the SQL spec --- it didn't combine
nulls with non-nulls using proper three-valued boolean logic.  Also clean
up ExecQual to make it clearer that ExecQual *does* follow the SQL spec
for boolean nulls.  See '[BUGS] (null) != (null)' thread around 10/26/99
for more detail.
1999-11-12 06:39:34 +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 Avoid duplicate ExecTypeFromTL() call in ExecInitJunkFilter() by passing 1999-10-30 23:13:30 +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 Fix ExecSubPlan to handle nulls per the SQL spec --- it didn't combine 1999-11-12 06:39:34 +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