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
/
plan
/
analyzejoins.c
Commit message (
Expand
)
Author
Age
*
Move clause_sides_match_join() into restrictinfo.h
David Rowley
2024-10-15
*
Recalculate where-needed data accurately after a join removal.
Tom Lane
2024-09-27
*
Make left-join removal safe under -DREALLOCATE_BITMAPSETS.
Tom Lane
2024-05-09
*
Revert: Remove useless self-joins
Alexander Korotkov
2024-05-06
*
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-04
*
Replace lateral references to removed rels in subqueries
Alexander Korotkov
2024-02-24
*
pgindent fix
Peter Eisentraut
2024-02-22
*
Replace relids in lateral subquery parse tree during SJE
Alexander Korotkov
2024-02-20
*
Replace calls to pg_qsort() with the qsort() macro.
Nathan Bossart
2024-02-16
*
Fix 'negative bitmapset member' error
Alexander Korotkov
2024-01-15
*
An addition to 8c441c08279
Alexander Korotkov
2024-01-09
*
Forbid SJE with result relation
Alexander Korotkov
2024-01-09
*
Fix misuse of RelOptInfo.unique_for_rels cache by SJE
Alexander Korotkov
2024-01-09
*
Fix the issue that SJE mistakenly omits qual clauses
Alexander Korotkov
2024-01-06
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Replace the relid in some missing fields during SJE
Alexander Korotkov
2024-01-02
*
Make replace_relid() leave argument unmodified
Alexander Korotkov
2023-12-27
*
Fix a comment for remove_self_joins_recurse()
Alexander Korotkov
2023-12-25
*
Don't constrain self-join removal due to PHVs
Alexander Korotkov
2023-12-25
*
Handle PlaceHolderVar case in replace_varno_walker
Alexander Korotkov
2023-12-25
*
Fix how SJE checks against PHVs
Alexander Korotkov
2023-11-10
*
Fix the way SJE removes references from PHVs
Alexander Korotkov
2023-11-09
*
Fix allocation of UniqueRelInfo
Alexander Korotkov
2023-11-06
*
Make UniqueRelInfo a node
Alexander Korotkov
2023-10-27
*
Remove useless self-joins
Alexander Korotkov
2023-10-25
*
Don't use partial unique indexes for unique proofs in the planner
David Rowley
2023-06-19
*
When removing a left join, clean out references in EquivalenceClasses.
Tom Lane
2023-06-15
*
Fix oversight in outer join removal.
Tom Lane
2023-06-08
*
Fix joinclause removal logic to cope with cloned clauses.
Tom Lane
2023-05-26
*
Fix thinko in join removal.
Tom Lane
2023-05-19
*
Fix some issues with improper placement of outer join clauses.
Tom Lane
2023-05-17
*
Undo faulty attempt at not relying on RINFO_IS_PUSHED_DOWN.
Tom Lane
2023-05-11
*
Fix mis-handling of outer join quals generated by EquivalenceClasses.
Tom Lane
2023-02-23
*
Prevent join removal from removing the query's result relation.
Tom Lane
2023-02-20
*
When removing a relation from the query, drop its RelOptInfo.
Tom Lane
2023-02-13
*
Fix join removal logic to clean up sub-RestrictInfos of OR clauses.
Tom Lane
2023-02-10
*
remove_rel_from_query() must clean up PlaceHolderVar.phrels fields.
Tom Lane
2023-02-08
*
Fix up join removal's interaction with PlaceHolderVars.
Tom Lane
2023-02-06
*
Fix thinko in outer-join removal.
Tom Lane
2023-02-04
*
Do assorted mop-up in the planner.
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
*
Make PlaceHolderInfo lookup O(1).
Tom Lane
2022-08-17
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Fix pull_varnos' miscomputation of relids set for a PlaceHolderVar.
Tom Lane
2021-01-21
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Fix some grammar and typos in comments and docs
Michael Paquier
2020-11-02
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Represent Lists as expansible arrays, not chains of cons-cells.
Tom Lane
2019-07-15
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
[next]