postgresql/contrib/pg_trgm
Teodor Sigaev 2d6599f471 Add caching of query to GIN/GiST consistent function.
Per performance gripe from nomao.com
2008-07-11 11:56:48 +00:00
..
data trgm - Trigram matching for PostgreSQL 2004-05-31 17:18:12 +00:00
expected Fix a few contrib regression test scripts that hadn't gotten the word 2007-11-13 06:29:04 +00:00
sql Fix a few contrib regression test scripts that hadn't gotten the word 2007-11-13 06:29:04 +00:00
Makefile Remove references to READMEs from /contrib Makefiles. 2007-11-10 23:59:52 +00:00
pg_trgm.sql.in Push index operator lossiness determination down to GIST/GIN opclass 2008-04-14 17:05:34 +00:00
trgm.h Add $PostgreSQL$ markers to a lot of files that were missing them. 2008-05-17 01:28:26 +00:00
trgm_gin.c Add caching of query to GIN/GiST consistent function. 2008-07-11 11:56:48 +00:00
trgm_gist.c Add caching of query to GIN/GiST consistent function. 2008-07-11 11:56:48 +00:00
trgm_op.c Add $PostgreSQL$ markers to a lot of files that were missing them. 2008-05-17 01:28:26 +00:00
uninstall_pg_trgm.sql Push index operator lossiness determination down to GIST/GIN opclass 2008-04-14 17:05:34 +00:00