summaryrefslogtreecommitdiff
path: root/src/backend/optimizer/path/joinpath.c
Commit message (Expand)AuthorAgeFilesLines
* Support "Right Anti Join" plan shapes.Tom Lane2023-04-051-21/+28
* Remove comment obsoleted by 11c2d6fd.Thomas Munro2023-04-051-3/+2
* Parallel Hash Full Join.Thomas Munro2023-03-311-8/+6
* Fix thinkos in have_unsafe_outer_join_ref; reduce to Assert check.Tom Lane2023-02-131-15/+14
* Invent "join domains" to replace the below_outer_join hack.Tom Lane2023-01-301-12/+0
* Make Vars be outer-join-aware.Tom Lane2023-01-301-4/+61
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Fix Memoize to work with partitionwise joining.Tom Lane2022-12-051-1/+2
* Fix incorrect row estimates used for Memoize costingDavid Rowley2022-05-161-1/+1
* Pre-beta mechanical code beautification.Tom Lane2022-05-121-1/+1
* Correct type of front_pathkey to PathKeyTomas Vondra2022-01-231-1/+1
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Allow Memoize to operate in binary comparison modeDavid Rowley2021-11-241-4/+34
* Fix incorrect hash equality operator bug in MemoizeDavid Rowley2021-11-081-8/+23
* Change the name of the Result Cache node to MemoizeDavid Rowley2021-07-141-43/+43
* Add missing NULL check when building Result Cache pathsDavid Rowley2021-05-241-2/+3
* Fix planner's use of Result Cache with unique joinsDavid Rowley2021-05-221-0/+31
* Fix obsolete comments referencing JoinPathExtraData.extra_lateral_rels.Tom Lane2021-04-141-5/+5
* Add Result Cache executor node (take 2)David Rowley2021-04-021-0/+214
* Revert b6002a796David Rowley2021-04-011-214/+0
* Add Result Cache executor nodeDavid Rowley2021-04-011-0/+214
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Optimize a few list_delete_ptr callsDavid Rowley2020-10-221-2/+2
* Clean up newlines following left parenthesesAlvaro Herrera2020-01-301-2/+1
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Prevent Parallel Hash Join for JOIN_UNIQUE_INNER.Thomas Munro2019-06-191-2/+5
* Phase 2 pgindent run for v12.Tom Lane2019-05-221-41/+41
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Fix typo in comment.Heikki Linnakangas2018-05-221-1/+1
* Tweak a couple of planner APIs to save recalculating join relids.Tom Lane2018-04-201-1/+3
* Change more places to be less trusting of RestrictInfo.is_pushed_down.Tom Lane2018-04-201-2/+2
* Fix costing of parallel hash joins.Peter Eisentraut2018-03-061-1/+1
* Fix planner failures with overlapping mergejoin clauses in an outer join.Tom Lane2018-02-231-16/+14
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Add parallel-aware hash joins.Andres Freund2017-12-211-4/+32
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-081-2/+2
* Basic partition-wise join functionality.Robert Haas2017-10-061-8/+94
* Assorted preparatory refactoring for partition-wise join.Robert Haas2017-08-151-13/+14
* Phase 3 of pgindent updates.Tom Lane2017-06-211-6/+6
* Phase 2 of pgindent updates.Tom Lane2017-06-211-2/+2
* Reduce semijoins with unique inner relations to plain inner joins.Tom Lane2017-05-011-11/+21
* Fix mis-optimization of semijoins with more than one LHS relation.Tom Lane2017-05-011-3/+7
* Optimize joins when the inner relation can be proven unique.Tom Lane2017-04-071-23/+45
* Properly initialize variable.Robert Haas2017-03-071-1/+1
* Consider parallel merge joins.Robert Haas2017-03-071-19/+240
* Preparatory refactoring for parallel merge join support.Robert Haas2017-03-071-17/+6
* Fix parallel hash join path search.Robert Haas2017-03-071-4/+4
* Fix typos in comments.Heikki Linnakangas2017-02-061-1/+1
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Refactor merge path generation code.Robert Haas2016-12-211-211/+250