postgresql/src/backend/executor
Tom Lane 42af56e1ea Revise implementation of SubLinks so that there is a consistent,
documented intepretation of the lefthand and oper fields.  Fix a number of
obscure problems while at it --- for example, the old code failed if the parser
decided to insert a type-coercion function just below the operator of a
SubLink.
CAUTION: this will break stored rules that contain subplans.  You may
need to initdb.
1999-08-25 23:21:43 +00:00
..
_deadcode Final cleanup. 1999-07-16 05:00:38 +00:00
execAmi.c Move some system includes into c.h, and remove duplicates. 1999-07-17 20:18:55 +00:00
execFlatten.c Final cleanup. 1999-07-16 05:00:38 +00:00
execJunk.c Move some system includes into c.h, and remove duplicates. 1999-07-17 20:18:55 +00:00
execMain.c Move some system includes into c.h, and remove duplicates. 1999-07-17 20:18:55 +00:00
execProcnode.c Final cleanup. 1999-07-16 05:00:38 +00:00
execQual.c Rewrite parser's handling of INSERT ... SELECT so that processing 1999-07-19 00:26:20 +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 Move some system includes into c.h, and remove duplicates. 1999-07-17 20:18:55 +00:00
execUtils.c Final cleanup. 1999-07-16 05:00:38 +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 Further planner/optimizer cleanups. Move all set_tlist_references 1999-08-22 20:15:04 +00:00
nodeAppend.c Fix incorrect declaration of rtentry as 'ResTarget' where it 1999-07-17 19:01:21 +00:00
nodeGroup.c Move some system includes into c.h, and remove duplicates. 1999-07-17 20:18:55 +00:00
nodeHash.c Move some system includes into c.h, and remove duplicates. 1999-07-17 20:18:55 +00:00
nodeHashjoin.c Move some system includes into c.h, and remove duplicates. 1999-07-17 20:18:55 +00:00
nodeIndexscan.c Add commentary to show that even though ExecInitIndexScan() 1999-08-12 00:42:43 +00:00
nodeMaterial.c Final cleanup. 1999-07-16 05:00:38 +00:00
nodeMergejoin.c Final cleanup. 1999-07-16 05:00:38 +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 Final cleanup. 1999-07-16 05:00:38 +00:00
nodeSort.c Move some system includes into c.h, and remove duplicates. 1999-07-17 20:18:55 +00:00
nodeSubplan.c Revise implementation of SubLinks so that there is a consistent, 1999-08-25 23:21:43 +00:00
nodeUnique.c Move some system includes into c.h, and remove duplicates. 1999-07-17 20:18:55 +00:00
spi.c Remove unused #includes in *.c files. 1999-07-15 22:40:16 +00:00