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
Tom Lane 3e0f5f00b3 Put "excludeOnly" GIN scan keys at the end of the scankey array. 2 weeks ago
..
data Add files forgotten in f576b17cd6 10 years ago
expected Put "excludeOnly" GIN scan keys at the end of the scankey array. 2 weeks ago
sql Put "excludeOnly" GIN scan keys at the end of the scankey array. 2 weeks ago
.gitignore Support "make check" in contrib 15 years ago
Makefile Implement operator class parameters 6 years ago
pg_trgm--1.0--1.1.sql Fix typo in update scripts for some contrib modules. 12 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 Make contrib modules' installation scripts more secure. 5 years ago
pg_trgm--1.3--1.4.sql Add strict_word_similarity to pg_trgm module 8 years ago
pg_trgm--1.3.sql Remove support for upgrading extensions from "unpackaged" state. 6 years ago
pg_trgm--1.4--1.5.sql Fix typo in contrib/pg_trgm/pg_trgm--1.4--1.5.sql 5 years ago
pg_trgm.control Implement operator class parameters 6 years ago
trgm.h Get rid of trailing semicolons in C macro definitions. 5 years ago
trgm_gin.c Make the order of the header file includes consistent in contrib modules. 6 years ago
trgm_gist.c pg_trgm: fix crash in 2-item picksplit 5 years ago
trgm_op.c Introduce macros for typalign and typstorage constants. 6 years ago
trgm_regexp.c Fix misbehavior in contrib/pg_trgm with an unsatisfiable regex. 3 years ago