summaryrefslogtreecommitdiff
path: root/contrib/fuzzystrmatch/Makefile
AgeCommit message (Expand)Author
2023-04-07Add support for Daitch-Mokotoff Soundex in contrib/fuzzystrmatch.Tom Lane
2020-02-19Remove support for upgrading extensions from "unpackaged" state.Tom Lane
2019-11-05Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund
2017-09-15fuzzystrmatch: Add test suitePeter Eisentraut
2016-06-07Update fuzzystrmatch extension for parallel query.Robert Haas
2014-11-13Move the guts of our Levenshtein implementation into core.Robert Haas
2014-07-14Add file version information to most installed Windows binaries.Noah Misch
2011-02-20Minor logic fix for new levenshtein implementation.Tom Lane
2011-02-14Convert contrib modules to use the extension facility.Tom Lane
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2007-11-10Remove references to READMEs from /contrib Makefiles.Bruce Momjian
2007-06-26Fix PGXS conventions so that extensions can be built against PostgresTom Lane
2006-10-19Simplify contrib Makefiles by removing unnecessary SRCS macro,Tom Lane
2006-02-27contrib uninstall scriptsPeter Eisentraut
2005-09-27PGXS should be set with := not =, as specified in the documentation,Tom Lane
2004-08-20> Please find enclose a submission to fix these problems.Bruce Momjian
2004-07-01Add double metaphone code from Andrew Dunstan. Also change metaphone so thatJoe Conway
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2001-09-06To fix the perpetually broken makefiles in the contrib tree, I havePeter Eisentraut
2001-08-07Per this discussion, here's a patch to implement both levenshtein() andBruce Momjian