postgresql/contrib/pg_trgm
Teodor Sigaev 5871b88487 GUC variable pg_trgm.similarity_threshold insead of set_limit()
Use GUC variable pg_trgm.similarity_threshold insead of
set_limit()/show_limit() which was introduced when defining GUC varuables
by modules was absent.

Author: Artur Zakirov
2016-03-16 17:44:58 +03:00
..
data trgm - Trigram matching for PostgreSQL 2004-05-31 17:18:12 +00:00
expected Make contrib/pg_trgm also support regex searches with GiST indexes. 2013-04-10 13:31:02 -04:00
sql Make contrib/pg_trgm also support regex searches with GiST indexes. 2013-04-10 13:31:02 -04:00
.gitignore Support "make check" in contrib 2011-04-25 22:27:11 +03:00
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 Fix typo in update scripts for some contrib modules. 2013-07-19 04:13:01 +09:00
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 GUC variable pg_trgm.similarity_threshold insead of set_limit() 2016-03-16 17:44:58 +03:00
pg_trgm--unpackaged--1.0.sql Fix typos in some error messages thrown by extension scripts when fed to psql. 2014-08-25 18:30:37 +02:00
pg_trgm.control This supports the triconsistent function for pg_trgm GIN opclass 2015-07-20 18:18:48 +03:00
trgm.h GUC variable pg_trgm.similarity_threshold insead of set_limit() 2016-03-16 17:44:58 +03:00
trgm_gin.c GUC variable pg_trgm.similarity_threshold insead of set_limit() 2016-03-16 17:44:58 +03:00
trgm_gist.c GUC variable pg_trgm.similarity_threshold insead of set_limit() 2016-03-16 17:44:58 +03:00
trgm_op.c GUC variable pg_trgm.similarity_threshold insead of set_limit() 2016-03-16 17:44:58 +03:00
trgm_regexp.c Update copyright for 2016 2016-01-02 13:33:40 -05:00