index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
regress
/
sql
/
index_including.sql
Commit message (
Expand
)
Author
Age
*
Ensure we allocate NAMEDATALEN bytes for names in Index Only Scans
David Rowley
2024-05-01
*
Support INCLUDE'd columns in SP-GiST.
Tom Lane
2021-04-05
*
Fix nbtree high key "continuescan" row compare bug.
Peter Geoghegan
2019-03-31
*
Support for INCLUDE attributes in GiST indexes
Alexander Korotkov
2019-03-10
*
Fix indexable-row-comparison logic to account for covering indexes.
Tom Lane
2019-02-10
*
Remove pg_constraint.conincluding
Alvaro Herrera
2018-09-03
*
Fix pg_get_indexdef()'s behavior for included index columns.
Tom Lane
2018-07-19
*
Drop the rule against included index columns duplicating key columns.
Tom Lane
2018-07-18
*
Fix ALTER TABLE...SET STATS error message for included columns
Alvaro Herrera
2018-07-16
*
Fix whitespace
Peter Eisentraut
2018-05-17
*
Adjust INCLUDE index truncation comments and code.
Teodor Sigaev
2018-04-19
*
Indexes with INCLUDE columns and their support in B-tree
Teodor Sigaev
2018-04-07
*
Revert CREATE INDEX ... INCLUDING ...
Teodor Sigaev
2016-04-08
*
Fix unstable regression test output.
Tom Lane
2016-04-08
*
CREATE INDEX ... INCLUDING (column[, ...])
Teodor Sigaev
2016-04-08