summaryrefslogtreecommitdiff
path: root/contrib/fuzzystrmatch
Commit message (Expand)AuthorAgeFilesLines
...
* Update copyright for 2014Bruce Momjian2014-01-072-2/+2
* fuzzystrmatch: replace broken link in C commentBruce Momjian2013-09-101-1/+1
* Update copyrights for 2013Bruce Momjian2013-01-012-2/+2
* Even more duplicate word removal, in the spirit of the seasonPeter Eisentraut2012-05-021-2/+2
* Lots of doc corrections.Robert Haas2012-04-232-2/+2
* Update copyright notices for year 2012.Bruce Momjian2012-01-012-2/+2
* Standardize treatment of strcmp() return valuePeter Eisentraut2011-12-271-1/+1
* Throw a useful error message if an extension script file is fed to psql.Tom Lane2011-10-122-0/+6
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-011-1/+0
* Put inline declaration before return typePeter Eisentraut2011-07-191-1/+1
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-101-42/+49
* Minor logic fix for new levenshtein implementation.Tom Lane2011-02-202-1/+4
* Assorted fixups for "unpackaged" conversion scripts.Tom Lane2011-02-131-2/+10
* Avoid use of CREATE OR REPLACE FUNCTION in extension installation files.Tom Lane2011-02-131-10/+10
* Convert contrib modules to use the extension facility.Tom Lane2011-02-136-31/+21
* Stamp copyrights for year 2011.Bruce Momjian2011-01-012-2/+2
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-231-2/+2
* Correct a mistake in levenshtein_less_equal() multibyte character handling.Robert Haas2010-10-221-2/+1
* Add levenshtein_less_equal, optimized version for small distances.Robert Haas2010-10-194-213/+440
* In levenshtein_internal(), describe algorithm a bit more clearly.Robert Haas2010-09-241-7/+17
* Convert cvsignore to gitignore, and add .gitignore for build targets.Magnus Hagander2010-09-221-0/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-205-5/+5
* Teach levenshtein() about multi-byte characters.Robert Haas2010-08-021-19/+118
* Avoid using text_to_cstring() in levenshtein functions.Robert Haas2010-07-291-11/+11
* pgindent run for 9.0, second runBruce Momjian2010-07-061-3/+3
* Make dmetaphone.c safe for pgindent and fussy compilers. Still to do: make it...Andrew Dunstan2010-04-051-3/+3
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Fix levenshtein with costs. The previous code multiplied by the cost in onlyRobert Haas2009-12-101-7/+7
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-112-50/+51
* Defend against non-ASCII letters in fuzzystrmatch code. The functionsTom Lane2009-04-071-10/+28
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Add a variant of the Levenshtein string-distance function that lets the userTom Lane2008-04-034-296/+226
* Simplify and standardize conversions between TEXT datums and ordinary CTom Lane2008-03-253-86/+35
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-012-4/+4
* Add CVS version labels to all install/uninstall scripts.Bruce Momjian2007-11-132-0/+4
* Make /contrib install/uninstall script consistent:Bruce Momjian2007-11-112-8/+8
* Remove references to READMEs from /contrib Makefiles.Bruce Momjian2007-11-101-2/+1
* Move most /contrib README files into SGML. Some still need conversionBruce Momjian2007-11-102-210/+0
* Fix PGXS conventions so that extensions can be built against PostgresTom Lane2007-06-261-2/+3
* Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane2007-02-271-7/+5
* Update /contrib/fuzzystrmatch error message to mention bytes, not justBruce Momjian2007-02-131-4/+4
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-053-5/+5
* Simplify contrib Makefiles by removing unnecessary SRCS macro,Tom Lane2006-10-191-3/+2
* Fix bugs in plpgsql and ecpg caused by assuming that isspace() would onlyTom Lane2006-09-221-2/+2
* Fix a few places where $Id$ and $Header$ CVS tags had crept into theTom Lane2006-07-161-7/+1
* Fix a passel of recently-committed violations of the rule 'thou shaltTom Lane2006-07-141-4/+4
* Remove a few baby-C macros in fuzzystrmatch. Add a few missing includes.Bruce Momjian2006-07-102-8/+5
* Magic blocks don't do us any good unless we use 'em ... so install oneTom Lane2006-05-301-1/+3
* Fix a few places that were checking for the return value of palloc() to beNeil Conway2006-03-191-5/+1
* Add CVS tag lines to files that were lacking them.Bruce Momjian2006-03-113-2/+6