postgresql/src/backend/executor
Tom Lane f2d1205322 Another batch of fmgr updates. I think I have gotten all old-style
functions that take pass-by-value datatypes.  Should be ready for
port testing ...
2000-06-13 07:35:40 +00:00
..
_deadcode Add: 2000-01-26 05:58:53 +00:00
execAmi.c Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +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 nodeAppend tried to deal with multiple result relations, but apparently it never 2000-06-10 05:16:38 +00:00
execProcnode.c Add: 2000-01-26 05:58:53 +00:00
execQual.c Another batch of fmgr updates. I think I have gotten all old-style 2000-06-13 07:35:40 +00:00
execScan.c Add: 2000-01-26 05:58:53 +00:00
execTuples.c Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00
execUtils.c Remove unused include files. Do not touch /port or includes used by defines. 2000-05-30 00:49:57 +00:00
functions.c First round of changes for new fmgr interface. fmgr itself and the 2000-05-28 17:56:29 +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 Third round of fmgr updates: eliminate calls using fmgr() and 2000-05-30 04:25:00 +00:00
nodeAppend.c nodeAppend tried to deal with multiple result relations, but apparently it never 2000-06-10 05:16:38 +00:00
nodeGroup.c Third round of fmgr updates: eliminate calls using fmgr() and 2000-05-30 04:25:00 +00:00
nodeHash.c The heralded `Grand Unified Configuration scheme' (GUC) 2000-05-31 00:28:42 +00:00
nodeHashjoin.c Add: 2000-01-26 05:58:53 +00:00
nodeIndexscan.c Fix problem in which sloppily-coded test in ExecInitIndexScan would 2000-05-23 16:56:37 +00:00
nodeMaterial.c Hmm, it seems nodeMaterial has been broken for a good long while; 2000-03-02 04:06:39 +00:00
nodeMergejoin.c Add: 2000-01-26 05:58:53 +00:00
nodeNestloop.c Add: 2000-01-26 05:58:53 +00:00
nodeResult.c Add: 2000-01-26 05:58:53 +00:00
nodeSeqscan.c Add: 2000-01-26 05:58:53 +00:00
nodeSort.c Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00
nodeSubplan.c Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00
nodeTidscan.c Mark functions as static and ifdef NOT_USED as appropriate. 2000-06-08 22:38:00 +00:00
nodeUnique.c Remove unused include files. Do not touch /port or includes used by defines. 2000-05-30 00:49:57 +00:00
spi.c Third round of fmgr updates: eliminate calls using fmgr() and 2000-05-30 04:25:00 +00:00