postgresql/contrib/pg_trgm
Tom Lane e611515dd6 pg_trgm's set_limit() function is parallel unsafe, not parallel restricted.
Per buildfarm.  Fortunately, it's not quite too late to squeeze this fix
into the pg_trgm 1.3 update.
2016-06-20 11:29:54 -04:00
..
data Add files forgotten in f576b17cd6 2016-03-16 19:23:41 +03:00
expected Fix comparison of similarity to threshold in GIST trigram searches. 2016-06-20 10:49:19 -04:00
sql Fix comparison of similarity to threshold in GIST trigram searches. 2016-06-20 10:49:19 -04:00
.gitignore
Makefile Handle contrib's GIN/GIST support function signature changes honestly. 2016-06-09 16:44:25 -04:00
pg_trgm--1.0--1.1.sql
pg_trgm--1.1--1.2.sql Add word_similarity to pg_trgm contrib module. 2016-03-16 18:59:21 +03:00
pg_trgm--1.2--1.3.sql pg_trgm's set_limit() function is parallel unsafe, not parallel restricted. 2016-06-20 11:29:54 -04:00
pg_trgm--1.3.sql pg_trgm's set_limit() function is parallel unsafe, not parallel restricted. 2016-06-20 11:29:54 -04:00
pg_trgm--unpackaged--1.0.sql
pg_trgm.control Handle contrib's GIN/GIST support function signature changes honestly. 2016-06-09 16:44:25 -04:00
trgm_gin.c pgindent run for 9.6 2016-06-09 18:02:36 -04:00
trgm_gist.c Fix comparison of similarity to threshold in GIST trigram searches. 2016-06-20 10:49:19 -04:00
trgm_op.c pgindent run for 9.6 2016-06-09 18:02:36 -04:00
trgm_regexp.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
trgm.h Add word_similarity to pg_trgm contrib module. 2016-03-16 18:59:21 +03:00