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
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
/
include
/
optimizer
/
paths.h
Age
Commit message (
Expand
)
Author
2025-04-08
Speedup child EquivalenceMember lookup in planner
David Rowley
2025-04-04
Convert PathKey to use CompareType
Peter Eisentraut
2025-04-04
Make derived clause lookup in EquivalenceClass more efficient
Amit Langote
2025-02-17
Implement Self-Join Elimination
Alexander Korotkov
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-09-27
Recalculate where-needed data accurately after a join removal.
Tom Lane
2024-09-10
Mark expressions nullable by grouping sets
Richard Guo
2024-07-30
Fix partitionwise join with partially-redundant join clauses
Richard Guo
2024-07-22
Remove grotty use of disable_cost for TID scan plans.
Robert Haas
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-06
Revert: Remove useless self-joins
Alexander Korotkov
2024-03-25
Do not translate dummy SpecialJoinInfos for child joins
Amit Langote
2024-03-25
Allow planner to use Merge Append to efficiently implement UNION
David Rowley
2024-03-12
Fix incorrect filename reference in comment
David Rowley
2024-01-21
Explore alternative orderings of group-by pathkeys during optimization.
Alexander Korotkov
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-10-26
Add trailing commas to enum definitions
Peter Eisentraut
2023-10-25
Remove useless self-joins
Alexander Korotkov
2023-10-09
Remove debug_print_rel and replace usages with pprint
David Rowley
2023-05-17
Fix some issues with improper placement of outer join clauses.
Tom Lane
2023-02-23
Fix mis-handling of outer join quals generated by EquivalenceClasses.
Tom Lane
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-18
Remove redundant grouping and DISTINCT columns.
Tom Lane
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-10-03
Revert "Optimize order of GROUP BY keys".
Tom Lane
2022-09-20
Harmonize more parameter names in bulk.
Peter Geoghegan
2022-08-02
Improve performance of ORDER BY / DISTINCT aggregates
David Rowley
2022-07-15
Fix inconsistent parameter names between prototype and declaration
David Rowley
2022-05-12
Pre-beta mechanical code beautification.
Tom Lane
2022-03-31
Fix postgres_fdw to check shippability of sort clauses properly.
Tom Lane
2022-03-30
Optimize order of GROUP BY keys
Tomas Vondra
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-04-20
Rename find_em_expr_usable_for_sorting_rel.
Tom Lane
2021-04-20
Fix planner failure in some cases of sorting by an aggregate.
Tom Lane
2021-01-21
Fix pull_varnos' miscomputation of relids set for a PlaceHolderVar.
Tom Lane
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-12-21
Check parallel safety in generate_useful_gather_paths
Tomas Vondra
2020-11-03
Fix get_useful_pathkeys_for_relation for volatile expressions
Tomas Vondra
2020-10-28
Fix foreign-key selectivity estimation in the presence of constants.
Tom Lane
2020-04-07
Consider Incremental Sort paths at additional places
Tomas Vondra
2020-04-06
Implement Incremental Sort
Tomas Vondra
2020-04-03
Cosmetic improvements for code related to partitionwise join.
Tom Lane
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-11-05
Generate EquivalenceClass members for partitionwise child join rels.
Tom Lane
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-04-05
Use Append rather than MergeAppend for scanning ordered partitions.
Tom Lane
2019-03-07
Fix handling of targetlist SRFs when scan/join relation is known empty.
Tom Lane
[next]