OSDN Git Service

Restructure pg_upgrade checks because pre-8.4 Postgres did not rename
[pg-rex/syncrep.git] / contrib / fuzzystrmatch /
2011-02-20 Tom LaneMinor logic fix for new levenshtein implementation.
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-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-11-23 Peter EisentrautRemove useless whitespace at end of lines
2010-10-22 Robert HaasCorrect a mistake in levenshtein_less_equal() multibyte...
2010-10-19 Robert HaasAdd levenshtein_less_equal, optimized version for small...
2010-09-24 Robert HaasIn levenshtein_internal(), describe algorithm a bit...
2010-09-22 Magnus HaganderConvert cvsignore to gitignore, and add .gitignore...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-08-02 Robert HaasTeach levenshtein() about multi-byte characters.
2010-07-29 Robert HaasAvoid using text_to_cstring() in levenshtein functions.
2010-07-06 Bruce Momjianpgindent run for 9.0, second run
2010-04-05 Andrew DunstanMake dmetaphone.c safe for pgindent and fussy compilers...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-10 Robert HaasFix levenshtein with costs. The previous code multipli...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-04-07 Tom LaneDefend against non-ASCII letters in fuzzystrmatch code...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-04-03 Tom LaneAdd a variant of the Levenshtein string-distance functi...
2008-03-25 Tom LaneSimplify and standardize conversions between TEXT datum...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-13 Bruce MomjianAdd CVS version labels to all install/uninstall scripts.
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-06-26 Tom LaneFix PGXS conventions so that extensions can be built...
2007-02-27 Tom LaneReplace direct assignments to VARATT_SIZEP(x) with...
2007-02-13 Bruce MomjianUpdate /contrib/fuzzystrmatch error message to mention...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-10-19 Tom LaneSimplify contrib Makefiles by removing unnecessary...
2006-09-22 Tom LaneFix bugs in plpgsql and ecpg caused by assuming that...
2006-07-16 Tom LaneFix a few places where $Id$ and $Header$ CVS tags had...
2006-07-14 Tom LaneFix a passel of recently-committed violations of the...
2006-07-10 Bruce MomjianRemove a few baby-C macros in fuzzystrmatch. Add a...
2006-05-30 Tom LaneMagic blocks don't do us any good unless we use 'em...
2006-03-19 Neil ConwayFix a few places that were checking for the return...
2006-03-11 Bruce MomjianAdd CVS tag lines to files that were lacking them.
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-02-27 Peter EisentrautClean up CREATE FUNCTION syntax usage in contrib and...
2006-02-27 Peter Eisentrautcontrib uninstall scripts
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-09-30 Bruce MomjianOne of the web pages mentioned in dmetaphone.c has...
2005-09-27 Tom LanePGXS should be set with := not =, as specified in the...
2005-01-26 Neil ConwayThe attached patch implements the soundex difference...
2005-01-01 Tom LaneSome more missed copyright notices. Many of these...
2005-01-01 Bruce MomjianUpdate copyrights that were missed.
2004-10-07 Bruce MomjianAdjust comments previously moved to column 1 by pgident.
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-20 Bruce Momjian> Please find enclose a submission to fix these problems.
2004-08-20 Bruce MomjianI notice that contrib/fuzzystrmatch/dmetaphone.c doesn...
2004-07-01 Joe ConwayAdd double metaphone code from Andrew Dunstan. Also...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-08-04 Tom LaneFix some copyright notices that weren't updated. Impro...
2003-08-04 Bruce Momjianpgindent run.
2003-07-24 Tom LaneError message editing in contrib (mostly by Joe Conway...
2003-06-24 Bruce MomjianJim C. Nasby wrote:
2003-05-14 Tom LaneBackend support for autocommit removed, per recent...
2003-03-10 Tom LaneThis patch fixes a bunch of spelling mistakes in commen...
2002-10-18 Bruce MomjianUpdate /contrib for "autocommit TO 'on'".
2002-09-14 Tom LaneThe attached adds GRANTs to PUBLIC for contrib/fuzzystr...
2002-09-05 Tom LaneBe careful to include postgres.h *before* any system...
2001-12-30 Tom LaneMake sure that all <ctype.h> routines are called with...
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-10-29 Bruce MomjianAdd trailing semicolon for Joe Conway
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-10-25 Bruce MomjianAdd do { ... } while (0) to more bad macros.
2001-09-06 Peter EisentrautTo fix the perpetually broken makefiles in the contrib...
2001-08-07 Bruce MomjianSorry - I should have gotten to this sooner. Here's...
2001-08-07 Bruce MomjianPer this discussion, here's a patch to implement both...