index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
optimizer
/
path
/
joinpath.c
Commit message (
Expand
)
Author
Age
*
Fix thinkos in have_unsafe_outer_join_ref; reduce to Assert check.
Tom Lane
2023-02-13
*
Invent "join domains" to replace the below_outer_join hack.
Tom Lane
2023-01-30
*
Make Vars be outer-join-aware.
Tom Lane
2023-01-30
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Fix Memoize to work with partitionwise joining.
Tom Lane
2022-12-05
*
Fix incorrect row estimates used for Memoize costing
David Rowley
2022-05-16
*
Pre-beta mechanical code beautification.
Tom Lane
2022-05-12
*
Correct type of front_pathkey to PathKey
Tomas Vondra
2022-01-23
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Allow Memoize to operate in binary comparison mode
David Rowley
2021-11-24
*
Fix incorrect hash equality operator bug in Memoize
David Rowley
2021-11-08
*
Change the name of the Result Cache node to Memoize
David Rowley
2021-07-14
*
Add missing NULL check when building Result Cache paths
David Rowley
2021-05-24
*
Fix planner's use of Result Cache with unique joins
David Rowley
2021-05-22
*
Fix obsolete comments referencing JoinPathExtraData.extra_lateral_rels.
Tom Lane
2021-04-14
*
Add Result Cache executor node (take 2)
David Rowley
2021-04-02
*
Revert b6002a796
David Rowley
2021-04-01
*
Add Result Cache executor node
David Rowley
2021-04-01
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Optimize a few list_delete_ptr calls
David Rowley
2020-10-22
*
Clean up newlines following left parentheses
Alvaro Herrera
2020-01-30
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Prevent Parallel Hash Join for JOIN_UNIQUE_INNER.
Thomas Munro
2019-06-19
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Fix typo in comment.
Heikki Linnakangas
2018-05-22
*
Tweak a couple of planner APIs to save recalculating join relids.
Tom Lane
2018-04-20
*
Change more places to be less trusting of RestrictInfo.is_pushed_down.
Tom Lane
2018-04-20
*
Fix costing of parallel hash joins.
Peter Eisentraut
2018-03-06
*
Fix planner failures with overlapping mergejoin clauses in an outer join.
Tom Lane
2018-02-23
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Add parallel-aware hash joins.
Andres Freund
2017-12-21
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
*
Basic partition-wise join functionality.
Robert Haas
2017-10-06
*
Assorted preparatory refactoring for partition-wise join.
Robert Haas
2017-08-15
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Reduce semijoins with unique inner relations to plain inner joins.
Tom Lane
2017-05-01
*
Fix mis-optimization of semijoins with more than one LHS relation.
Tom Lane
2017-05-01
*
Optimize joins when the inner relation can be proven unique.
Tom Lane
2017-04-07
*
Properly initialize variable.
Robert Haas
2017-03-07
*
Consider parallel merge joins.
Robert Haas
2017-03-07
*
Preparatory refactoring for parallel merge join support.
Robert Haas
2017-03-07
*
Fix parallel hash join path search.
Robert Haas
2017-03-07
*
Fix typos in comments.
Heikki Linnakangas
2017-02-06
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Refactor merge path generation code.
Robert Haas
2016-12-21
*
Fix bogus handling of JOIN_UNIQUE_OUTER/INNER cases for parallel joins.
Tom Lane
2016-11-29
*
Avoid masking a function parameter name with a local variable name.
Tom Lane
2016-11-23
*
Avoid invalidating all foreign-join cached plans when user mappings change.
Tom Lane
2016-07-15
[next]