index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
regress
/
expected
/
join.out
Age
Commit message (
Expand
)
Author
24 hours
Ensure sanity of hash-join costing when there are no MCV statistics.
HEAD
origin/master
origin/HEAD
master
Tom Lane
39 hours
Ignore PlaceHolderVars when looking up statistics
Richard Guo
2025-12-09
Fix distinctness check for queries with grouping sets
Richard Guo
2025-12-09
Fix const-simplification for index expressions and predicate
Richard Guo
2025-10-30
Disable parallel plans for RIGHT_SEMI joins
Richard Guo
2025-10-08
Implement Eager Aggregation
Richard Guo
2025-10-07
Assign each subquery a unique name prior to planning it.
Robert Haas
2025-09-23
Keep track of what RTIs a Result node is scanning.
Robert Haas
2025-08-29
Fix semijoin unique-ification for child relations
Richard Guo
2025-08-28
Fix "variable not found in subplan target lists" in semijoin de-duplication.
Tom Lane
2025-08-19
Pathify RHS unique-ification for semijoin planning
Richard Guo
2025-07-22
Reduce "Var IS [NOT] NULL" quals during constant folding
Richard Guo
2025-07-03
Simplify COALESCE() with one surviving argument.
Tom Lane
2025-06-29
Fix some new issues with planning of PlaceHolderVars.
Tom Lane
2025-06-20
Remove planner's have_dangerous_phv() join-order restriction.
Tom Lane
2025-04-29
Fixes for ChangeVarNodes_walker()
Alexander Korotkov
2025-04-28
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-24
Teach bitmap path generation about transforming OR-clauses to SAOP's
Alexander Korotkov
2024-11-24
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-10
revert: Transform OR clauses to ANY expression
Alexander Korotkov
2024-04-08
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-24
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-09
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
[next]