aboutsummaryrefslogtreecommitdiff
path: root/src/backend/optimizer/path/indxpath.c
Commit message (Expand)AuthorAge
* Fix bitmap AND/OR scans on the inside of a nestloop partition-wise join.Tom Lane2020-07-14
* Clean up planner confusion between ncolumns and nkeycolumns.Tom Lane2019-02-12
* Fix indexable-row-comparison logic to account for covering indexes.Tom Lane2019-02-10
* Limit the number of index clauses considered in choose_bitmap_and().Tom Lane2018-11-12
* Post-feature-freeze pgindent run.Tom Lane2018-04-26
* Cleanup covering infrastructureTeodor Sigaev2018-04-12
* match_clause_to_index should check only key columnsTeodor Sigaev2018-04-08
* Indexes with INCLUDE columns and their support in B-treeTeodor Sigaev2018-04-07
* Faster partition pruningAlvaro Herrera2018-04-06
* Fix IOS planning when only some index columns can return an attribute.Tom Lane2018-03-01
* Update copyright for 2018Bruce Momjian2018-01-02
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-08
* Be more consistent about errors for opfamily member lookup failures.Tom Lane2017-07-24
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Teach predtest.c about CHECK clauses to fix partitioning bugs.Robert Haas2017-06-14
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Improve castNode notation by introducing list-extraction-specific variants.Tom Lane2017-04-10
* Abstract logic to allow for multiple kinds of child rels.Robert Haas2017-04-03
* Cast result of copyObject() to correct typePeter Eisentraut2017-03-28
* Support parallel bitmap heap scans.Robert Haas2017-03-08
* Suppress unused-variable warning.Tom Lane2017-02-21
* Make more use of castNode()Peter Eisentraut2017-02-21
* Add optimizer and executor support for parallel index-only scans.Robert Haas2017-02-19
* Add optimizer and executor support for parallel index scans.Robert Haas2017-02-15
* Improve RLS planning by marking individual quals with security levels.Tom Lane2017-01-18
* Fix matching of boolean index columns to sort ordering.Tom Lane2017-01-15
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Revert CREATE INDEX ... INCLUDING ...Teodor Sigaev2016-04-08
* CREATE INDEX ... INCLUDING (column[, ...])Teodor Sigaev2016-04-08
* Support using index-only scans with partial indexes in more cases.Tom Lane2016-03-31
* Rethink representation of PathTargets.Tom Lane2016-03-14
* Add an explicit representation of the output targetlist to Paths.Tom Lane2016-02-18
* Update copyright for 2016Bruce Momjian2016-01-02
* Collection of typo fixes.Heikki Linnakangas2015-05-20
* Support GROUPING SETS, CUBE and ROLLUP.Andres Freund2015-05-16
* Move strategy numbers to include/access/stratnum.hAlvaro Herrera2015-05-15
* Add support for index-only scans in GiST.Heikki Linnakangas2015-03-26
* Fix old bug in get_loop_count().Tom Lane2015-03-11
* Improve planner's cost estimation in the presence of semijoins.Tom Lane2015-03-11
* Update copyright for 2015Bruce Momjian2015-01-06
* Add bms_next_member(), and use it where appropriate.Tom Lane2014-11-28
* Improve planning of btree index scans using ScalarArrayOpExpr quals.Tom Lane2014-10-26
* Fix some more problems with nested append relations.Tom Lane2014-10-01
* pgindent run for 9.4Bruce Momjian2014-05-06
* Update copyright for 2014Bruce Momjian2014-01-07
* Remove dead code now that orindxpath.c is history.Tom Lane2013-12-30
* Extract restriction OR clauses whether or not they are indexable.Tom Lane2013-12-30
* Fix planner problems with LATERAL references in PlaceHolderVars.Tom Lane2013-08-17
* pgindent run for release 9.3Bruce Momjian2013-05-29