postgresql/src/backend/executor
Tom Lane 61aca818c4 Modify heap_open()/heap_openr() API per pghackers discussion of 11 July.
These two routines will now ALWAYS elog() on failure, whether you ask for
a lock or not.  If you really want to get a NULL return on failure, call
the new routines heap_open_nofail()/heap_openr_nofail().  By my count there
are only about three places that actually want that behavior.  There were
rather more than three places that were missing the check they needed to
make under the old convention :-(.
2000-08-03 19:19:38 +00:00
..
_deadcode Add: 2000-01-26 05:58:53 +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 First stage of reclaiming memory in executor by resetting short-term 2000-07-12 02:37:39 +00:00
execProcnode.c Add: 2000-01-26 05:58:53 +00:00
execQual.c Further cleanup of array behavior. Slice assignments to arrays with 2000-07-23 01:36:05 +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 First stage of reclaiming memory in executor by resetting short-term 2000-07-12 02:37:39 +00:00
Makefile Generated header files parse.h and fmgroids.h are now copied into 2000-05-29 05:45:56 +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 First stage of reclaiming memory in executor by resetting short-term 2000-07-12 02:37:39 +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 Revise aggregate functions per earlier discussions in pghackers. 2000-07-17 03:05:41 +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