summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/join.out
AgeCommit message (Expand)Author
2025-04-29Fixes for ChangeVarNodes_walker()Alexander Korotkov
2025-04-27Disallow removing placeholders during Self-Join Elimination.Alexander Korotkov
2025-03-28Make group_similar_or_args() reorder clause list as little as possibleAlexander Korotkov
2025-02-17Implement Self-Join EliminationAlexander Korotkov
2025-02-04Allow usage of match_orclause_to_indexcol() for joinsAlexander Korotkov
2025-01-02Ignore nullingrels when looking up statisticsRichard Guo
2024-12-19Fix bitmap table scan crash on iterator releaseMelanie Plageman
2024-12-12Improve the test case from 5668a857dRichard Guo
2024-12-09Fix right-semi-joins in HashJoin rescansRichard Guo
2024-11-23Teach bitmap path generation about transforming OR-clauses to SAOP'sAlexander Korotkov
2024-11-23Transform OR-clauses to SAOP's during index matchingAlexander Korotkov
2024-10-25Remove the RTE_GROUP RTE if we drop the groupClauseRichard Guo
2024-10-17Don't store intermediate hash values in ExprState->resvalueDavid Rowley
2024-10-11Adjust EXPLAIN's output for disabled nodesDavid Rowley
2024-09-27Recalculate where-needed data accurately after a join removal.Tom Lane
2024-08-21Show number of disabled nodes in EXPLAIN ANALYZE output.Robert Haas
2024-07-08Fix right-anti-joins when the inner relation is proven uniqueRichard Guo
2024-07-05Support "Right Semi Join" plan shapesRichard Guo
2024-05-16BitmapHeapScan: Remove incorrect assert and reset fieldMelanie Plageman
2024-05-06Revert: Remove useless self-joinsAlexander Korotkov
2024-04-09revert: Transform OR clauses to ANY expressionAlexander Korotkov
2024-04-07Transform OR clauses to ANY expressionAlexander Korotkov
2024-04-06Enhance nbtree ScalarArrayOp execution.Peter Geoghegan
2024-03-19Improve EXPLAIN's display of SubPlan nodes and output parameters.Tom Lane
2024-02-23Replace lateral references to removed rels in subqueriesAlexander Korotkov
2024-02-20Replace relids in lateral subquery parse tree during SJEAlexander Korotkov
2024-02-15Pull up ANY-SUBLINK with the necessary lateral support.Alexander Korotkov
2024-01-23Add better handling of redundant IS [NOT] NULL qualsDavid Rowley
2024-01-15Fix 'negative bitmapset member' errorAlexander Korotkov
2024-01-11Allow subquery pullup to wrap a PlaceHolderVar in another one.Tom Lane
2024-01-09Forbid SJE with result relationAlexander Korotkov
2024-01-08Fix misuse of RelOptInfo.unique_for_rels cache by SJEAlexander Korotkov
2024-01-08Strengthen tests for 5ef34a8fc3Alexander Korotkov
2024-01-06Fix the issue that SJE mistakenly omits qual clausesAlexander Korotkov
2024-01-02Fix typos in comments and in one isolation test.Robert Haas
2024-01-02Replace the relid in some missing fields during SJEAlexander Korotkov
2023-12-27Make replace_relid() leave argument unmodifiedAlexander Korotkov
2023-12-24Don't constrain self-join removal due to PHVsAlexander Korotkov
2023-11-10Fix how SJE checks against PHVsAlexander Korotkov
2023-11-09Fix computation of varnullingrels when const-folding field selection.Tom Lane
2023-11-09Fix the way SJE removes references from PHVsAlexander Korotkov
2023-11-04Fix usage of the parse tree for estimate_num_groups() in set operationsAlexander Korotkov
2023-10-25Fix some regression tests for d3d55ce57136Alexander Korotkov
2023-10-25Remove useless self-joinsAlexander Korotkov
2023-10-11Fix missed optimization in relation_excluded_by_constraints().Tom Lane
2023-06-29Defend against bogus parameterization of join input paths.Tom Lane
2023-06-20Fix another cause of "wrong varnullingrels" planner failures.Tom Lane
2023-06-20Don't include outer join relids in lateral_relids bitmapsets.Tom Lane
2023-06-20Centralize fixups for mismatched nullingrels in nestloop params.Tom Lane
2023-06-19Don't use partial unique indexes for unique proofs in the plannerDavid Rowley