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
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
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-12-19
Prevent integer overflow when forming tuple width estimates.
Tom Lane
2023-10-24
Fix problems when a plain-inheritance parent table is excluded.
Tom Lane
2023-09-30
Fix EvalPlanQual rechecking during MERGE.
Dean Rasheed
2023-07-14
Allow plan nodes with initPlans to be considered parallel-safe.
Tom Lane
2023-07-06
Fix code indentation vioaltion introduced in commit cc32ec24fd.
Amit Kapila
2023-07-06
Revert the commits related to allowing page lock to conflict among parallel g...
Amit Kapila
2023-07-03
Remove redundant PARTITION BY columns from WindowClauses
David Rowley
2023-05-04
Revert "Move PartitionPruneInfo out of plan nodes into PlannedStmt"
Alvaro Herrera
2023-04-12
Fix parallel-safety marking when moving initplans to another node.
Tom Lane
2023-02-15
Rename force_parallel_mode to debug_parallel_query
David Rowley
2023-01-30
Invent "join domains" to replace the below_outer_join hack.
Tom Lane
2023-01-30
Do assorted mop-up in the planner.
Tom Lane
2023-01-30
Make Vars be outer-join-aware.
Tom Lane
2023-01-18
Remove redundant grouping and DISTINCT columns.
Tom Lane
2023-01-17
Don't presort ORDER BY/DISTINCT Aggrefs with volatile functions
David Rowley
2023-01-10
Have the planner consider Incremental Sort for DISTINCT
David Rowley
2023-01-07
Add additional regression tests for select_active_windows
David Rowley
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-22
Allow window functions to adjust their frameOptions
David Rowley
2022-12-20
Add enable_presorted_aggregate GUC
David Rowley
2022-12-16
Remove pessimistic cost penalization from Incremental Sort
David Rowley
2022-12-10
Add subquery pullup handling for WindowClause runCondition
David Rowley
2022-12-06
Rework query relation permission checking
Alvaro Herrera
2022-12-01
Move PartitioPruneInfo out of plan nodes into PlannedStmt
Alvaro Herrera
2022-10-28
Use Limit instead of Unique to implement DISTINCT, when possible
David Rowley
[next]