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
/
plan
/
planner.c
Commit message (
Expand
)
Author
Age
*
Add explicit initialization for all PlannerGlobal fields
Richard Guo
5 days
*
Fix issue with ORDER BY / DISTINCT aggregates and FILTER
David Rowley
2025-04-20
*
Allow plugins to set a 64-bit plan identifier in PlannedStmt
Michael Paquier
2025-03-24
*
Ensure first ModifyTable rel initialized if all are pruned
Amit Langote
2025-03-19
*
Improve EXPLAIN's display of window functions.
Tom Lane
2025-03-11
*
Teach Append to consider tuple_fraction when accumulating subpaths.
Alexander Korotkov
2025-03-10
*
Expand virtual generated columns in the planner
Richard Guo
2025-02-25
*
Track unpruned relids to avoid processing pruned relations
Amit Langote
2025-02-07
*
Get rid of our dependency on type "long" for memory size calculations.
Tom Lane
2025-01-31
*
Move PartitionPruneInfo out of plan nodes into PlannedStmt
Amit Langote
2025-01-30
*
Fix UNION planner datatype issue
David Rowley
2025-01-10
*
Update copyright for 2025
Bruce Momjian
2025-01-01
*
Improve planner's handling of SetOp plans.
Tom Lane
2024-12-19
*
Update comments about index parallel builds
Tomas Vondra
2024-12-17
*
Defer remove_useless_groupby_columns() work until query_planner()
David Rowley
2024-12-12
*
Reordering DISTINCT keys to match input path's pathkeys
Richard Guo
2024-11-26
*
Improve fix for not entering parallel mode when holding interrupts.
Tom Lane
2024-11-08
*
Disallow partitionwise grouping when collations don't match
Amit Langote
2024-11-08
*
Allow pushdown of HAVING clauses with grouping sets
Richard Guo
2024-10-09
*
Don't enter parallel mode when holding interrupts.
Noah Misch
2024-09-17
*
Mark expressions nullable by grouping sets
Richard Guo
2024-09-10
*
Introduce an RTE for the grouping step
Richard Guo
2024-09-10
*
Avoid unnecessary post-sort projection
Richard Guo
2024-09-04
*
Treat number of disabled nodes in a path as a separate cost metric.
Robert Haas
2024-08-21
*
Fix rowcount estimate for gather (merge) paths
Richard Guo
2024-07-23
*
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-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
*
Fix query pullup issue with WindowClause runCondition
David Rowley
2024-05-05
*
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-03
*
Fix assert failure when planning setop subqueries with CTEs
David Rowley
2024-04-02
*
Add support for MERGE ... WHEN NOT MATCHED BY SOURCE.
Dean Rasheed
2024-03-30
*
Propagate pathkeys from CTEs up to the outer query.
Tom Lane
2024-03-26
*
Allow planner to use Merge Append to efficiently implement UNION
David Rowley
2024-03-25
*
Trim ORDER BY/DISTINCT aggregate pathkeys in gather_grouping_paths
David Rowley
2024-03-15
*
Revert "Fix parallel-safety check of expressions and predicate for index builds"
Michael Paquier
2024-03-07
*
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
*
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
*
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
*
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
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Prevent integer overflow when forming tuple width estimates.
Tom Lane
2023-12-19
[next]