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 34249b3b58 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
Makefile Handle equality operator in contrib/pg_trgm 5 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--1.5--1.6.sql Handle equality operator in contrib/pg_trgm 5 years ago
pg_trgm.control Handle equality operator in contrib/pg_trgm 5 years ago
trgm.h Handle equality operator in contrib/pg_trgm 5 years ago
trgm_gin.c Handle equality operator in contrib/pg_trgm 5 years ago
trgm_gist.c Handle equality operator in contrib/pg_trgm 5 years ago
trgm_op.c Disallow setting bogus GUCs within an extension's reserved namespace. 4 years ago
trgm_regexp.c Fix misbehavior in contrib/pg_trgm with an unsatisfiable regex. 3 years ago