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
/
plan
/
analyzejoins.c
Age
Commit message (
Expand
)
Author
2025-05-07
Refactor ChangeVarNodesExtended() using the custom callback
Alexander Korotkov
2025-05-03
Revert "Refactor ChangeVarNodesExtended() using the custom callback"
Alexander Korotkov
2025-05-03
Refactor ChangeVarNodesExtended() using the custom callback
Alexander Korotkov
2025-04-27
Disallow removing placeholders during Self-Join Elimination.
Alexander Korotkov
2025-04-08
Speedup child EquivalenceMember lookup in planner
David Rowley
2025-04-04
Make derived clause lookup in EquivalenceClass more efficient
Amit Langote
2025-03-07
Rename amcancrosscompare
Peter Eisentraut
2025-02-27
Get rid of ojrelid local variable in remove_rel_from_query()
Alexander Korotkov
2025-02-17
Implement Self-Join Elimination
Alexander Korotkov
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-10-15
Move clause_sides_match_join() into restrictinfo.h
David Rowley
2024-09-27
Recalculate where-needed data accurately after a join removal.
Tom Lane
2024-05-09
Make left-join removal safe under -DREALLOCATE_BITMAPSETS.
Tom Lane
2024-05-06
Revert: Remove useless self-joins
Alexander Korotkov
2024-03-04
Remove unused #include's from backend .c files
Peter Eisentraut
2024-02-23
Replace lateral references to removed rels in subqueries
Alexander Korotkov
2024-02-22
pgindent fix
Peter Eisentraut
2024-02-20
Replace relids in lateral subquery parse tree during SJE
Alexander Korotkov
2024-02-16
Replace calls to pg_qsort() with the qsort() macro.
Nathan Bossart
2024-01-15
Fix 'negative bitmapset member' error
Alexander Korotkov
2024-01-09
An addition to 8c441c08279
Alexander Korotkov
2024-01-09
Forbid SJE with result relation
Alexander Korotkov
2024-01-08
Fix misuse of RelOptInfo.unique_for_rels cache by SJE
Alexander Korotkov
2024-01-06
Fix the issue that SJE mistakenly omits qual clauses
Alexander Korotkov
2024-01-04
Update copyright for 2024
Bruce Momjian
2024-01-02
Replace the relid in some missing fields during SJE
Alexander Korotkov
2023-12-27
Make replace_relid() leave argument unmodified
Alexander Korotkov
2023-12-24
Fix a comment for remove_self_joins_recurse()
Alexander Korotkov
2023-12-24
Don't constrain self-join removal due to PHVs
Alexander Korotkov
2023-12-24
Handle PlaceHolderVar case in replace_varno_walker
Alexander Korotkov
2023-11-10
Fix how SJE checks against PHVs
Alexander Korotkov
2023-11-09
Fix the way SJE removes references from PHVs
Alexander Korotkov
2023-11-06
Fix allocation of UniqueRelInfo
Alexander Korotkov
2023-10-27
Make UniqueRelInfo a node
Alexander Korotkov
2023-10-25
Remove useless self-joins
Alexander Korotkov
2023-06-19
Don't use partial unique indexes for unique proofs in the planner
David Rowley
2023-06-15
When removing a left join, clean out references in EquivalenceClasses.
Tom Lane
2023-06-08
Fix oversight in outer join removal.
Tom Lane
2023-05-26
Fix joinclause removal logic to cope with cloned clauses.
Tom Lane
2023-05-19
Fix thinko in join removal.
Tom Lane
2023-05-17
Fix some issues with improper placement of outer join clauses.
Tom Lane
2023-05-11
Undo faulty attempt at not relying on RINFO_IS_PUSHED_DOWN.
Tom Lane
2023-02-23
Fix mis-handling of outer join quals generated by EquivalenceClasses.
Tom Lane
2023-02-20
Prevent join removal from removing the query's result relation.
Tom Lane
2023-02-13
When removing a relation from the query, drop its RelOptInfo.
Tom Lane
2023-02-10
Fix join removal logic to clean up sub-RestrictInfos of OR clauses.
Tom Lane
2023-02-08
remove_rel_from_query() must clean up PlaceHolderVar.phrels fields.
Tom Lane
2023-02-06
Fix up join removal's interaction with PlaceHolderVars.
Tom Lane
2023-02-04
Fix thinko in outer-join removal.
Tom Lane
2023-01-30
Do assorted mop-up in the planner.
Tom Lane
[next]