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
/
path
/
allpaths.c
Age
Commit message (
Expand
)
Author
2025-05-18
Fix tuple_fraction calculation in generate_orderedappend_paths()
Alexander Korotkov
2025-04-06
Relax ordering-related hardcoded btree requirements in planning
Peter Eisentraut
2025-03-10
Teach Append to consider tuple_fraction when accumulating subpaths.
Alexander Korotkov
2025-02-17
Adjust tuples estimate for appendrels
Richard Guo
2025-01-16
Add OLD/NEW support to RETURNING in DML queries.
Dean Rasheed
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-09-10
Introduce an RTE for the grouping step
Richard Guo
2024-07-23
Fix rowcount estimate for gather (merge) paths
Richard Guo
2024-07-22
Remove grotty use of disable_cost for TID scan plans.
Robert Haas
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-01
Fix assert failure when planning setop subqueries with CTEs
David Rowley
2024-03-28
Update comment in set_dummy_rel_pathlist().
Tom Lane
2024-03-26
Remove some redundant set_cheapest() calls.
Tom Lane
2024-03-26
Propagate pathkeys from CTEs up to the outer query.
Tom Lane
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-01-04
Update copyright for 2024
Bruce Momjian
2023-10-26
Add trailing commas to enum definitions
Peter Eisentraut
2023-10-10
Replace has_multiple_baserels() with a bitmap test on all_baserels.
Tom Lane
2023-10-10
Fix possible crash in add_paths_to_append_rel()
David Rowley
2023-10-09
Remove debug_print_rel and replace usages with pprint
David Rowley
2023-10-05
Consider cheap startup paths in add_paths_to_append_rel
David Rowley
2023-09-29
C comment: add optimizer function reference
Bruce Momjian
2023-09-28
Add missing TidRangePath handling in print_path()
David Rowley
2023-04-18
Fix some typos and some incorrectly duplicated words
David Rowley
2023-03-17
Fix incorrect logic for determining safe WindowAgg run conditions
David Rowley
2023-03-15
Support PlaceHolderVars in MERGE actions.
Tom Lane
2023-03-12
Work around implementation restriction in adjust_appendrel_attrs.
Tom Lane
2023-02-20
Optimize generate_orderedappend_paths
David Rowley
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-02
Update copyright for 2023
Bruce Momjian
2022-12-16
Remove pessimistic cost penalization from Incremental Sort
David Rowley
2022-12-06
Fix 32-bit build dangling pointer issue in WindowAgg
David Rowley
2022-12-04
Fix generate_partitionwise_join_paths() to tolerate failure.
Tom Lane
2022-10-18
Fix confusion about havingQual vs hasHavingQual in planner.
Tom Lane
2022-08-04
Fix failure to set correct operator in window run condition
David Rowley
2022-07-30
Fix incorrect is-this-the-topmost-join tests in parallel planning.
Tom Lane
2022-07-21
Remove fls(), use pg_leftmost_one_pos32() instead.
Thomas Munro
2022-07-19
Estimate cost of elided SubqueryScan, Append, MergeAppend nodes better.
Tom Lane
2022-07-13
Use list_copy_head() instead of list_truncate(list_copy(...), ...)
David Rowley
2022-05-26
Teach remove_unused_subquery_outputs about window run conditions
David Rowley
2022-05-12
Pre-beta mechanical code beautification.
Tom Lane
2022-04-21
Remove inadequate assertion check in CTE inlining.
Tom Lane
2022-04-07
Teach planner and executor about monotonic window funcs
David Rowley
2022-01-12
Consider fractional paths in generate_orderedappend_paths
Tomas Vondra
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-08-03
Allow ordered partition scans in more cases
David Rowley
[next]