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