summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/index_including.out
Commit message (Expand)AuthorAgeFilesLines
* Support INCLUDE'd columns in SP-GiST.Tom Lane2021-04-051-2/+1
* Added relation name in error messages for constraint checks.Amit Kapila2020-01-281-2/+2
* Fix nbtree high key "continuescan" row compare bug.Peter Geoghegan2019-03-311-1/+20
* Support for INCLUDE attributes in GiST indexesAlexander Korotkov2019-03-101-5/+3
* Fix indexable-row-comparison logic to account for covering indexes.Tom Lane2019-02-101-0/+17
* Remove pg_constraint.conincludingAlvaro Herrera2018-09-031-20/+20
* Improve psql's \d command to show whether index columns are key columns.Tom Lane2018-07-191-7/+7
* Fix pg_get_indexdef()'s behavior for included index columns.Tom Lane2018-07-191-0/+10
* Drop the rule against included index columns duplicating key columns.Tom Lane2018-07-181-7/+7
* Fix ALTER TABLE...SET STATS error message for included columnsAlvaro Herrera2018-07-161-0/+14
* Adjust INCLUDE index truncation comments and code.Teodor Sigaev2018-04-191-49/+46
* Indexes with INCLUDE columns and their support in B-treeTeodor Sigaev2018-04-071-0/+346
* Revert CREATE INDEX ... INCLUDING ...Teodor Sigaev2016-04-081-301/+0
* Fix unstable regression test output.Tom Lane2016-04-081-13/+13
* CREATE INDEX ... INCLUDING (column[, ...])Teodor Sigaev2016-04-081-0/+301