postgresql/src/backend/executor
Bruce Momjian 86ef36c907 New NameStr macro to convert Name to Str. No need for var.data anymore.
Fewer calls to nameout.

Better use of RelationGetRelationName.
1999-11-07 23:08:36 +00:00
..
_deadcode Final cleanup. 1999-07-16 05:00:38 +00:00
execAmi.c Make it possible to execute crashed CREATE/DROP commands again. 1999-11-04 08:01:09 +00:00
execFlatten.c Final cleanup. 1999-07-16 05:00:38 +00:00
execJunk.c Avoid duplicate ExecTypeFromTL() call in ExecInitJunkFilter() by passing 1999-10-30 23:13:30 +00:00
execMain.c New NameStr macro to convert Name to Str. No need for var.data anymore. 1999-11-07 23:08:36 +00:00
execProcnode.c Final cleanup. 1999-07-16 05:00:38 +00:00
execQual.c Remove a no-longer-needed kluge for degenerate aggregate cases, 1999-10-08 03:49:55 +00:00
execScan.c Change my-function-name-- to my_function_name, and optimizer renames. 1999-02-13 23:22:53 +00:00
execTuples.c New NameStr macro to convert Name to Str. No need for var.data anymore. 1999-11-07 23:08:36 +00:00
execUtils.c New NameStr macro to convert Name to Str. No need for var.data anymore. 1999-11-07 23:08:36 +00:00
functions.c Move some system includes into c.h, and remove duplicates. 1999-07-17 20:18:55 +00:00
Makefile Remove Tee code, move to _deadcode. 1999-03-23 16:51:04 +00:00
nodeAgg.c Ooops ... 6.5 coding wasn't quite right anymore. Should learn 1999-10-30 02:35:14 +00:00
nodeAppend.c Don't call ExecOpenIndices if pg_class relhasindex shows there are no 1999-11-01 05:09:18 +00:00
nodeGroup.c Several changes here, not very related but touching some of the same files. 1999-09-24 00:25:33 +00:00
nodeHash.c Split 'BufFile' routines out of fd.c into a new module, buffile.c. Extend 1999-10-13 15:02:32 +00:00
nodeHashjoin.c Split 'BufFile' routines out of fd.c into a new module, buffile.c. Extend 1999-10-13 15:02:32 +00:00
nodeIndexscan.c Several changes here, not very related but touching some of the same files. 1999-09-24 00:25:33 +00:00
nodeMaterial.c Several changes here, not very related but touching some of the same files. 1999-09-24 00:25:33 +00:00
nodeMergejoin.c Actually, nodeMergejoin shouldn't include psort.h at all... 1999-10-17 18:00:29 +00:00
nodeNestloop.c Final cleanup. 1999-07-16 05:00:38 +00:00
nodeResult.c pgindent run over code. 1999-05-25 16:15:34 +00:00
nodeSeqscan.c Several changes here, not very related but touching some of the same files. 1999-09-24 00:25:33 +00:00
nodeSort.c Final stage of psort reconstruction work: replace psort.c with 1999-10-17 22:15:09 +00:00
nodeSubplan.c Several changes here, not very related but touching some of the same files. 1999-09-24 00:25:33 +00:00
nodeUnique.c New NameStr macro to convert Name to Str. No need for var.data anymore. 1999-11-07 23:08:36 +00:00
spi.c New NameStr macro to convert Name to Str. No need for var.data anymore. 1999-11-07 23:08:36 +00:00