You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
10 years ago
..
access
CREATE INDEX ... INCLUDING (column[, ...])
10 years ago
bootstrap
CREATE INDEX ... INCLUDING (column[, ...])
10 years ago
catalog
CREATE INDEX ... INCLUDING (column[, ...])
10 years ago
commands
CREATE INDEX ... INCLUDING (column[, ...])
10 years ago
executor
CREATE INDEX ... INCLUDING (column[, ...])
10 years ago
foreign
Don't require a user mapping for FDWs to work.
10 years ago
lib
Add two HyperLogLog functions
10 years ago
libpq
Set PAM_RHOST item for PAM authentication
10 years ago
main
Avoid crash on old Windows with AVX2-capable CPU for VS2013 builds
10 years ago
nodes
CREATE INDEX ... INCLUDING (column[, ...])
10 years ago
optimizer
CREATE INDEX ... INCLUDING (column[, ...])
10 years ago
parser
CREATE INDEX ... INCLUDING (column[, ...])
10 years ago
po
Translation updates
11 years ago
port
Fix latent portability issue in pgwin32_dispatch_queued_signals().
10 years ago
postmaster
Use GRANT system to manage access to sensitive functions
10 years ago
regex
Suppress compiler warnings about useless comparison of unsigned to zero.
10 years ago
replication
Use proper format specifier %X/%X for LSN, again.
10 years ago
rewrite
Improve error message for rejecting RETURNING clauses with dropped columns.
10 years ago
snowball
Update copyright for 2016
10 years ago
storage
Extend relations multiple blocks at a time to improve scalability.
10 years ago
tcop
Support ALTER THING .. DEPENDS ON EXTENSION
10 years ago
tsearch
Phrase full text search.
10 years ago
utils
CREATE INDEX ... INCLUDING (column[, ...])
10 years ago
.gitignore
Add .gitignore entries for AIX-specific intermediate build artifacts.
11 years ago
Makefile
Support multiple synchronous standby servers.
10 years ago
common.mk
Remove maintainer-check target, fold into normal build
12 years ago
nls.mk
Remove trailing slashes from directories in find command
10 years ago