summaryrefslogtreecommitdiff
path: root/src/include/executor/nodeSubplan.h
AgeCommit message (Expand)Author
2000-04-12Ye-old pgindent run. Same 4-space tabs.Bruce Momjian
1999-11-12Fix ExecSubPlan to handle nulls per the SQL spec --- it didn't combineTom Lane
1999-07-15Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian
1999-02-13Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian
1998-09-01OK, folks, here is the pgindent output.Bruce Momjian
1998-02-26pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian
1998-02-13Subselects...Vadim B. Mikheev