index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
optimizer
Commit message (
Expand
)
Author
Age
*
Add support for MERGE ... WHEN NOT MATCHED BY SOURCE.
Dean Rasheed
2024-03-30
*
Update comment in set_dummy_rel_pathlist().
Tom Lane
2024-03-28
*
Remove some redundant set_cheapest() calls.
Tom Lane
2024-03-26
*
Propagate pathkeys from CTEs up to the outer query.
Tom Lane
2024-03-26
*
Refactor predicate_{implied,refuted}_by_simple_clause.
Tom Lane
2024-03-25
*
Code review for 6190d828cd2
Amit Langote
2024-03-25
*
Do not translate dummy SpecialJoinInfos for child joins
Amit Langote
2024-03-25
*
Reduce memory used by partitionwise joins
Amit Langote
2024-03-25
*
Allow planner to use Merge Append to efficiently implement UNION
David Rowley
2024-03-25
*
Add SQL/JSON query functions
Amit Langote
2024-03-21
*
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-19
*
Add RETURNING support to MERGE.
Dean Rasheed
2024-03-17
*
Trim ORDER BY/DISTINCT aggregate pathkeys in gather_grouping_paths
David Rowley
2024-03-15
*
Make the order of the header file includes consistent
Peter Eisentraut
2024-03-13
*
Fix confusion about the return rowtype of SQL-language procedures.
Tom Lane
2024-03-12
*
Revert "Fix parallel-safety check of expressions and predicate for index builds"
Michael Paquier
2024-03-07
*
Fix type-checking of RECORD-returning functions in FROM.
Tom Lane
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-06
*
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-04
*
Support MERGE into updatable views.
Dean Rasheed
2024-02-29
*
Replace lateral references to removed rels in subqueries
Alexander Korotkov
2024-02-24
*
Avoid dangling-pointer problem with partitionwise joins under GEQO.
Tom Lane
2024-02-23
*
pgindent fix
Peter Eisentraut
2024-02-22
*
Replace relids in lateral subquery parse tree during SJE
Alexander Korotkov
2024-02-20
*
Replace calls to pg_qsort() with the qsort() macro.
Nathan Bossart
2024-02-16
*
Add missing check_stack_depth() to some recursive functions
Alexander Korotkov
2024-02-16
*
Pull up ANY-SUBLINK with the necessary lateral support.
Alexander Korotkov
2024-02-15
*
Simplify PathKey checking code
David Rowley
2024-02-15
*
Clarify the 'rows' parameter in create_append_path
David Rowley
2024-02-15
*
Fix usage of aggregate pathkeys in group_keys_reorder_by_pathkeys()
Alexander Korotkov
2024-02-09
*
Adjust reltarget assignment for UPPERREL_PARTIAL_DISTINCT rel
David Rowley
2024-02-07
*
Allow Gather Merge in more cases for parallel DISTINCT
David Rowley
2024-02-03
*
Fix costing bug in MergeAppend
David Rowley
2024-02-01
*
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-31
*
Compare varnullingrels too in assign_param_for_var().
Tom Lane
2024-01-26
*
De-dupicate Memoize cache keys
David Rowley
2024-01-26
*
Improve NestLoopParam generation for lateral subqueries
David Rowley
2024-01-26
*
Add better handling of redundant IS [NOT] NULL quals
David Rowley
2024-01-23
*
Re-disallow Memoize for parameterized nested loops with join filters
David Rowley
2024-01-22
*
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-21
*
Fix 'negative bitmapset member' error
Alexander Korotkov
2024-01-15
*
Allow subquery pullup to wrap a PlaceHolderVar in another one.
Tom Lane
2024-01-11
*
Fix Asserts in calc_non_nestloop_required_outer().
Tom Lane
2024-01-10
*
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-09
[next]