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 Move strategy numbers to include/access/stratnum.h 2015-05-15 17:03:16 -03:00
trgm_op.c Reorganize our CRC source files again. 2015-04-14 17:03:42 +03:00
trgm_regexp.c
trgm.h Use FLEXIBLE_ARRAY_MEMBER in a bunch more places. 2015-02-20 00:11:42 -05:00