postgresql/src/include/nodes
Bruce Momjian 33f0108df8 Cause FETCH 1 to return the current cursor row, or zero if at
beginning/end of cursor.

Have MOVE return 0/1 depending on cursor position.

Matches SQL spec.

Pass cursor counter from parser as a long rather than int.

Doc updates.
2002-12-30 15:31:51 +00:00
..
execnodes.h Update EvalPlanQual() to work with new executor memory management method. 2002-12-18 00:14:47 +00:00
makefuncs.h Phase 2 of read-only-plans project: restructure expression-tree nodes 2002-12-12 15:49:42 +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 Phase 2 of read-only-plans project: restructure expression-tree nodes 2002-12-12 15:49:42 +00:00
nodes.h Code review for palloc0 patch --- avoid dangerous and unnecessary 2002-12-16 16:22:46 +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 Cause FETCH 1 to return the current cursor row, or zero if at 2002-12-30 15:31:51 +00:00
pg_list.h Restructure planning of nestloop inner indexscans so that the set of usable 2002-11-24 21:52:15 +00:00
plannodes.h Phase 2 of read-only-plans project: restructure expression-tree nodes 2002-12-12 15:49:42 +00:00
primnodes.h Clean up plantree representation of SubPlan-s --- SubLink does not appear 2002-12-14 00:17:59 +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 Phase 2 of read-only-plans project: restructure expression-tree nodes 2002-12-12 15:49:42 +00:00