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
/
path
Commit message (
Expand
)
Author
Age
*
Move clause_sides_match_join() into restrictinfo.h
David Rowley
2024-10-15
*
Track sort direction in SortGroupClause
Peter Eisentraut
2024-10-14
*
Correctly identify which EC members are computable at a plan node.
Tom Lane
2024-10-12
*
Avoid crash in estimate_array_length with null root pointer.
Tom Lane
2024-10-09
*
Consider explicit incremental sort for mergejoins
Richard Guo
2024-10-09
*
Recalculate where-needed data accurately after a join removal.
Tom Lane
2024-09-27
*
Mark expressions nullable by grouping sets
Richard Guo
2024-09-10
*
Introduce an RTE for the grouping step
Richard Guo
2024-09-10
*
Check the validity of commutators for merge/hash clauses
Richard Guo
2024-09-04
*
Treat number of disabled nodes in a path as a separate cost metric.
Robert Haas
2024-08-21
*
Fix partitionwise join with partially-redundant join clauses
Richard Guo
2024-07-30
*
Refactor the checks for parameterized partial paths
Richard Guo
2024-07-30
*
Short-circuit sort_inner_and_outer if there are no mergejoin clauses
Richard Guo
2024-07-30
*
Reduce memory used by partitionwise joins
Richard Guo
2024-07-29
*
Fix rowcount estimate for gather (merge) paths
Richard Guo
2024-07-23
*
Remove grotty use of disable_cost for TID scan plans.
Robert Haas
2024-07-22
*
Check lateral references within PHVs for memoize cache keys
Richard Guo
2024-07-15
*
Consider materializing the cheapest inner path in parallel nestloop
Richard Guo
2024-07-12
*
Support "Right Semi Join" plan shapes
Richard Guo
2024-07-05
*
Harmonize function parameter names for Postgres 17.
Peter Geoghegan
2024-06-12
*
Restore preprocess_groupclause()
Alexander Korotkov
2024-06-06
*
Rename PathKeyInfo to GroupByOrdering
Alexander Korotkov
2024-06-06
*
Add invariants check to get_useful_group_keys_orderings()
Alexander Korotkov
2024-06-06
*
Fix asymmetry in setting EquivalenceClass.ec_sortref
Alexander Korotkov
2024-06-06
*
Re-allow planner to use Merge Append to efficiently implement UNION.
Robert Haas
2024-05-21
*
Revert commit 66c0185a3 and follow-on patches.
Tom Lane
2024-05-20
*
Prevent RLS filters on ctid from breaking WHERE CURRENT OF <cursor>.
Tom Lane
2024-05-07
*
Revert: Remove useless self-joins
Alexander Korotkov
2024-05-06
*
Fix query pullup issue with WindowClause runCondition
David Rowley
2024-05-05
*
Fix typos and duplicate words
Daniel Gustafsson
2024-04-18
*
Ensure generated join clauses for child rels have correct relids.
Tom Lane
2024-04-16
*
Enhance nbtree ScalarArrayOp execution.
Peter Geoghegan
2024-04-06
*
Fix assert failure when planning setop subqueries with CTEs
David Rowley
2024-04-02
*
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
*
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
*
Postpone reparameterization of paths until create_plan().
Tom Lane
2024-03-19
*
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-04
*
Simplify PathKey checking code
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
*
De-dupicate Memoize cache keys
David Rowley
2024-01-26
*
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
*
Fix Asserts in calc_non_nestloop_required_outer().
Tom Lane
2024-01-10
[next]