postgresql/contrib/pg_trgm
Teodor Sigaev 97f3014647 This supports the triconsistent function for pg_trgm GIN opclass
to make it faster to implement indexed queries where some keys are
common and some are rare.

Patch by Jeff Janes
2015-07-20 18:18:48 +03:00
..
data
expected
sql
.gitignore
Makefile This supports the triconsistent function for pg_trgm GIN opclass 2015-07-20 18:18:48 +03:00
pg_trgm--1.0--1.1.sql
pg_trgm--1.1--1.2.sql This supports the triconsistent function for pg_trgm GIN opclass 2015-07-20 18:18:48 +03:00
pg_trgm--1.2.sql This supports the triconsistent function for pg_trgm GIN opclass 2015-07-20 18:18:48 +03:00
pg_trgm--unpackaged--1.0.sql
pg_trgm.control This supports the triconsistent function for pg_trgm GIN opclass 2015-07-20 18:18:48 +03:00
trgm_gin.c This supports the triconsistent function for pg_trgm GIN opclass 2015-07-20 18:18:48 +03:00
trgm_gist.c
trgm_op.c
trgm_regexp.c
trgm.h