summaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeSubplan.c
AgeCommit message (Expand)Author
2000-04-12Ye-old pgindent run. Same 4-space tabs.Bruce Momjian
2000-03-23ExecSubPlan needs to be able to cope with RelabelType nodes atop theTom Lane
2000-03-21Correct typo in error message.Tom Lane
2000-03-09Redo permissions-checking code so that it does the right thing at APPENDTom Lane
2000-01-26Add:Bruce Momjian
2000-01-17Update subquery error message.Bruce Momjian
1999-12-29Improve subquery error message, now says "More than one tuple returnedBruce Momjian
1999-12-16Some changes to prepare for LONG attributes.Jan Wieck
1999-11-15Clean up possible memory leakage in nodeSubplanTom Lane
1999-11-15Implement subselects in target lists. Also, relax requirement thatTom Lane
1999-11-12Fix ExecSubPlan to handle nulls per the SQL spec --- it didn't combineTom Lane
1999-09-24Several changes here, not very related but touching some of the same files.Tom Lane
1999-08-25Revise implementation of SubLinks so that there is a consistent,Tom Lane
1999-07-16Final cleanup.Bruce Momjian
1999-07-15Remove unused #includes in *.c files.Bruce Momjian
1999-05-25pgindent run over code.Bruce Momjian
1999-04-19Fix problems seen when result of a subselect was used in anTom Lane
1999-02-13Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian
1999-02-01Initialize es_snapshot.Vadim B. Mikheev
1998-09-01OK, folks, here is the pgindent output.Bruce Momjian
1998-09-01Renaming cleanup, no pgindent yet.Bruce Momjian
1998-02-27Check SELECT permissions in subqueries.Vadim B. Mikheev
1998-02-26pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian
1998-02-19Fix for InitPlan-s: have to copy subselect' result tuple.Vadim B. Mikheev
1998-02-13Support for subselects.Vadim B. Mikheev