]> granicus.if.org Git - postgresql/commit
Add support of bool, bpchar, name and uuid to btree_gin
authorTeodor Sigaev <teodor@sigaev.ru>
Thu, 5 Apr 2018 15:19:10 +0000 (18:19 +0300)
committerTeodor Sigaev <teodor@sigaev.ru>
Thu, 5 Apr 2018 15:19:10 +0000 (18:19 +0300)
commitf4cd7102b5a6097fb603c789728fbfd5d6fd43c5
tree27d45b8ed6d705ab6959f4cc867baadd950de6a2
parent0a64b45152b593c5eb95f2e88fbce7fbfe84ae7b
Add support of bool, bpchar, name and uuid to btree_gin

Mostly for completeness, but I believe there are cases to use that in
multicolumn GIN indexes.

Bump btree_gin module version

Author: Matheus Oliveira
Reviewed by: Tomas Vondra
Discussion: https://www.postgresql.org/message-id/flat/CAJghg4LMJf6Z13fnZD-MBNiGxzd0cA2=F3TDjNkX3eQH58hktQ@mail.gmail.com
13 files changed:
contrib/btree_gin/Makefile
contrib/btree_gin/btree_gin--1.2--1.3.sql [new file with mode: 0644]
contrib/btree_gin/btree_gin.c
contrib/btree_gin/btree_gin.control
contrib/btree_gin/expected/bool.out [new file with mode: 0644]
contrib/btree_gin/expected/bpchar.out [new file with mode: 0644]
contrib/btree_gin/expected/name.out [new file with mode: 0644]
contrib/btree_gin/expected/uuid.out [new file with mode: 0644]
contrib/btree_gin/sql/bool.sql [new file with mode: 0644]
contrib/btree_gin/sql/bpchar.sql [new file with mode: 0644]
contrib/btree_gin/sql/name.sql [new file with mode: 0644]
contrib/btree_gin/sql/uuid.sql [new file with mode: 0644]
doc/src/sgml/btree-gin.sgml