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
*
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
*
Fix planner crash from pfree'ing a partial path that a GatherPath uses.
Tom Lane
2016-04-30
*
Forbid parallel Hash Right Join or Hash Full Join.
Robert Haas
2016-04-20
*
Run pgindent on a batch of (mostly-planner-related) source files.
Tom Lane
2016-04-06
*
Update more comments for 96198d94cb7adc664bda341842dc8db671d8be72.
Robert Haas
2016-03-14
*
Assert that create_unique_path returns non-NULL.
Robert Haas
2016-01-27
*
Support parallel joins, and make related improvements.
Robert Haas
2016-01-20
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Still more fixes for planner's handling of LATERAL references.
Tom Lane
2015-12-11
*
Simplify LATERAL-related calculations within add_paths_to_joinrel().
Tom Lane
2015-12-07
*
Further mucking with PlaceHolderVar-related restrictions on join order.
Tom Lane
2015-08-10
*
Fix a PlaceHolderVar-related oversight in star-schema planning patch.
Tom Lane
2015-08-04
[next]