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
/
path
/
pathkeys.c
Commit message (
Expand
)
Author
Age
*
Update copyright for 2025
Bruce Momjian
2025-01-01
*
Reordering DISTINCT keys to match input path's pathkeys
Richard Guo
2024-11-26
*
Track sort direction in SortGroupClause
Peter Eisentraut
2024-10-14
*
Mark expressions nullable by grouping sets
Richard Guo
2024-09-10
*
Support "Right Semi Join" plan shapes
Richard Guo
2024-07-05
*
Restore preprocess_groupclause()
Alexander Korotkov
2024-06-06
*
Rename PathKeyInfo to GroupByOrdering
Alexander Korotkov
2024-06-06
*
Add invariants check to get_useful_group_keys_orderings()
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 typos and duplicate words
Daniel Gustafsson
2024-04-18
*
Allow planner to use Merge Append to efficiently implement UNION
David Rowley
2024-03-25
*
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-04
*
Simplify PathKey checking code
David Rowley
2024-02-15
*
Fix usage of aggregate pathkeys in group_keys_reorder_by_pathkeys()
Alexander Korotkov
2024-02-09
*
Explore alternative orderings of group-by pathkeys during optimization.
Alexander Korotkov
2024-01-21
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Reorder tests in get_cheapest_path_for_pathkeys().
Robert Haas
2023-09-07
*
Support "Right Anti Join" plan shapes.
Tom Lane
2023-04-05
*
Do assorted mop-up in the planner.
Tom Lane
2023-01-30
*
Remove redundant grouping and DISTINCT columns.
Tom Lane
2023-01-18
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Revert "Optimize order of GROUP BY keys".
Tom Lane
2022-10-03
*
Fix misleading comment for get_cheapest_group_keys_order
David Rowley
2022-09-20
*
Fix planner to consider matches to boolean columns in extension indexes.
Tom Lane
2022-09-02
*
Improve performance of ORDER BY / DISTINCT aggregates
David Rowley
2022-08-02
*
Relax overly strict rules in select_outer_pathkeys_for_merge()
David Rowley
2022-08-02
*
Use list_copy_head() instead of list_truncate(list_copy(...), ...)
David Rowley
2022-07-13
*
Tidy up code in get_cheapest_group_keys_order()
David Rowley
2022-07-13
*
Pre-beta mechanical code beautification.
Tom Lane
2022-05-12
*
Fix various typos and spelling mistakes in code comments
David Rowley
2022-04-11
*
Optimize order of GROUP BY keys
Tomas Vondra
2022-03-31
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Allow ordered partition scans in more cases
David Rowley
2021-08-03
*
Fix pull_varnos' miscomputation of relids set for a PlaceHolderVar.
Tom Lane
2021-01-21
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-14
*
Implement Incremental Sort
Tomas Vondra
2020-04-06
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Speed up finding EquivalenceClasses for a given set of rels
David Rowley
2019-07-21
*
Represent Lists as expansible arrays, not chains of cons-cells.
Tom Lane
2019-07-15
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Repair issues with faulty generation of merge-append plans.
Tom Lane
2019-05-09
*
Use Append rather than MergeAppend for scanning ordered partitions.
Tom Lane
2019-04-05
*
Refactor planner's header files.
Tom Lane
2019-01-29
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Indexes with INCLUDE columns and their support in B-tree
Teodor Sigaev
2018-04-07
*
Fix planner failures with overlapping mergejoin clauses in an outer join.
Tom Lane
2018-02-23
*
Update copyright for 2018
Bruce Momjian
2018-01-02
[next]