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
*
Move clause_sides_match_join() into restrictinfo.h
David Rowley
2024-10-15
*
Check the validity of commutators for merge/hash clauses
Richard Guo
2024-09-04
*
Treat number of disabled nodes in a path as a separate cost metric.
Robert Haas
2024-08-21
*
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-30
*
Check lateral references within PHVs for memoize cache keys
Richard Guo
2024-07-15
*
Consider materializing the cheapest inner path in parallel nestloop
Richard Guo
2024-07-12
*
Support "Right Semi Join" plan shapes
Richard Guo
2024-07-05
*
Postpone reparameterization of paths until create_plan().
Tom Lane
2024-03-19
*
De-dupicate Memoize cache keys
David Rowley
2024-01-26
*
Re-disallow Memoize for parameterized nested loops with join filters
David Rowley
2024-01-22
*
Fix Asserts in calc_non_nestloop_required_outer().
Tom Lane
2024-01-10
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Update comment about set_join_pathlist_hook().
Etsuro Fujita
2023-09-21
*
Re-allow FDWs and custom scan providers to replace joins with pseudoconstant ...
Etsuro Fujita
2023-08-15
*
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-08-07
*
Disallow replacing joins with scans in problematic cases.
Etsuro Fujita
2023-07-28
*
Defend against bogus parameterization of join input paths.
Tom Lane
2023-06-29
*
Centralize fixups for mismatched nullingrels in nestloop params.
Tom Lane
2023-06-20
*
Fix "wrong varnullingrels" for Memoize's lateral references, too.
Tom Lane
2023-06-13
*
Support "Right Anti Join" plan shapes.
Tom Lane
2023-04-05
*
Remove comment obsoleted by 11c2d6fd.
Thomas Munro
2023-04-05
*
Parallel Hash Full Join.
Thomas Munro
2023-03-31
*
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
[next]