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
/
test
/
regress
/
expected
/
join.out
Age
Commit message (
Expand
)
Author
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-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
[next]