aboutsummaryrefslogtreecommitdiff
path: root/src/backend/optimizer/path/joinpath.c
Commit message (Expand)AuthorAge
* Postpone reparameterization of paths until create_plan().Tom Lane2024-03-19
* De-dupicate Memoize cache keysDavid Rowley2024-01-26
* Re-disallow Memoize for parameterized nested loops with join filtersDavid Rowley2024-01-22
* Fix Asserts in calc_non_nestloop_required_outer().Tom Lane2024-01-10
* Update copyright for 2024Bruce Momjian2024-01-03
* Update comment about set_join_pathlist_hook().Etsuro Fujita2023-09-21
* Re-allow FDWs and custom scan providers to replace joins with pseudoconstant ...Etsuro Fujita2023-08-15
* Don't Memoize lateral joins with volatile join conditionsDavid Rowley2023-08-07
* Fix misleading comment in paraminfo_get_equal_hashopsDavid Rowley2023-08-07
* Disallow replacing joins with scans in problematic cases.Etsuro Fujita2023-07-28
* Defend against bogus parameterization of join input paths.Tom Lane2023-06-29
* Centralize fixups for mismatched nullingrels in nestloop params.Tom Lane2023-06-20
* Fix "wrong varnullingrels" for Memoize's lateral references, too.Tom Lane2023-06-13
* Support "Right Anti Join" plan shapes.Tom Lane2023-04-05
* Remove comment obsoleted by 11c2d6fd.Thomas Munro2023-04-05
* Parallel Hash Full Join.Thomas Munro2023-03-31
* 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