]> granicus.if.org Git - postgresql/history - contrib/pg_trgm/trgm.h
Replace a bunch more uses of strncpy() with safer coding.
[postgresql] / contrib / pg_trgm / trgm.h
2013-04-10 Tom LaneMake contrib/pg_trgm also support regex searches with...
2013-04-09 Tom LaneSupport indexing of regular-expression searches in...
2011-09-11 Peter EisentrautRemove many -Wcast-qual warnings
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-11-16 Bruce MomjianModify LOOPBYTE/LOOPBIT macros to be more logical;...
2007-03-14 Teodor SigaevAdd GIN support for pg_trgm. From Guillaume Smet <guill...
2007-02-28 Tom LaneFix up several contrib modules that were using varlena...
2006-07-14 Tom LaneFix a passel of recently-committed violations of the...
2006-07-11 Bruce MomjianAlphabetically order reference to include files, "S...
2006-01-20 Tom LaneReplace bitwise looping with bytewise looping in hemdis...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-05-31 Teodor Sigaevtrgm - Trigram matching for PostgreSQL