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
* Update copyrights for 2020Bruce Momjian2020-01-01
* Rationalize use of list_concat + list_copy combinations.Tom Lane2019-08-12
* Represent Lists as expansible arrays, not chains of cons-cells.Tom Lane2019-07-15
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Simplify the planner's new representation of indexable clauses a little.Tom Lane2019-02-14
* Clean up planner confusion between ncolumns and nkeycolumns.Tom Lane2019-02-12
* Allow extensions to generate lossy index conditions.Tom Lane2019-02-11
* Fix indexable-row-comparison logic to account for covering indexes.Tom Lane2019-02-10
* Refactor the representation of indexable clauses in IndexPaths.Tom Lane2019-02-09
* Refactor planner's header files.Tom Lane2019-01-29
* Make some small planner API cleanups.Tom Lane2019-01-29
* Update copyright for 2019Bruce Momjian2019-01-02
* Add text-vs-name cross-type operators, and unify name_ops with text_ops.Tom Lane2018-12-19
* Make type "name" collation-aware.Tom Lane2018-12-19
* 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