postgresql/src/backend/executor
Tom Lane a933ee38bb Change SearchSysCache coding conventions so that a reference count is
maintained for each cache entry.  A cache entry will not be freed until
the matching ReleaseSysCache call has been executed.  This eliminates
worries about cache entries getting dropped while still in use.  See
my posting to pg-hackers of even date for more info.
2000-11-16 22:30:52 +00:00
..
_deadcode Add: 2000-01-26 05:58:53 +00:00
Makefile Re-implement LIMIT/OFFSET as a plan node type, instead of a hack in 2000-10-26 21:38:24 +00:00
execAmi.c Make DROP TABLE rollback-able: postpone physical file delete until commit. 2000-11-08 22:10:03 +00:00
execFlatten.c SQL-language functions are now callable in ordinary fmgr contexts ... 2000-08-24 03:29:15 +00:00
execJunk.c Add: 2000-01-26 05:58:53 +00:00
execMain.c Restructure handling of inheritance queries so that they work with outer 2000-11-12 00:37:02 +00:00
execProcnode.c Re-implement LIMIT/OFFSET as a plan node type, instead of a hack in 2000-10-26 21:38:24 +00:00
execQual.c Restructure handling of inheritance queries so that they work with outer 2000-11-12 00:37:02 +00:00
execScan.c SQL-language functions are now callable in ordinary fmgr contexts ... 2000-08-24 03:29:15 +00:00
execTuples.c Restructure handling of inheritance queries so that they work with outer 2000-11-12 00:37:02 +00:00
execUtils.c Change SearchSysCache coding conventions so that a reference count is 2000-11-16 22:30:52 +00:00
functions.c Change SearchSysCache coding conventions so that a reference count is 2000-11-16 22:30:52 +00:00
nodeAgg.c Change SearchSysCache coding conventions so that a reference count is 2000-11-16 22:30:52 +00:00
nodeAppend.c Restructure handling of inheritance queries so that they work with outer 2000-11-12 00:37:02 +00:00
nodeGroup.c Change SearchSysCache coding conventions so that a reference count is 2000-11-16 22:30:52 +00:00
nodeHash.c Change SearchSysCache coding conventions so that a reference count is 2000-11-16 22:30:52 +00:00
nodeHashjoin.c First cut at full support for OUTER JOINs. There are still a few loose 2000-09-12 21:07:18 +00:00
nodeIndexscan.c SQL-language functions are now callable in ordinary fmgr contexts ... 2000-08-24 03:29:15 +00:00
nodeLimit.c Allow ORDER BY, LIMIT in sub-selects. Fix most (not all) cases where 2000-11-05 00:15:54 +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 Change SearchSysCache coding conventions so that a reference count is 2000-11-16 22:30:52 +00:00
nodeNestloop.c First cut at full support for OUTER JOINs. There are still a few loose 2000-09-12 21:07:18 +00:00
nodeResult.c SQL-language functions are now callable in ordinary fmgr contexts ... 2000-08-24 03:29:15 +00:00
nodeSeqscan.c Restructure handling of inheritance queries so that they work with outer 2000-11-12 00:37:02 +00:00
nodeSetOp.c Reimplementation of UNION/INTERSECT/EXCEPT. INTERSECT/EXCEPT now meet the 2000-10-05 19:11: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 Reimplementation of UNION/INTERSECT/EXCEPT. INTERSECT/EXCEPT now meet the 2000-10-05 19:11:39 +00:00
nodeSubqueryscan.c Reimplementation of UNION/INTERSECT/EXCEPT. INTERSECT/EXCEPT now meet the 2000-10-05 19:11:39 +00:00
nodeTidscan.c SQL-language functions are now callable in ordinary fmgr contexts ... 2000-08-24 03:29:15 +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 Change SearchSysCache coding conventions so that a reference count is 2000-11-16 22:30:52 +00:00