]> granicus.if.org Git - postgresql/history - contrib/pg_trgm
Add $PostgreSQL$ markers to a lot of files that were missing them.
[postgresql] / contrib / pg_trgm /
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