index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
optimizer
/
plan
/
analyzejoins.c
Commit message (
Expand
)
Author
Age
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Fix up planner infrastructure to support LATERAL properly.
Tom Lane
2012-08-26
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Improve planner's ability to recognize cases where an IN's RHS is unique.
Tom Lane
2011-10-26
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Fix PlaceHolderVar mechanism's interaction with outer joins.
Tom Lane
2010-09-28
*
Fix another join removal bug: the check on PlaceHolderVars was wrong.
Tom Lane
2010-09-25
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Fix join-removal logic for pseudoconstant and outerjoin-delayed quals.
Tom Lane
2010-09-14
*
pgindent run for 9.0, second run
Bruce Momjian
2010-07-06
*
Fix oversight in join removal patch: we have to delete the removed relation
Tom Lane
2010-05-23
*
Rework join-removal logic as per recent discussion. In particular this
Tom Lane
2010-03-28