summaryrefslogtreecommitdiff
path: root/contrib/fuzzystrmatch/dmetaphone.c
AgeCommit message (Expand)Author
2025-02-12Remove unnecessary (char *) casts [string]Peter Eisentraut
2022-09-22Harmonize parameter names in contrib code.Peter Geoghegan
2020-01-30Clean up newlines following left parenthesesAlvaro Herrera
2019-08-13Fix inconsistencies and typos in the tree, take 10Michael Paquier
2018-06-29Replace search.cpan.org with metacpan.orgMichael Paquier
2017-11-10Add some const decorations to prototypesPeter Eisentraut
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-03-12Use wrappers of PG_DETOAST_DATUM_PACKED() more.Noah Misch
2017-02-25Remove useless duplicate inclusions of system header files.Tom Lane
2015-05-24pgindent run for 9.5Bruce Momjian
2015-01-24Replace a bunch more uses of strncpy() with safer coding.Tom Lane
2015-01-04Add missing va_end() call to a early exit in dmetaphone.c's StringAt().Andres Freund
2014-09-26Define META_FREE in a way that doesn't cause -Wempty-body warnings.Andres Freund
2014-04-18Create function prototype as part of PG_FUNCTION_INFO_V1 macroPeter Eisentraut
2013-09-11fuzzystrmatch: replace broken link in C commentBruce Momjian
2011-12-27Standardize treatment of strcmp() return valuePeter Eisentraut
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-07-06pgindent run for 9.0, second runBruce Momjian
2010-04-05Make dmetaphone.c safe for pgindent and fussy compilers. Still to do: make it...Andrew Dunstan
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2008-03-25Simplify and standardize conversions between TEXT datums and ordinary CTom Lane
2007-02-27Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane
2006-09-22Fix bugs in plpgsql and ecpg caused by assuming that isspace() would onlyTom Lane
2006-07-16Fix a few places where $Id$ and $Header$ CVS tags had crept into theTom Lane
2006-07-14Fix a passel of recently-committed violations of the rule 'thou shaltTom Lane
2006-03-11Add CVS tag lines to files that were lacking them.Bruce Momjian
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-09-30One of the web pages mentioned in dmetaphone.c has moved. Also fixBruce Momjian
2004-10-07Adjust comments previously moved to column 1 by pgident.Bruce Momjian
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-08-20I notice that contrib/fuzzystrmatch/dmetaphone.c doesn't compile cleanlyBruce Momjian
2004-07-01Add double metaphone code from Andrew Dunstan. Also change metaphone so thatJoe Conway