postgresql/contrib/tcn
Teodor Sigaev 386e3d7609 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
2016-04-08 19:45:59 +03:00
..
Makefile Add file version information to most installed Windows binaries. 2014-07-14 14:07:52 -04:00
tcn--1.0.sql Triggered change notifications. 2012-01-19 23:15:15 -05:00
tcn.c CREATE INDEX ... INCLUDING (column[, ...]) 2016-04-08 19:45:59 +03:00
tcn.control Triggered change notifications. 2012-01-19 23:15:15 -05:00