index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
optimizer
/
path
/
joinpath.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support "Right Anti Join" plan shapes.
Tom Lane
2023-04-05
1
-21
/
+28
*
Remove comment obsoleted by 11c2d6fd.
Thomas Munro
2023-04-05
1
-3
/
+2
*
Parallel Hash Full Join.
Thomas Munro
2023-03-31
1
-8
/
+6
*
Fix thinkos in have_unsafe_outer_join_ref; reduce to Assert check.
Tom Lane
2023-02-13
1
-15
/
+14
*
Invent "join domains" to replace the below_outer_join hack.
Tom Lane
2023-01-30
1
-12
/
+0
*
Make Vars be outer-join-aware.
Tom Lane
2023-01-30
1
-4
/
+61
*
Update copyright for 2023
Bruce Momjian
2023-01-02
1
-1
/
+1
*
Fix Memoize to work with partitionwise joining.
Tom Lane
2022-12-05
1
-1
/
+2
*
Fix incorrect row estimates used for Memoize costing
David Rowley
2022-05-16
1
-1
/
+1
*
Pre-beta mechanical code beautification.
Tom Lane
2022-05-12
1
-1
/
+1
*
Correct type of front_pathkey to PathKey
Tomas Vondra
2022-01-23
1
-1
/
+1
*
Update copyright for 2022
Bruce Momjian
2022-01-07
1
-1
/
+1
*
Allow Memoize to operate in binary comparison mode
David Rowley
2021-11-24
1
-4
/
+34
*
Fix incorrect hash equality operator bug in Memoize
David Rowley
2021-11-08
1
-8
/
+23
*
Change the name of the Result Cache node to Memoize
David Rowley
2021-07-14
1
-43
/
+43
*
Add missing NULL check when building Result Cache paths
David Rowley
2021-05-24
1
-2
/
+3
*
Fix planner's use of Result Cache with unique joins
David Rowley
2021-05-22
1
-0
/
+31
*
Fix obsolete comments referencing JoinPathExtraData.extra_lateral_rels.
Tom Lane
2021-04-14
1
-5
/
+5
*
Add Result Cache executor node (take 2)
David Rowley
2021-04-02
1
-0
/
+214
*
Revert b6002a796
David Rowley
2021-04-01
1
-214
/
+0
*
Add Result Cache executor node
David Rowley
2021-04-01
1
-0
/
+214
*
Update copyright for 2021
Bruce Momjian
2021-01-02
1
-1
/
+1
*
Optimize a few list_delete_ptr calls
David Rowley
2020-10-22
1
-2
/
+2
*
Clean up newlines following left parentheses
Alvaro Herrera
2020-01-30
1
-2
/
+1
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
1
-1
/
+1
*
Prevent Parallel Hash Join for JOIN_UNIQUE_INNER.
Thomas Munro
2019-06-19
1
-2
/
+5
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
1
-41
/
+41
*
Update copyright for 2019
Bruce Momjian
2019-01-02
1
-1
/
+1
*
Fix typo in comment.
Heikki Linnakangas
2018-05-22
1
-1
/
+1
*
Tweak a couple of planner APIs to save recalculating join relids.
Tom Lane
2018-04-20
1
-1
/
+3
*
Change more places to be less trusting of RestrictInfo.is_pushed_down.
Tom Lane
2018-04-20
1
-2
/
+2
*
Fix costing of parallel hash joins.
Peter Eisentraut
2018-03-06
1
-1
/
+1
*
Fix planner failures with overlapping mergejoin clauses in an outer join.
Tom Lane
2018-02-23
1
-16
/
+14
*
Update copyright for 2018
Bruce Momjian
2018-01-02
1
-1
/
+1
*
Add parallel-aware hash joins.
Andres Freund
2017-12-21
1
-4
/
+32
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
1
-2
/
+2
*
Basic partition-wise join functionality.
Robert Haas
2017-10-06
1
-8
/
+94
*
Assorted preparatory refactoring for partition-wise join.
Robert Haas
2017-08-15
1
-13
/
+14
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
1
-6
/
+6
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
1
-2
/
+2
*
Reduce semijoins with unique inner relations to plain inner joins.
Tom Lane
2017-05-01
1
-11
/
+21
*
Fix mis-optimization of semijoins with more than one LHS relation.
Tom Lane
2017-05-01
1
-3
/
+7
*
Optimize joins when the inner relation can be proven unique.
Tom Lane
2017-04-07
1
-23
/
+45
*
Properly initialize variable.
Robert Haas
2017-03-07
1
-1
/
+1
*
Consider parallel merge joins.
Robert Haas
2017-03-07
1
-19
/
+240
*
Preparatory refactoring for parallel merge join support.
Robert Haas
2017-03-07
1
-17
/
+6
*
Fix parallel hash join path search.
Robert Haas
2017-03-07
1
-4
/
+4
*
Fix typos in comments.
Heikki Linnakangas
2017-02-06
1
-1
/
+1
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
1
-1
/
+1
*
Refactor merge path generation code.
Robert Haas
2016-12-21
1
-211
/
+250
[next]