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
*
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
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Teach predtest.c about CHECK clauses to fix partitioning bugs.
Robert Haas
2017-06-14
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Improve castNode notation by introducing list-extraction-specific variants.
Tom Lane
2017-04-10
*
Abstract logic to allow for multiple kinds of child rels.
Robert Haas
2017-04-03
*
Cast result of copyObject() to correct type
Peter Eisentraut
2017-03-28
*
Support parallel bitmap heap scans.
Robert Haas
2017-03-08
*
Suppress unused-variable warning.
Tom Lane
2017-02-21
*
Make more use of castNode()
Peter Eisentraut
2017-02-21
*
Add optimizer and executor support for parallel index-only scans.
Robert Haas
2017-02-19
*
Add optimizer and executor support for parallel index scans.
Robert Haas
2017-02-15
*
Improve RLS planning by marking individual quals with security levels.
Tom Lane
2017-01-18
*
Fix matching of boolean index columns to sort ordering.
Tom Lane
2017-01-15
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Revert CREATE INDEX ... INCLUDING ...
Teodor Sigaev
2016-04-08
*
CREATE INDEX ... INCLUDING (column[, ...])
Teodor Sigaev
2016-04-08
*
Support using index-only scans with partial indexes in more cases.
Tom Lane
2016-03-31
*
Rethink representation of PathTargets.
Tom Lane
2016-03-14
*
Add an explicit representation of the output targetlist to Paths.
Tom Lane
2016-02-18
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Collection of typo fixes.
Heikki Linnakangas
2015-05-20
*
Support GROUPING SETS, CUBE and ROLLUP.
Andres Freund
2015-05-16
*
Move strategy numbers to include/access/stratnum.h
Alvaro Herrera
2015-05-15
*
Add support for index-only scans in GiST.
Heikki Linnakangas
2015-03-26
[next]