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 b2a01b9ad1 Fix bugs in contrib/pg_trgm's LIKE pattern analysis code. 13 years ago
..
data trgm - Trigram matching for PostgreSQL 21 years ago
expected Fix bugs in contrib/pg_trgm's LIKE pattern analysis code. 13 years ago
sql Fix bugs in contrib/pg_trgm's LIKE pattern analysis code. 13 years ago
.gitignore Support "make check" in contrib 14 years ago
Makefile Convert contrib modules to use the extension facility. 15 years ago
pg_trgm--1.0.sql Throw a useful error message if an extension script file is fed to psql. 14 years ago
pg_trgm--unpackaged--1.0.sql Throw a useful error message if an extension script file is fed to psql. 14 years ago
pg_trgm.control Convert contrib modules to use the extension facility. 15 years ago
trgm.h Remove many -Wcast-qual warnings 14 years ago
trgm_gin.c Remove unnecessary #include references, per pgrminclude script. 14 years ago
trgm_gist.c Replace int2/int4 in C code with int16/int32 13 years ago
trgm_op.c Fix bugs in contrib/pg_trgm's LIKE pattern analysis code. 13 years ago