index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
optimizer
/
plan
/
planner.c
Age
Commit message (
Expand
)
Author
2025-06-19
doc: Mention GIN indexes support parallel builds.
Fujii Masao
2025-05-22
Revert "Don't lock partitions pruned by initial pruning"
Amit Langote
2025-05-14
Add explicit initialization for all PlannerGlobal fields
Richard Guo
2025-04-20
Fix issue with ORDER BY / DISTINCT aggregates and FILTER
David Rowley
2025-03-24
Allow plugins to set a 64-bit plan identifier in PlannedStmt
Michael Paquier
2025-03-19
Ensure first ModifyTable rel initialized if all are pruned
Amit Langote
2025-03-11
Improve EXPLAIN's display of window functions.
Tom Lane
2025-03-10
Teach Append to consider tuple_fraction when accumulating subpaths.
Alexander Korotkov
2025-02-25
Expand virtual generated columns in the planner
Richard Guo
2025-02-07
Track unpruned relids to avoid processing pruned relations
Amit Langote
2025-01-31
Get rid of our dependency on type "long" for memory size calculations.
Tom Lane
2025-01-30
Move PartitionPruneInfo out of plan nodes into PlannedStmt
Amit Langote
2025-01-10
Fix UNION planner datatype issue
David Rowley
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-12-19
Improve planner's handling of SetOp plans.
Tom Lane
2024-12-17
Update comments about index parallel builds
Tomas Vondra
2024-12-12
Defer remove_useless_groupby_columns() work until query_planner()
David Rowley
2024-11-26
Reordering DISTINCT keys to match input path's pathkeys
Richard Guo
2024-11-08
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-10-09
Allow pushdown of HAVING clauses with grouping sets
Richard Guo
2024-09-18
Don't enter parallel mode when holding interrupts.
Noah Misch
2024-09-10
Mark expressions nullable by grouping sets
Richard Guo
2024-09-10
Introduce an RTE for the grouping step
Richard Guo
2024-09-04
Avoid unnecessary post-sort projection
Richard Guo
2024-08-21
Treat number of disabled nodes in a path as a separate cost metric.
Robert Haas
2024-07-23
Fix rowcount estimate for gather (merge) paths
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-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-05
Fix query pullup issue with WindowClause runCondition
David Rowley
2024-04-03
Don't adjust ressortgroupref in generate_setop_child_grouplist()
David Rowley
2024-04-02
Don't zero tuple_fraction when planning UNIONs with ORDER BYs
David Rowley
2024-04-01
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-14
Trim ORDER BY/DISTINCT aggregate pathkeys in gather_grouping_paths
David Rowley
2024-03-06
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-05
Remove surplus trailing semicolon
David Rowley
2024-03-04
Remove unused #include's from backend .c files
Peter Eisentraut
2024-02-07
Adjust reltarget assignment for UPPERREL_PARTIAL_DISTINCT rel
David Rowley
2024-02-02
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-30
Simplify partial path generation in GROUP BY/ORDER BY
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
[next]