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
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
/
test
/
regress
/
expected
/
join.out
Age
Commit message (
Expand
)
Author
2025-04-29
Fixes for ChangeVarNodes_walker()
Alexander Korotkov
2025-04-27
Disallow removing placeholders during Self-Join Elimination.
Alexander Korotkov
2025-03-28
Make group_similar_or_args() reorder clause list as little as possible
Alexander Korotkov
2025-02-17
Implement Self-Join Elimination
Alexander Korotkov
2025-02-04
Allow usage of match_orclause_to_indexcol() for joins
Alexander Korotkov
2025-01-02
Ignore nullingrels when looking up statistics
Richard Guo
2024-12-19
Fix bitmap table scan crash on iterator release
Melanie Plageman
2024-12-12
Improve the test case from 5668a857d
Richard Guo
2024-12-09
Fix right-semi-joins in HashJoin rescans
Richard Guo
2024-11-23
Teach bitmap path generation about transforming OR-clauses to SAOP's
Alexander Korotkov
2024-11-23
Transform OR-clauses to SAOP's during index matching
Alexander Korotkov
2024-10-25
Remove the RTE_GROUP RTE if we drop the groupClause
Richard Guo
2024-10-17
Don't store intermediate hash values in ExprState->resvalue
David Rowley
2024-10-11
Adjust EXPLAIN's output for disabled nodes
David Rowley
2024-09-27
Recalculate where-needed data accurately after a join removal.
Tom Lane
2024-08-21
Show number of disabled nodes in EXPLAIN ANALYZE output.
Robert Haas
2024-07-08
Fix right-anti-joins when the inner relation is proven unique
Richard Guo
2024-07-05
Support "Right Semi Join" plan shapes
Richard Guo
2024-05-16
BitmapHeapScan: Remove incorrect assert and reset field
Melanie Plageman
2024-05-06
Revert: Remove useless self-joins
Alexander Korotkov
2024-04-09
revert: Transform OR clauses to ANY expression
Alexander Korotkov
2024-04-07
Transform OR clauses to ANY expression
Alexander Korotkov
2024-04-06
Enhance nbtree ScalarArrayOp execution.
Peter Geoghegan
2024-03-19
Improve EXPLAIN's display of SubPlan nodes and output parameters.
Tom Lane
2024-02-23
Replace lateral references to removed rels in subqueries
Alexander Korotkov
2024-02-20
Replace relids in lateral subquery parse tree during SJE
Alexander Korotkov
2024-02-15
Pull up ANY-SUBLINK with the necessary lateral support.
Alexander Korotkov
2024-01-23
Add better handling of redundant IS [NOT] NULL quals
David Rowley
2024-01-15
Fix 'negative bitmapset member' error
Alexander Korotkov
2024-01-11
Allow subquery pullup to wrap a PlaceHolderVar in another one.
Tom Lane
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-08
Strengthen tests for 5ef34a8fc3
Alexander Korotkov
2024-01-06
Fix the issue that SJE mistakenly omits qual clauses
Alexander Korotkov
2024-01-02
Fix typos in comments and in one isolation test.
Robert Haas
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
Don't constrain self-join removal due to PHVs
Alexander Korotkov
2023-11-10
Fix how SJE checks against PHVs
Alexander Korotkov
2023-11-09
Fix computation of varnullingrels when const-folding field selection.
Tom Lane
2023-11-09
Fix the way SJE removes references from PHVs
Alexander Korotkov
2023-11-04
Fix usage of the parse tree for estimate_num_groups() in set operations
Alexander Korotkov
2023-10-25
Fix some regression tests for d3d55ce57136
Alexander Korotkov
2023-10-25
Remove useless self-joins
Alexander Korotkov
2023-10-11
Fix missed optimization in relation_excluded_by_constraints().
Tom Lane
2023-06-29
Defend against bogus parameterization of join input paths.
Tom Lane
2023-06-20
Fix another cause of "wrong varnullingrels" planner failures.
Tom Lane
2023-06-20
Don't include outer join relids in lateral_relids bitmapsets.
Tom Lane
2023-06-20
Centralize fixups for mismatched nullingrels in nestloop params.
Tom Lane
2023-06-19
Don't use partial unique indexes for unique proofs in the planner
David Rowley
[next]