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
/
indxpath.c
Age
Commit message (
Expand
)
Author
2023-03-02
Remove local optimizations of empty Bitmapsets into null pointers.
Tom Lane
2023-02-23
Fix mis-handling of outer join quals generated by EquivalenceClasses.
Tom Lane
2023-01-31
Remove dead NoMovementScanDirection code
David Rowley
2023-01-30
Make Vars be outer-join-aware.
Tom Lane
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-11-13
Make Bitmapsets be valid Nodes.
Tom Lane
2022-10-24
Update some comments that should've covered MERGE
Alvaro Herrera
2022-10-05
Rename shadowed local variables
David Rowley
2022-09-02
Fix planner to consider matches to boolean columns in extension indexes.
Tom Lane
2022-08-25
More -Wshadow=compatible-local warning fixes
David Rowley
2022-07-13
Use list_copy_head() instead of list_truncate(list_copy(...), ...)
David Rowley
2022-01-08
Update copyright for 2022
Bruce Momjian
2022-01-03
Handle mixed returnable and non-returnable columns better in IOS.
Tom Lane
2021-03-31
Rework planning and execution of UPDATE and DELETE.
Tom Lane
2021-03-30
Allow estimate_num_groups() to pass back further details about the estimation
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-07-14
Fix bitmap AND/OR scans on the inside of a nestloop partition-wise join.
Tom Lane
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-08-12
Rationalize use of list_concat + list_copy combinations.
Tom Lane
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-02-15
Simplify the planner's new representation of indexable clauses a little.
Tom Lane
2019-02-12
Clean up planner confusion between ncolumns and nkeycolumns.
Tom Lane
2019-02-12
Allow extensions to generate lossy index conditions.
Tom Lane
2019-02-11
Fix indexable-row-comparison logic to account for covering indexes.
Tom Lane
2019-02-09
Refactor the representation of indexable clauses in IndexPaths.
Tom Lane
2019-01-29
Refactor planner's header files.
Tom Lane
2019-01-29
Make some small planner API cleanups.
Tom Lane
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-12-19
Add text-vs-name cross-type operators, and unify name_ops with text_ops.
Tom Lane
2018-12-19
Make type "name" collation-aware.
Tom Lane
2018-11-12
Limit the number of index clauses considered in choose_bitmap_and().
Tom Lane
2018-04-26
Post-feature-freeze pgindent run.
Tom Lane
2018-04-12
Cleanup covering infrastructure
Teodor Sigaev
2018-04-08
match_clause_to_index should check only key columns
Teodor Sigaev
2018-04-07
Indexes with INCLUDE columns and their support in B-tree
Teodor Sigaev
2018-04-06
Faster partition pruning
Alvaro Herrera
2018-03-01
Fix IOS planning when only some index columns can return an attribute.
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-06-14
Teach predtest.c about CHECK clauses to fix partitioning bugs.
Robert Haas
2017-05-17
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-04-10
Improve castNode notation by introducing list-extraction-specific variants.
Tom Lane
2017-04-04
Abstract logic to allow for multiple kinds of child rels.
Robert Haas
2017-03-29
Cast result of copyObject() to correct type
Peter Eisentraut
2017-03-08
Support parallel bitmap heap scans.
Robert Haas
[next]