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
/
backend
/
optimizer
/
plan
Age
Commit message (
Expand
)
Author
2024-06-10
Fix comment about cross-checking the varnullingrels
Richard Guo
2024-06-06
Restore preprocess_groupclause()
Alexander Korotkov
2024-06-06
Rename PathKeyInfo to GroupByOrdering
Alexander Korotkov
2024-06-06
Fix asymmetry in setting EquivalenceClass.ec_sortref
Alexander Korotkov
2024-06-05
Fix some grammatical errors in some comments
David Rowley
2024-05-21
Re-allow planner to use Merge Append to efficiently implement UNION.
Robert Haas
2024-05-20
Revert commit 66c0185a3 and follow-on patches.
Tom Lane
2024-05-09
Make left-join removal safe under -DREALLOCATE_BITMAPSETS.
Tom Lane
2024-05-06
Revert: Remove useless self-joins
Alexander Korotkov
2024-05-05
Fix query pullup issue with WindowClause runCondition
David Rowley
2024-04-12
Fix recently introduced typo in code comment
David Rowley
2024-04-12
Fix IS [NOT] NULL qual optimization for inheritance tables
David Rowley
2024-04-03
Don't adjust ressortgroupref in generate_setop_child_grouplist()
David Rowley
2024-04-03
Don't zero tuple_fraction when planning UNIONs with ORDER BYs
David Rowley
2024-04-02
Fix assert failure when planning setop subqueries with CTEs
David Rowley
2024-03-30
Add support for MERGE ... WHEN NOT MATCHED BY SOURCE.
Dean Rasheed
2024-03-26
Propagate pathkeys from CTEs up to the outer query.
Tom Lane
2024-03-25
Allow planner to use Merge Append to efficiently implement UNION
David Rowley
2024-03-19
Improve EXPLAIN's display of SubPlan nodes and output parameters.
Tom Lane
2024-03-19
Postpone reparameterization of paths until create_plan().
Tom Lane
2024-03-17
Add RETURNING support to MERGE.
Dean Rasheed
2024-03-15
Trim ORDER BY/DISTINCT aggregate pathkeys in gather_grouping_paths
David Rowley
2024-03-07
Revert "Fix parallel-safety check of expressions and predicate for index builds"
Michael Paquier
2024-03-06
Fix parallel-safety check of expressions and predicate for index builds
Michael Paquier
2024-03-06
Remove surplus trailing semicolon
David Rowley
2024-03-04
Remove unused #include's from backend .c files
Peter Eisentraut
2024-02-24
Replace lateral references to removed rels in subqueries
Alexander Korotkov
2024-02-22
pgindent fix
Peter Eisentraut
2024-02-20
Replace relids in lateral subquery parse tree during SJE
Alexander Korotkov
2024-02-16
Replace calls to pg_qsort() with the qsort() macro.
Nathan Bossart
2024-02-15
Pull up ANY-SUBLINK with the necessary lateral support.
Alexander Korotkov
2024-02-07
Adjust reltarget assignment for UPPERREL_PARTIAL_DISTINCT rel
David Rowley
2024-02-03
Allow Gather Merge in more cases for parallel DISTINCT
David Rowley
2024-01-31
Consider the "LIMIT 1" optimization with parallel DISTINCT
David Rowley
2024-01-31
Simplify partial path generation in GROUP BY/ORDER BY
David Rowley
2024-01-26
Improve NestLoopParam generation for lateral subqueries
David Rowley
2024-01-23
Add better handling of redundant IS [NOT] NULL quals
David Rowley
2024-01-21
Explore alternative orderings of group-by pathkeys during optimization.
Alexander Korotkov
2024-01-21
Generalize the common code of adding sort before processing of grouping
Alexander Korotkov
2024-01-15
Fix 'negative bitmapset member' error
Alexander Korotkov
2024-01-09
An addition to 8c441c08279
Alexander Korotkov
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-06
Fix the issue that SJE mistakenly omits qual clauses
Alexander Korotkov
2024-01-03
Update copyright for 2024
Bruce Momjian
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-25
Fix a comment for remove_self_joins_recurse()
Alexander Korotkov
2023-12-25
Don't constrain self-join removal due to PHVs
Alexander Korotkov
[prev]
[next]