You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
postgres/contrib/pg_trgm
Peter Eisentraut 2eb4a831e5 Change TRUE/FALSE to true/false 8 years ago
..
data Add files forgotten in f576b17cd6 10 years ago
expected Further fix pg_trgm's extraction of trigrams from regular expressions. 9 years ago
sql Further fix pg_trgm's extraction of trigrams from regular expressions. 9 years ago
.gitignore
Makefile Handle contrib's GIN/GIST support function signature changes honestly. 10 years ago
pg_trgm--1.0--1.1.sql Fix typo in update scripts for some contrib modules. 13 years ago
pg_trgm--1.1--1.2.sql Add word_similarity to pg_trgm contrib module. 10 years ago
pg_trgm--1.2--1.3.sql pg_trgm's set_limit() function is parallel unsafe, not parallel restricted. 10 years ago
pg_trgm--1.3.sql pg_trgm's set_limit() function is parallel unsafe, not parallel restricted. 10 years ago
pg_trgm--unpackaged--1.0.sql Fix typos in some error messages thrown by extension scripts when fed to psql. 12 years ago
pg_trgm.control Handle contrib's GIN/GIST support function signature changes honestly. 10 years ago
trgm.h Phase 2 of pgindent updates. 9 years ago
trgm_gin.c Use wrappers of PG_DETOAST_DATUM_PACKED() more. 9 years ago
trgm_gist.c Change TRUE/FALSE to true/false 8 years ago
trgm_op.c Initial pgindent run with pg_bsd_indent version 2.0. 9 years ago
trgm_regexp.c Change TRUE/FALSE to true/false 8 years ago