]> granicus.if.org Git - postgresql/history - contrib/pg_trgm/trgm_op.c
Fix bugs in contrib/pg_trgm's LIKE pattern analysis code.
[postgresql] / contrib / pg_trgm / trgm_op.c
2012-08-20 Tom LaneFix bugs in contrib/pg_trgm's LIKE pattern analysis...
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-02-01 Tom LaneSupport LIKE and ILIKE index searches via contrib/pg_tr...
2010-12-04 Tom LaneAdd KNNGIST support to contrib/pg_trgm.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2008-11-12 Teodor SigaevSupport of multibyte encoding for pg_trgm
2008-05-17 Andrew DunstanAdd $PostgreSQL$ markers to a lot of files that were...
2007-07-12 Tom LaneSimplify overly-cute array coding to avoid an apparent...
2007-02-28 Tom LaneFix up several contrib modules that were using varlena...
2007-02-27 Tom LaneReplace direct assignments to VARATT_SIZEP(x) with...
2007-01-26 Neil ConwaySquelch some VC++ compiler warnings. Mark float literal...
2006-05-30 Tom LaneMagic blocks don't do us any good unless we use 'em...
2006-03-01 Neil ConwayThis patch makes the error message strings throughout...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-05-31 Teodor Sigaevtrgm - Trigram matching for PostgreSQL