summaryrefslogtreecommitdiff
path: root/contrib/fuzzystrmatch/fuzzystrmatch.h
AgeCommit message (Expand)Author
2008-04-03Add a variant of the Levenshtein string-distance function that lets the userTom Lane
2008-03-25Simplify and standardize conversions between TEXT datums and ordinary CTom Lane
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2006-07-10Remove a few baby-C macros in fuzzystrmatch. Add a few missing includes.Bruce Momjian
2006-03-11Add CVS tag lines to files that were lacking them.Bruce Momjian
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2005-01-26The attached patch implements the soundex difference function whichNeil Conway
2005-01-01Update copyrights that were missed.Bruce Momjian
2004-08-29Update copyright to 2004.Bruce Momjian
2003-08-04Fix some copyright notices that weren't updated. Improve copyright toolTom Lane
2003-06-24Jim C. Nasby wrote:Bruce Momjian
2002-09-05Be careful to include postgres.h *before* any system headers, to ensureTom Lane
2001-12-30Make sure that all <ctype.h> routines are called with unsigned charTom Lane
2001-11-05New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2001-08-07Sorry - I should have gotten to this sooner. Here's a patch which you shouldBruce Momjian
2001-08-07Per this discussion, here's a patch to implement both levenshtein() andBruce Momjian