aboutsummaryrefslogtreecommitdiff
path: root/src/backend/optimizer/plan/analyzejoins.c
Commit message (Expand)AuthorAge
* Move clause_sides_match_join() into restrictinfo.hDavid Rowley2024-10-15
* Recalculate where-needed data accurately after a join removal.Tom Lane2024-09-27
* Make left-join removal safe under -DREALLOCATE_BITMAPSETS.Tom Lane2024-05-09
* Revert: Remove useless self-joinsAlexander Korotkov2024-05-06
* Remove unused #include's from backend .c filesPeter Eisentraut2024-03-04
* Replace lateral references to removed rels in subqueriesAlexander Korotkov2024-02-24
* pgindent fixPeter Eisentraut2024-02-22
* Replace relids in lateral subquery parse tree during SJEAlexander Korotkov2024-02-20
* Replace calls to pg_qsort() with the qsort() macro.Nathan Bossart2024-02-16
* Fix 'negative bitmapset member' errorAlexander Korotkov2024-01-15
* An addition to 8c441c08279Alexander Korotkov2024-01-09
* Forbid SJE with result relationAlexander Korotkov2024-01-09
* Fix misuse of RelOptInfo.unique_for_rels cache by SJEAlexander Korotkov2024-01-09
* Fix the issue that SJE mistakenly omits qual clausesAlexander Korotkov2024-01-06
* Update copyright for 2024Bruce Momjian2024-01-03
* Replace the relid in some missing fields during SJEAlexander Korotkov2024-01-02
* Make replace_relid() leave argument unmodifiedAlexander Korotkov2023-12-27
* Fix a comment for remove_self_joins_recurse()Alexander Korotkov2023-12-25
* Don't constrain self-join removal due to PHVsAlexander Korotkov2023-12-25
* Handle PlaceHolderVar case in replace_varno_walkerAlexander Korotkov2023-12-25
* Fix how SJE checks against PHVsAlexander Korotkov2023-11-10
* Fix the way SJE removes references from PHVsAlexander Korotkov2023-11-09
* Fix allocation of UniqueRelInfoAlexander Korotkov2023-11-06
* Make UniqueRelInfo a nodeAlexander Korotkov2023-10-27
* Remove useless self-joinsAlexander Korotkov2023-10-25
* Don't use partial unique indexes for unique proofs in the plannerDavid Rowley2023-06-19
* When removing a left join, clean out references in EquivalenceClasses.Tom Lane2023-06-15
* Fix oversight in outer join removal.Tom Lane2023-06-08
* Fix joinclause removal logic to cope with cloned clauses.Tom Lane2023-05-26
* Fix thinko in join removal.Tom Lane2023-05-19
* Fix some issues with improper placement of outer join clauses.Tom Lane2023-05-17
* Undo faulty attempt at not relying on RINFO_IS_PUSHED_DOWN.Tom Lane2023-05-11
* Fix mis-handling of outer join quals generated by EquivalenceClasses.Tom Lane2023-02-23
* Prevent join removal from removing the query's result relation.Tom Lane2023-02-20
* When removing a relation from the query, drop its RelOptInfo.Tom Lane2023-02-13
* Fix join removal logic to clean up sub-RestrictInfos of OR clauses.Tom Lane2023-02-10
* remove_rel_from_query() must clean up PlaceHolderVar.phrels fields.Tom Lane2023-02-08
* Fix up join removal's interaction with PlaceHolderVars.Tom Lane2023-02-06
* Fix thinko in outer-join removal.Tom Lane2023-02-04
* Do assorted mop-up in the planner.Tom Lane2023-01-30
* Make Vars be outer-join-aware.Tom Lane2023-01-30
* Update copyright for 2023Bruce Momjian2023-01-02
* Make PlaceHolderInfo lookup O(1).Tom Lane2022-08-17
* Update copyright for 2022Bruce Momjian2022-01-07
* Fix pull_varnos' miscomputation of relids set for a PlaceHolderVar.Tom Lane2021-01-21
* Update copyright for 2021Bruce Momjian2021-01-02
* Fix some grammar and typos in comments and docsMichael Paquier2020-11-02
* Update copyrights for 2020Bruce Momjian2020-01-01
* Represent Lists as expansible arrays, not chains of cons-cells.Tom Lane2019-07-15
* Phase 2 pgindent run for v12.Tom Lane2019-05-22