index
:
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
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
optimizer
/
path
/
joinpath.c
Age
Commit message (
Expand
)
Author
2025-07-03
Enable use of Memoize for ANTI joins
Richard Guo
2025-06-20
Remove planner's have_dangerous_phv() join-order restriction.
Tom Lane
2025-05-08
Track the number of presorted outer pathkeys in MergePath
Richard Guo
2025-04-16
Fix an incorrect check in get_memoize_path
Richard Guo
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-10-15
Move clause_sides_match_join() into restrictinfo.h
David Rowley
2024-09-04
Check the validity of commutators for merge/hash clauses
Richard Guo
2024-08-21
Treat number of disabled nodes in a path as a separate cost metric.
Robert Haas
2024-07-30
Refactor the checks for parameterized partial paths
Richard Guo
2024-07-30
Short-circuit sort_inner_and_outer if there are no mergejoin clauses
Richard Guo
2024-07-15
Check lateral references within PHVs for memoize cache keys
Richard Guo
2024-07-12
Consider materializing the cheapest inner path in parallel nestloop
Richard Guo
2024-07-05
Support "Right Semi Join" plan shapes
Richard Guo
2024-03-19
Postpone reparameterization of paths until create_plan().
Tom Lane
2024-01-26
De-dupicate Memoize cache keys
David Rowley
2024-01-22
Re-disallow Memoize for parameterized nested loops with join filters
David Rowley
2024-01-10
Fix Asserts in calc_non_nestloop_required_outer().
Tom Lane
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-09-21
Update comment about set_join_pathlist_hook().
Etsuro Fujita
2023-08-15
Re-allow FDWs and custom scan providers to replace joins with pseudoconstant ...
Etsuro Fujita
2023-08-07
Don't Memoize lateral joins with volatile join conditions
David Rowley
2023-08-07
Fix misleading comment in paraminfo_get_equal_hashops
David Rowley
2023-07-28
Disallow replacing joins with scans in problematic cases.
Etsuro Fujita
2023-06-29
Defend against bogus parameterization of join input paths.
Tom Lane
2023-06-20
Centralize fixups for mismatched nullingrels in nestloop params.
Tom Lane
2023-06-13
Fix "wrong varnullingrels" for Memoize's lateral references, too.
Tom Lane
2023-04-05
Support "Right Anti Join" plan shapes.
Tom Lane
2023-04-04
Remove comment obsoleted by 11c2d6fd.
Thomas Munro
2023-03-30
Parallel Hash Full Join.
Thomas Munro
2023-02-13
Fix thinkos in have_unsafe_outer_join_ref; reduce to Assert check.
Tom Lane
2023-01-30
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-02
Update copyright for 2023
Bruce Momjian
2022-12-05
Fix Memoize to work with partitionwise joining.
Tom Lane
2022-05-16
Fix incorrect row estimates used for Memoize costing
David Rowley
2022-05-12
Pre-beta mechanical code beautification.
Tom Lane
2022-01-23
Correct type of front_pathkey to PathKey
Tomas Vondra
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-11-23
Allow Memoize to operate in binary comparison mode
David Rowley
2021-11-08
Fix incorrect hash equality operator bug in Memoize
David Rowley
2021-07-14
Change the name of the Result Cache node to Memoize
David Rowley
2021-05-24
Add missing NULL check when building Result Cache paths
David Rowley
2021-05-22
Fix planner's use of Result Cache with unique joins
David Rowley
2021-04-14
Fix obsolete comments referencing JoinPathExtraData.extra_lateral_rels.
Tom Lane
2021-04-02
Add Result Cache executor node (take 2)
David Rowley
2021-04-01
Revert b6002a796
David Rowley
2021-03-31
Add Result Cache executor node
David Rowley
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-10-22
Optimize a few list_delete_ptr calls
David Rowley
2020-01-30
Clean up newlines following left parentheses
Alvaro Herrera
[next]