postgresql/src/backend/executor
Tom Lane 0f1e39643d Third round of fmgr updates: eliminate calls using fmgr() and
fmgr_faddr() in favor of new-style calls.  Lots of cleanup of
sloppy casts to use XXXGetDatum and DatumGetXXX ...
2000-05-30 04:25:00 +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 Remove unused include files. Do not touch /port or includes used by defines. 2000-05-30 00:49:57 +00:00
execProcnode.c Add: 2000-01-26 05:58:53 +00:00
execQual.c First round of changes for new fmgr interface. fmgr itself and the 2000-05-28 17:56:29 +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 Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00
nodeGroup.c Third round of fmgr updates: eliminate calls using fmgr() and 2000-05-30 04:25:00 +00:00
nodeHash.c Correct oversight in hashjoin cost estimation: nodeHash sizes its hash 2000-04-18 05:43:02 +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 Remove unused include files. Do not touch /port or includes used by defines. 2000-05-30 00:49:57 +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