aboutsummaryrefslogtreecommitdiff
path: root/src/backend/optimizer/path/joinpath.c
Commit message (Expand)AuthorAge
* Fix planner problems with LATERAL references in PlaceHolderVars.Tom Lane2013-08-17
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Update copyrights for 2013Bruce Momjian2013-01-01
* Adjust definition of cheapest_total_path to work better with LATERAL.Tom Lane2012-08-29
* Fix up planner infrastructure to support LATERAL properly.Tom Lane2012-08-26
* More fixes for planner's handling of LATERAL.Tom Lane2012-08-12
* Implement SQL-standard LATERAL subqueries.Tom Lane2012-08-07
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Revise parameterized-path mechanism to fix assorted issues.Tom Lane2012-04-19
* Use parameterized paths to generate inner indexscans more flexibly.Tom Lane2012-01-27
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Invert and rename flag variable to improve code readability.Tom Lane2010-12-31
* Support RIGHT and FULL OUTER JOIN in hash joins.Tom Lane2010-12-30
* Avoid creation of useless EquivalenceClasses during planning.Tom Lane2010-10-29
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Add an 'enable_material' GUC.Robert Haas2010-04-19
* Rework join-removal logic as per recent discussion. In particular thisTom Lane2010-03-28
* Fix an oversight in join-removal optimization: we have to check not only forTom Lane2010-03-22
* pgindent run for 9.0Bruce Momjian2010-02-26
* Add support for doing FULL JOIN ON FALSE. While this is really a ratherTom Lane2010-01-05
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Fix brain fade in join-removal patch: a pushed-down clause in the outer join'sTom Lane2009-12-25
* Rename new subroutine, per discussion with Robert Haas.Tom Lane2009-09-19
* Marginal code cleanup in joinpath.c: factor out clause variable-membershipTom Lane2009-09-18
* Implement "join removal" for cases where the inner side of a left joinTom Lane2009-09-17
* Rewrite the planner's handling of materialized plan types so that there isTom Lane2009-09-12
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Fix an old corner-case error in match_unsorted_outer(): don't considerTom Lane2009-02-05
* Update copyright for 2009.Bruce Momjian2009-01-01
* Switch the planner over to treating qualifications of a JOIN_SEMI join asTom Lane2008-11-22
* Implement SQL-standard WITH clauses, including WITH RECURSIVE.Tom Lane2008-10-04
* Implement SEMI and ANTI joins in the planner and executor. (Semijoins replaceTom Lane2008-08-14
* When a relation has been proven empty by constraint exclusion, propagate thatTom Lane2008-03-24
* Fix some planner issues found while investigating Kevin Grittner's reportTom Lane2008-01-09
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Fix best_inner_indexscan to return both the cheapest-total-cost andTom Lane2007-05-22
* Refactor planner's pathkeys data structure to create a separate, explicitTom Lane2007-01-20
* Change the planner-to-executor API so that the planner tells the executorTom Lane2007-01-10
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Restructure operator classes to allow improved handling of cross-data-typeTom Lane2006-12-23
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Fix an oversight in mergejoin planning: the planner would reject aTom Lane2006-08-17
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14
* Make the planner estimate costs for nestloop inner indexscans on the basisTom Lane2006-06-06
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Improve my initial, rather hacky implementation of joins to appendTom Lane2006-02-05
* Fix constraint exclusion to work in inherited UPDATE/DELETE queriesTom Lane2006-02-04