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
*
Clean up planner confusion between ncolumns and nkeycolumns.
Tom Lane
2019-02-12
*
Fix indexable-row-comparison logic to account for covering indexes.
Tom Lane
2019-02-10
*
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
*
Fix old bug in get_loop_count().
Tom Lane
2015-03-11
*
Improve planner's cost estimation in the presence of semijoins.
Tom Lane
2015-03-11
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Add bms_next_member(), and use it where appropriate.
Tom Lane
2014-11-28
*
Improve planning of btree index scans using ScalarArrayOpExpr quals.
Tom Lane
2014-10-26
*
Fix some more problems with nested append relations.
Tom Lane
2014-10-01
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Remove dead code now that orindxpath.c is history.
Tom Lane
2013-12-30
*
Extract restriction OR clauses whether or not they are indexable.
Tom Lane
2013-12-30
*
Fix planner problems with LATERAL references in PlaceHolderVars.
Tom Lane
2013-08-17
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
[next]