aboutsummaryrefslogtreecommitdiff
path: root/src/backend/optimizer/path/joinpath.c
Commit message (Expand)AuthorAge
* Fix thinkos in have_unsafe_outer_join_ref; reduce to Assert check.Tom Lane2023-02-13
* Invent "join domains" to replace the below_outer_join hack.Tom Lane2023-01-30
* Make Vars be outer-join-aware.Tom Lane2023-01-30
* Update copyright for 2023Bruce Momjian2023-01-02
* Fix Memoize to work with partitionwise joining.Tom Lane2022-12-05
* Fix incorrect row estimates used for Memoize costingDavid Rowley2022-05-16
* Pre-beta mechanical code beautification.Tom Lane2022-05-12
* Correct type of front_pathkey to PathKeyTomas Vondra2022-01-23
* Update copyright for 2022Bruce Momjian2022-01-07
* Allow Memoize to operate in binary comparison modeDavid Rowley2021-11-24
* Fix incorrect hash equality operator bug in MemoizeDavid Rowley2021-11-08
* Change the name of the Result Cache node to MemoizeDavid Rowley2021-07-14
* Add missing NULL check when building Result Cache pathsDavid Rowley2021-05-24
* Fix planner's use of Result Cache with unique joinsDavid Rowley2021-05-22
* Fix obsolete comments referencing JoinPathExtraData.extra_lateral_rels.Tom Lane2021-04-14
* Add Result Cache executor node (take 2)David Rowley2021-04-02
* Revert b6002a796David Rowley2021-04-01
* Add Result Cache executor nodeDavid Rowley2021-04-01
* Update copyright for 2021Bruce Momjian2021-01-02
* Optimize a few list_delete_ptr callsDavid Rowley2020-10-22
* Clean up newlines following left parenthesesAlvaro Herrera2020-01-30
* Update copyrights for 2020Bruce Momjian2020-01-01
* Prevent Parallel Hash Join for JOIN_UNIQUE_INNER.Thomas Munro2019-06-19
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Update copyright for 2019Bruce Momjian2019-01-02
* Fix typo in comment.Heikki Linnakangas2018-05-22
* Tweak a couple of planner APIs to save recalculating join relids.Tom Lane2018-04-20
* Change more places to be less trusting of RestrictInfo.is_pushed_down.Tom Lane2018-04-20
* Fix costing of parallel hash joins.Peter Eisentraut2018-03-06
* Fix planner failures with overlapping mergejoin clauses in an outer join.Tom Lane2018-02-23
* Update copyright for 2018Bruce Momjian2018-01-02
* Add parallel-aware hash joins.Andres Freund2017-12-21
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-08
* Basic partition-wise join functionality.Robert Haas2017-10-06
* Assorted preparatory refactoring for partition-wise join.Robert Haas2017-08-15
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Reduce semijoins with unique inner relations to plain inner joins.Tom Lane2017-05-01
* Fix mis-optimization of semijoins with more than one LHS relation.Tom Lane2017-05-01
* Optimize joins when the inner relation can be proven unique.Tom Lane2017-04-07
* Properly initialize variable.Robert Haas2017-03-07
* Consider parallel merge joins.Robert Haas2017-03-07
* Preparatory refactoring for parallel merge join support.Robert Haas2017-03-07
* Fix parallel hash join path search.Robert Haas2017-03-07
* Fix typos in comments.Heikki Linnakangas2017-02-06
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Refactor merge path generation code.Robert Haas2016-12-21
* Fix bogus handling of JOIN_UNIQUE_OUTER/INNER cases for parallel joins.Tom Lane2016-11-29
* Avoid masking a function parameter name with a local variable name.Tom Lane2016-11-23
* Avoid invalidating all foreign-join cached plans when user mappings change.Tom Lane2016-07-15