index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
executor
/
nodeSubqueryscan.c
Commit message (
Expand
)
Author
Age
*
Update copyright to 2002.
Bruce Momjian
2002-06-20
*
First pass at set-returning-functions in FROM, by Joe Conway with
Tom Lane
2002-05-12
*
pgindent run on all C files. Java run to follow. initdb/regression
Bruce Momjian
2001-10-25
*
EXPLAIN ANALYZE feature to measure and show actual runtimes and tuple
Tom Lane
2001-09-18
*
Cause ExecCountSlots() accounting to bear some relationship to reality.
Tom Lane
2001-05-27
*
Remove unnecessary EvalPlanQual support code --- since this plan node
Tom Lane
2001-05-15
*
Append and SubqueryScan nodes were not passing changed-parameter signals down
Tom Lane
2001-05-08
*
Remove dashes in comments that don't need them, rewrap with pgindent.
Bruce Momjian
2001-03-22
*
pgindent run. Make it all clean.
Bruce Momjian
2001-03-22
*
Clean up handling of tuple descriptors so that result-tuple descriptors
Tom Lane
2001-01-29
*
Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.
Bruce Momjian
2001-01-24
*
Reimplementation of UNION/INTERSECT/EXCEPT. INTERSECT/EXCEPT now meet the
Tom Lane
2000-10-05
*
Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias.
Tom Lane
2000-09-29