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 72cce2c780 Fix possible buffer overrun in contrib/pg_trgm. 12 years ago
..
data
expected Fix contrib/pg_trgm's similarity() function for trigram-free strings. 13 years ago
sql Fix contrib/pg_trgm's similarity() function for trigram-free strings. 13 years ago
.gitignore Some more gitignore cleanups: cover contrib and PL regression test outputs. 15 years ago
Makefile Blank line Makefile cleanups. 17 years ago
pg_trgm.sql.in Mark contrib's GiST and GIN opclass support functions as STRICT, for safety. 17 years ago
trgm.h 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 17 years ago
trgm_gin.c 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 17 years ago
trgm_gist.c 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 17 years ago
trgm_op.c Fix possible buffer overrun in contrib/pg_trgm. 12 years ago
uninstall_pg_trgm.sql Adjust the APIs for GIN opclass support functions to allow the extractQuery() 17 years ago