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 e7128e8dbb Create function prototype as part of PG_FUNCTION_INFO_V1 macro 12 years ago
..
data
expected Make contrib/pg_trgm also support regex searches with GiST indexes. 13 years ago
sql Make contrib/pg_trgm also support regex searches with GiST indexes. 13 years ago
.gitignore Support "make check" in contrib 15 years ago
Makefile Support indexing of regular-expression searches in contrib/pg_trgm. 13 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.sql Make contrib/pg_trgm also support regex searches with GiST indexes. 13 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 Support indexing of regular-expression searches in contrib/pg_trgm. 13 years ago
trgm.h Make contrib/pg_trgm also support regex searches with GiST indexes. 13 years ago
trgm_gin.c Create function prototype as part of PG_FUNCTION_INFO_V1 macro 12 years ago
trgm_gist.c Create function prototype as part of PG_FUNCTION_INFO_V1 macro 12 years ago
trgm_op.c Create function prototype as part of PG_FUNCTION_INFO_V1 macro 12 years ago
trgm_regexp.c Suppress compiler warning in new contrib/pg_trgm code. 12 years ago