postgresql/src/backend/executor
Tom Lane 7893462e44 Move pg_checkretval out of the planner (where it never belonged) into
pg_proc.c (where it's actually used).  Fix it to correctly handle tlists
that contain resjunk target items, and improve error messages.  This
addresses bug reported by Krupnikov 6-July-00.
2000-08-21 20:55:31 +00:00
..
_deadcode Add: 2000-01-26 05:58:53 +00:00
Makefile Generated header files parse.h and fmgroids.h are now copied into 2000-05-29 05:45:56 +00:00
execAmi.c Modify heap_open()/heap_openr() API per pghackers discussion of 11 July. 2000-08-03 19:19:38 +00:00
execFlatten.c Add: 2000-01-26 05:58:53 +00:00
execJunk.c Add: 2000-01-26 05:58:53 +00:00
execMain.c Clean up inefficiency in ExecRelCheck, and cause it to do the right 2000-08-06 04:26:40 +00:00
execProcnode.c Clean up handling of variable-free qual clauses. System now does the 2000-08-13 02:50:35 +00:00
execQual.c Move pg_checkretval out of the planner (where it never belonged) into 2000-08-21 20:55:31 +00:00
execScan.c Revise aggregate functions per earlier discussions in pghackers. 2000-07-17 03:05:41 +00:00
execTuples.c First stage of reclaiming memory in executor by resetting short-term 2000-07-12 02:37:39 +00:00
execUtils.c Cleanup of code for creating index entries. Functional indexes with 2000-07-14 22:18:02 +00:00
functions.c Remove 'func_tlist' from Func expression nodes, likewise 'param_tlist' 2000-08-08 15:43:12 +00:00
nodeAgg.c Revise aggregate functions per earlier discussions in pghackers. 2000-07-17 03:05:41 +00:00
nodeAppend.c First stage of reclaiming memory in executor by resetting short-term 2000-07-12 02:37:39 +00:00
nodeGroup.c First stage of reclaiming memory in executor by resetting short-term 2000-07-12 02:37:39 +00:00
nodeHash.c Revise aggregate functions per earlier discussions in pghackers. 2000-07-17 03:05:41 +00:00
nodeHashjoin.c Revise aggregate functions per earlier discussions in pghackers. 2000-07-17 03:05:41 +00:00
nodeIndexscan.c Clean up handling of variable-free qual clauses. System now does the 2000-08-13 02:50:35 +00:00
nodeMaterial.c First stage of reclaiming memory in executor by resetting short-term 2000-07-12 02:37:39 +00:00
nodeMergejoin.c First stage of reclaiming memory in executor by resetting short-term 2000-07-12 02:37:39 +00:00
nodeNestloop.c Clean up handling of variable-free qual clauses. System now does the 2000-08-13 02:50:35 +00:00
nodeResult.c Revise aggregate functions per earlier discussions in pghackers. 2000-07-17 03:05:41 +00:00
nodeSeqscan.c First stage of reclaiming memory in executor by resetting short-term 2000-07-12 02:37:39 +00:00
nodeSort.c First stage of reclaiming memory in executor by resetting short-term 2000-07-12 02:37:39 +00:00
nodeSubplan.c First stage of reclaiming memory in executor by resetting short-term 2000-07-12 02:37:39 +00:00
nodeTidscan.c Modify heap_open()/heap_openr() API per pghackers discussion of 11 July. 2000-08-03 19:19:38 +00:00
nodeUnique.c First stage of reclaiming memory in executor by resetting short-term 2000-07-12 02:37:39 +00:00
spi.c First phase of memory management rewrite (see backend/utils/mmgr/README 2000-06-28 03:33:33 +00:00