summaryrefslogtreecommitdiff
path: root/src/backend/optimizer/path/joinpath.c
Commit message (Expand)AuthorAgeFilesLines
* Change more places to be less trusting of RestrictInfo.is_pushed_down.Tom Lane2018-04-201-2/+2
* Fix planner failures with overlapping mergejoin clauses in an outer join.Tom Lane2018-02-231-16/+14
* Fix typos in comments.Heikki Linnakangas2017-02-061-1/+1
* Still more fixes for planner's handling of LATERAL references.Tom Lane2015-12-111-73/+6
* Simplify LATERAL-related calculations within add_paths_to_joinrel().Tom Lane2015-12-091-58/+15
* Further mucking with PlaceHolderVar-related restrictions on join order.Tom Lane2015-08-101-28/+41
* Fix a PlaceHolderVar-related oversight in star-schema planning patch.Tom Lane2015-08-041-26/+76
* Code review for foreign/custom join pushdown patch.Tom Lane2015-05-101-222/+120
* Allow FDWs and custom scan providers to replace joins with scans.Robert Haas2015-05-011-0/+24
* Fix planning of star-schema-style queries.Tom Lane2015-02-281-10/+31
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* pgindent run for 9.4Bruce Momjian2014-05-061-13/+13
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Fix planner problems with LATERAL references in PlaceHolderVars.Tom Lane2013-08-171-11/+92
* pgindent run for release 9.3Bruce Momjian2013-05-291-2/+2
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Adjust definition of cheapest_total_path to work better with LATERAL.Tom Lane2012-08-291-33/+52
* Fix up planner infrastructure to support LATERAL properly.Tom Lane2012-08-261-19/+11
* More fixes for planner's handling of LATERAL.Tom Lane2012-08-121-0/+26
* Implement SQL-standard LATERAL subqueries.Tom Lane2012-08-071-4/+26
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-101-29/+29
* Revise parameterized-path mechanism to fix assorted issues.Tom Lane2012-04-191-3/+3
* Use parameterized paths to generate inner indexscans more flexibly.Tom Lane2012-01-271-232/+517
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-101-4/+4
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Invert and rename flag variable to improve code readability.Tom Lane2010-12-311-23/+24
* Support RIGHT and FULL OUTER JOIN in hash joins.Tom Lane2010-12-301-91/+54
* Avoid creation of useless EquivalenceClasses during planning.Tom Lane2010-10-291-1/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Add an 'enable_material' GUC.Robert Haas2010-04-191-4/+6
* Rework join-removal logic as per recent discussion. In particular thisTom Lane2010-03-281-204/+1
* Fix an oversight in join-removal optimization: we have to check not only forTom Lane2010-03-221-2/+17
* pgindent run for 9.0Bruce Momjian2010-02-261-26/+25
* Add support for doing FULL JOIN ON FALSE. While this is really a ratherTom Lane2010-01-051-2/+10
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Fix brain fade in join-removal patch: a pushed-down clause in the outer join'sTom Lane2009-12-251-5/+13
* Rename new subroutine, per discussion with Robert Haas.Tom Lane2009-09-191-8/+8
* Marginal code cleanup in joinpath.c: factor out clause variable-membershipTom Lane2009-09-181-50/+44
* Implement "join removal" for cases where the inner side of a left joinTom Lane2009-09-171-1/+195
* Rewrite the planner's handling of materialized plan types so that there isTom Lane2009-09-121-12/+5
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-8/+8
* Fix an old corner-case error in match_unsorted_outer(): don't considerTom Lane2009-02-051-12/+33
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Switch the planner over to treating qualifications of a JOIN_SEMI join asTom Lane2008-11-221-2/+2
* Implement SQL-standard WITH clauses, including WITH RECURSIVE.Tom Lane2008-10-041-4/+9
* Implement SEMI and ANTI joins in the planner and executor. (Semijoins replaceTom Lane2008-08-141-31/+78
* When a relation has been proven empty by constraint exclusion, propagate thatTom Lane2008-03-241-5/+3
* Fix some planner issues found while investigating Kevin Grittner's reportTom Lane2008-01-091-4/+36
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2