OSDN Git Service

Fix typo
[pg-rex/syncrep.git] / contrib / pg_trgm /
2011-04-25 Peter EisentrautSupport "make check" in contrib
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-02-17 Tom LaneFix contrib/pg_trgm to have smoother updates from 9.0.
2011-02-14 Tom LaneAssorted fixups for "unpackaged" conversion scripts.
2011-02-14 Tom LaneAvoid use of CREATE OR REPLACE FUNCTION in extension...
2011-02-14 Tom LaneConvert contrib modules to use the extension facility.
2011-02-01 Tom LaneSupport LIKE and ILIKE index searches via contrib/pg_tr...
2011-01-09 Tom LaneUpdate contrib/pg_trgm for new GIN extractQuery API.
2010-12-04 Tom LaneAdd KNNGIST support to contrib/pg_trgm.
2010-11-23 Peter EisentrautRemove useless whitespace at end of lines
2010-09-22 Tom LaneSome more gitignore cleanups: cover contrib and PL...
2010-09-22 Magnus HaganderConvert cvsignore to gitignore, and add .gitignore...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-08-19 Peter EisentrautRemove extra newlines at end and beginning of files...
2009-06-11 Tom LaneMark contrib's GiST and GIN opclass support functions...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-04-28 Bruce MomjianBlank line Makefile cleanups.
2009-03-25 Tom LaneAdjust the APIs for GIN opclass support functions to...
2008-11-12 Teodor SigaevSupport of multibyte encoding for pg_trgm
2008-07-11 Teodor SigaevAdd caching of query to GIN/GiST consistent function.
2008-05-17 Andrew DunstanAdd $PostgreSQL$ markers to a lot of files that were...
2008-04-14 Tom LanePush index operator lossiness determination down to...
2007-12-09 Tom LaneFix completely-bogus volatility markings on pg_trgm...
2007-11-16 Bruce MomjianRun pgindent on remaining files now that LOOPBYTE is...
2007-11-16 Bruce MomjianModify LOOPBYTE/LOOPBIT macros to be more logical;...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-11-13 Tom LaneFix a few contrib regression test scripts that hadn...
2007-11-13 Bruce MomjianAdd CVS version labels to all install/uninstall scripts.
2007-11-11 Bruce MomjianAdjust pg_trgm expected output for new *.sql file.
2007-11-11 Bruce MomjianMake /contrib install/uninstall script consistent:
2007-11-10 Bruce MomjianRemove references to READMEs from /contrib Makefiles.
2007-11-10 Bruce MomjianMove most /contrib README files into SGML. Some still...
2007-09-30 Tom LaneSupport functions for index opclasses should be immutable.
2007-07-12 Tom LaneSimplify overly-cute array coding to avoid an apparent...
2007-06-26 Tom LaneFix PGXS conventions so that extensions can be built...
2007-04-06 Tom LaneSupport varlena fields with single-byte headers and...
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...
2007-02-27 Tom LaneReplace direct assignments to VARATT_SIZEP(x) with...
2007-02-09 Peter EisentrautRemove useless CPPFLAGS.
2007-02-09 Peter EisentrautAdd $PostgreSQL$ marker to contrib makefiles.
2007-01-26 Neil ConwaySquelch some VC++ compiler warnings. Mark float literal...
2006-10-04 Bruce Momjianpgindent run for 8.2.
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-06-28 Teodor SigaevChanges
2006-05-30 Tom LaneMagic blocks don't do us any good unless we use 'em...
2006-03-13 Neil ConwayFix a number of syntax errors in contrib modules' unins...
2006-03-01 Neil ConwayThis patch makes the error message strings throughout...
2006-02-27 Peter EisentrautClean up CREATE FUNCTION syntax usage in contrib and...
2006-02-27 Peter Eisentrautcontrib uninstall scripts
2006-01-20 Tom LaneReplace bitwise looping with bytewise looping in hemdis...
2005-11-07 Tom LaneR-tree is dead ... long live GiST.
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-09-27 Tom LanePGXS should be set with := not =, as specified in the...
2005-05-21 Neil ConwayCleanup of GiST extensions in contrib/: now that we...
2004-11-27 Tom LaneThis adds mention of my latest tweak to the tsearch2...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-20 Bruce Momjian> Please find enclose a submission to fix these problems.
2004-05-31 Teodor Sigaevtrgm - Trigram matching for PostgreSQL