postgresql/src/include/nodes
Tom Lane bee217924d Support expressions of the form 'scalar op ANY (array)' and
'scalar op ALL (array)', where the operator is applied between the
lefthand scalar and each element of the array.  The operator must
yield boolean; the result of the construct is the OR or AND of the
per-element results, respectively.

Original coding by Joe Conway, after an idea of Peter's.  Rewritten
by Tom to keep the implementation strictly separate from subqueries.
2003-06-29 00:33:44 +00:00
..
bitmapset.h Replace planner's representation of relation sets, per pghackers discussion. 2003-02-08 20:20:55 +00:00
execnodes.h Support expressions of the form 'scalar op ANY (array)' and 2003-06-29 00:33:44 +00:00
makefuncs.h Get rid of last few vestiges of parsetree dependency on grammar token 2003-02-10 04:44:47 +00:00
memnodes.h Change memory-space accounting mechanism in tuplesort.c and tuplestore.c 2002-08-12 00:36:12 +00:00
nodeFuncs.h Support expressions of the form 'scalar op ANY (array)' and 2003-06-29 00:33:44 +00:00
nodes.h Support expressions of the form 'scalar op ANY (array)' and 2003-06-29 00:33:44 +00:00
params.h Clean up plantree representation of SubPlan-s --- SubLink does not appear 2002-12-14 00:17:59 +00:00
parsenodes.h Support expressions of the form 'scalar op ANY (array)' and 2003-06-29 00:33:44 +00:00
pg_list.h Adjust nestloop-with-inner-indexscan plan generation so that we catch 2003-06-15 22:51:45 +00:00
plannodes.h Implement feature of new FE/BE protocol whereby RowDescription identifies 2003-05-06 00:20:33 +00:00
primnodes.h Support expressions of the form 'scalar op ANY (array)' and 2003-06-29 00:33:44 +00:00
print.h Phase 1 of read-only-plans project: cause executor state nodes to point 2002-12-05 15:50:39 +00:00
readfuncs.h Restructure outfuncs and readfuncs to use macros in the same style as 2002-11-25 18:12:12 +00:00
relation.h Adjust nestloop-with-inner-indexscan plan generation so that we catch 2003-06-15 22:51:45 +00:00