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
/
indxpath.c
Commit message (
Expand
)
Author
Age
*
Revert: Remove useless self-joins
Alexander Korotkov
2024-05-06
*
Enhance nbtree ScalarArrayOp execution.
Peter Geoghegan
2024-04-06
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Add trailing commas to enum definitions
Peter Eisentraut
2023-10-26
*
Remove useless self-joins
Alexander Korotkov
2023-10-25
*
Allow Incremental Sorts on GiST and SP-GiST indexes
David Rowley
2023-07-04
*
Don't use partial unique indexes for unique proofs in the planner
David Rowley
2023-06-19
*
Fix some issues with improper placement of outer join clauses.
Tom Lane
2023-05-17
*
Remove local optimizations of empty Bitmapsets into null pointers.
Tom Lane
2023-03-02
*
Fix mis-handling of outer join quals generated by EquivalenceClasses.
Tom Lane
2023-02-23
*
Remove dead NoMovementScanDirection code
David Rowley
2023-02-01
*
Make Vars be outer-join-aware.
Tom Lane
2023-01-30
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Make Bitmapsets be valid Nodes.
Tom Lane
2022-11-13
*
Update some comments that should've covered MERGE
Alvaro Herrera
2022-10-24
*
Rename shadowed local variables
David Rowley
2022-10-05
*
Fix planner to consider matches to boolean columns in extension indexes.
Tom Lane
2022-09-02
*
More -Wshadow=compatible-local warning fixes
David Rowley
2022-08-26
*
Use list_copy_head() instead of list_truncate(list_copy(...), ...)
David Rowley
2022-07-13
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Handle mixed returnable and non-returnable columns better in IOS.
Tom Lane
2022-01-03
*
Rework planning and execution of UPDATE and DELETE.
Tom Lane
2021-03-31
*
Allow estimate_num_groups() to pass back further details about the estimation
David Rowley
2021-03-30
*
Fix pull_varnos' miscomputation of relids set for a PlaceHolderVar.
Tom Lane
2021-01-21
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Fix bitmap AND/OR scans on the inside of a nestloop partition-wise join.
Tom Lane
2020-07-14
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Rationalize use of list_concat + list_copy combinations.
Tom Lane
2019-08-12
*
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
*
Simplify the planner's new representation of indexable clauses a little.
Tom Lane
2019-02-14
*
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-10
*
Refactor the representation of indexable clauses in IndexPaths.
Tom Lane
2019-02-09
*
Refactor planner's header files.
Tom Lane
2019-01-29
*
Make some small planner API cleanups.
Tom Lane
2019-01-29
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
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-12-19
*
Limit the number of index clauses considered in choose_bitmap_and().
Tom Lane
2018-11-12
*
Post-feature-freeze pgindent run.
Tom Lane
2018-04-26
*
Cleanup covering infrastructure
Teodor Sigaev
2018-04-12
*
match_clause_to_index should check only key columns
Teodor Sigaev
2018-04-08
*
Indexes with INCLUDE columns and their support in B-tree
Teodor Sigaev
2018-04-07
*
Faster partition pruning
Alvaro Herrera
2018-04-06
*
Fix IOS planning when only some index columns can return an attribute.
Tom Lane
2018-03-01
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
*
Be more consistent about errors for opfamily member lookup failures.
Tom Lane
2017-07-24
[next]