aboutsummaryrefslogtreecommitdiff
path: root/src/test/regress/sql/index_including.sql
Commit message (Expand)AuthorAge
* Ensure we allocate NAMEDATALEN bytes for names in Index Only ScansDavid Rowley2024-05-01
* Support INCLUDE'd columns in SP-GiST.Tom Lane2021-04-05
* Fix nbtree high key "continuescan" row compare bug.Peter Geoghegan2019-03-31
* Support for INCLUDE attributes in GiST indexesAlexander Korotkov2019-03-10
* Fix indexable-row-comparison logic to account for covering indexes.Tom Lane2019-02-10
* Remove pg_constraint.conincludingAlvaro Herrera2018-09-03
* Fix pg_get_indexdef()'s behavior for included index columns.Tom Lane2018-07-19
* Drop the rule against included index columns duplicating key columns.Tom Lane2018-07-18
* Fix ALTER TABLE...SET STATS error message for included columnsAlvaro Herrera2018-07-16
* Fix whitespacePeter Eisentraut2018-05-17
* Adjust INCLUDE index truncation comments and code.Teodor Sigaev2018-04-19
* Indexes with INCLUDE columns and their support in B-treeTeodor Sigaev2018-04-07
* Revert CREATE INDEX ... INCLUDING ...Teodor Sigaev2016-04-08
* Fix unstable regression test output.Tom Lane2016-04-08
* CREATE INDEX ... INCLUDING (column[, ...])Teodor Sigaev2016-04-08