]> granicus.if.org Git - postgresql/history - contrib/fuzzystrmatch/dmetaphone.c
Add missing va_end() call to a early exit in dmetaphone.c's StringAt().
[postgresql] / contrib / fuzzystrmatch / dmetaphone.c
2015-01-04 Andres FreundAdd missing va_end() call to a early exit in dmetaphone...
2014-09-26 Andres FreundDefine META_FREE in a way that doesn't cause -Wempty...
2014-04-18 Peter EisentrautCreate function prototype as part of PG_FUNCTION_INFO_V...
2013-09-11 Bruce Momjianfuzzystrmatch: replace broken link in C comment
2011-12-27 Peter EisentrautStandardize treatment of strcmp() return value
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-07-06 Bruce Momjianpgindent run for 9.0, second run
2010-04-05 Andrew DunstanMake dmetaphone.c safe for pgindent and fussy compilers...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2008-03-25 Tom LaneSimplify and standardize conversions between TEXT datum...
2007-02-27 Tom LaneReplace direct assignments to VARATT_SIZEP(x) with...
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-03-11 Bruce MomjianAdd CVS tag lines to files that were lacking them.
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-09-30 Bruce MomjianOne of the web pages mentioned in dmetaphone.c has...
2004-10-07 Bruce MomjianAdjust comments previously moved to column 1 by pgident.
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-20 Bruce MomjianI notice that contrib/fuzzystrmatch/dmetaphone.c doesn...
2004-07-01 Joe ConwayAdd double metaphone code from Andrew Dunstan. Also...