index
:
postgresql-pgindent.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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
master-pgindent
Auto-updated pgindent branches
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
optimizer
/
path
/
pathkeys.c
Age
Commit message (
Expand
)
Author
2023-04-05
Support "Right Anti Join" plan shapes.
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-19
Fix misleading comment for get_cheapest_group_keys_order
David Rowley
2022-09-02
Fix planner to consider matches to boolean columns in extension indexes.
Tom Lane
2022-08-02
Improve performance of ORDER BY / DISTINCT aggregates
David Rowley
2022-08-01
Relax overly strict rules in select_outer_pathkeys_for_merge()
David Rowley
2022-07-13
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-05-12
Pre-beta mechanical code beautification.
Tom Lane
2022-04-11
Fix various typos and spelling mistakes in code comments
David Rowley
2022-03-30
Optimize order of GROUP BY keys
Tomas Vondra
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-08-03
Allow ordered partition scans in more cases
David Rowley
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-05-14
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-04-06
Implement Incremental Sort
Tomas Vondra
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-07-21
Speed up finding EquivalenceClasses for a given set of rels
David Rowley
2019-07-15
Represent Lists as expansible arrays, not chains of cons-cells.
Tom Lane
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-05-09
Repair issues with faulty generation of merge-append plans.
Tom Lane
2019-04-05
Use Append rather than MergeAppend for scanning ordered partitions.
Tom Lane
2019-01-29
Refactor planner's header files.
Tom Lane
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-04-07
Indexes with INCLUDE columns and their support in B-tree
Teodor Sigaev
2018-02-23
Fix planner failures with overlapping mergejoin clauses in an outer join.
Tom Lane
2018-01-03
Update copyright for 2018
Bruce Momjian
2017-11-08
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-07-24
Be more consistent about errors for opfamily member lookup failures.
Tom Lane
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-03-07
Preparatory refactoring for parallel merge join support.
Robert Haas
2017-01-15
Fix matching of boolean index columns to sort ordering.
Tom Lane
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-04-08
Revert CREATE INDEX ... INCLUDING ...
Teodor Sigaev
2016-04-08
CREATE INDEX ... INCLUDING (column[, ...])
Teodor Sigaev
2016-03-07
Make the upper part of the planner work by generating and comparing Paths.
Tom Lane
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-12-22
postgres_fdw: Consider requesting sorted data so we can do a merge join.
Robert Haas
2015-08-07
Fix eclass_useful_for_merging to give valid results for appendrel children.
Tom Lane
2015-05-15
Move strategy numbers to include/access/stratnum.h
Alvaro Herrera
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-11-22
Support multi-argument UNNEST(), and TABLE() syntax for multiple functions.
Tom Lane
2013-11-15
Compute correct em_nullable_relids in get_eclass_for_sort_expr().
Tom Lane
[next]