Commit Graph

94 Commits (e97af6c8bfc80d084bca5bf41f036de944b63efe)

Author SHA1 Message Date
Bruce Momjian 807b9e0dff pgindent run for 9.5 10 years ago
Heikki Linnakangas 4eaafa0453 Remove dead code. 11 years ago
Tom Lane 586dd5d6a5 Replace a bunch more uses of strncpy() with safer coding. 11 years ago
Bruce Momjian 4baaf863ec Update copyright for 2015 11 years ago
Andres Freund 58bc4747be Add missing va_end() call to a early exit in dmetaphone.c's StringAt(). 11 years ago
Robert Haas c0828b78e9 Move the guts of our Levenshtein implementation into core. 11 years ago
Andres Freund 9b6bb9b471 Define META_FREE in a way that doesn't cause -Wempty-body warnings. 11 years ago
Andres Freund d153b80161 Fix typos in some error messages thrown by extension scripts when fed to psql. 11 years ago
Noah Misch 0ffc201a51 Add file version information to most installed Windows binaries. 11 years ago
Bruce Momjian 0a78320057 pgindent run for 9.4 12 years ago
Peter Eisentraut e7128e8dbb Create function prototype as part of PG_FUNCTION_INFO_V1 macro 12 years ago
Bruce Momjian 7e04792a1c Update copyright for 2014 12 years ago
Bruce Momjian f0e86930dd fuzzystrmatch: replace broken link in C comment 12 years ago
Bruce Momjian bd61a623ac Update copyrights for 2013 13 years ago
Peter Eisentraut e9605a039b Even more duplicate word removal, in the spirit of the season 14 years ago
Robert Haas 5d4b60f2f2 Lots of doc corrections. 14 years ago
Bruce Momjian e126958c2e Update copyright notices for year 2012. 14 years ago
Peter Eisentraut 037a82704c Standardize treatment of strcmp() return value 14 years ago
Tom Lane 458857cc9d Throw a useful error message if an extension script file is fed to psql. 14 years ago
Bruce Momjian 6416a82a62 Remove unnecessary #include references, per pgrminclude script. 14 years ago
Peter Eisentraut bf6be7af25 Put inline declaration before return type 14 years ago
Bruce Momjian bf50caf105 pgindent run before PG 9.1 beta 1. 15 years ago
Tom Lane 087bd179e6 Minor logic fix for new levenshtein implementation. 15 years ago
Tom Lane 3b61e57f3c Assorted fixups for "unpackaged" conversion scripts. 15 years ago
Tom Lane 029fac2264 Avoid use of CREATE OR REPLACE FUNCTION in extension installation files. 15 years ago
Tom Lane 629b3af27d Convert contrib modules to use the extension facility. 15 years ago
Bruce Momjian 5d950e3b0c Stamp copyrights for year 2011. 15 years ago
Peter Eisentraut fc946c39ae Remove useless whitespace at end of lines 15 years ago
Robert Haas dd1587089c Correct a mistake in levenshtein_less_equal() multibyte character handling. 15 years ago
Robert Haas 604ab08145 Add levenshtein_less_equal, optimized version for small distances. 15 years ago
Robert Haas 12679b8bc9 In levenshtein_internal(), describe algorithm a bit more clearly. 15 years ago
Magnus Hagander fe9b36fd59 Convert cvsignore to gitignore, and add .gitignore for build targets. 15 years ago
Magnus Hagander 9f2e211386 Remove cvs keywords from all files. 15 years ago
Robert Haas 57d9aefcaa Teach levenshtein() about multi-byte characters. 15 years ago
Robert Haas 980341b3c2 Avoid using text_to_cstring() in levenshtein functions. 15 years ago
Bruce Momjian 239d769e7e pgindent run for 9.0, second run 15 years ago
Andrew Dunstan ce36151ac7 Make dmetaphone.c safe for pgindent and fussy compilers. Still to do: make it properly encoding aware w.r.t. chars U+00C7 and U+00D1. 16 years ago
Bruce Momjian 0239800893 Update copyright for the year 2010. 16 years ago
Robert Haas da07641481 Fix levenshtein with costs. The previous code multiplied by the cost in only 16 years ago
Bruce Momjian d747140279 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 16 years ago
Tom Lane bb6bbc3277 Defend against non-ASCII letters in fuzzystrmatch code. The functions 17 years ago
Bruce Momjian 511db38ace Update copyright for 2009. 17 years ago
Tom Lane 55f6e5f689 Add a variant of the Levenshtein string-distance function that lets the user 18 years ago
Tom Lane 220db7ccd8 Simplify and standardize conversions between TEXT datums and ordinary C 18 years ago
Bruce Momjian 9098ab9e32 Update copyrights in source tree to 2008. 18 years ago
Bruce Momjian 33e2e02493 Add CVS version labels to all install/uninstall scripts. 18 years ago
Bruce Momjian 926bbab448 Make /contrib install/uninstall script consistent: 18 years ago
Bruce Momjian 541ff409cc Remove references to READMEs from /contrib Makefiles. 18 years ago
Bruce Momjian c3c69ab4fd Move most /contrib README files into SGML. Some still need conversion 18 years ago
Tom Lane b09c248bdd Fix PGXS conventions so that extensions can be built against Postgres 18 years ago