Fri, 8 Apr 2016 16:31:49 +0000 (19:31 +0300)
Fri, 8 Apr 2016 16:45:59 +0000 (19:45 +0300)
commit 386e3d7609c49505e079c40c65919d99feb82505
CREATE INDEX ... INCLUDING (column[, ...])
Now indexes (but only B-tree for now) can contain "extra" column(s) which
doesn't participate in index structure, they are just stored in leaf
tuples. It allows to use index only scan by using single index instead
of two or more indexes.
Author: Anastasia Lubennikova with minor editorializing by me
Reviewers: David Rowley, Peter Geoghegan, Jeff Janes