Commit Graph

41 Commits (e97af6c8bfc80d084bca5bf41f036de944b63efe)

Author SHA1 Message Date
Bruce Momjian 4baaf863ec Update copyright for 2015 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
Tom Lane 5a421a47eb Fix inadequately-sized output buffer in contrib/unaccent. 11 years ago
Tom Lane 03a25cec8d Issue a WARNING about invalid rule file format in contrib/unaccent. 11 years ago
Tom Lane 1b2488731c Allow multi-character source strings in contrib/unaccent. 11 years ago
Tom Lane 97c40ce614 Allow empty replacement strings in contrib/unaccent. 11 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 0dbf9a6a91 unaccent: Revert patch 9299f61798 12 years ago
Bruce Momjian 9299f61798 unaccent: mark unaccent() functions as immutable 12 years ago
Bruce Momjian 9af4159fce pgindent run for release 9.3 12 years ago
Heikki Linnakangas 4b06c1820a The data structure used in unaccent is a trie, not suffix tree. 13 years ago
Bruce Momjian bd61a623ac Update copyrights for 2013 13 years ago
Peter Eisentraut 48658a1b81 Fix some typos 14 years ago
Bruce Momjian e126958c2e Update copyright notices for year 2012. 14 years ago
Tom Lane ced3a93ccb Fix assorted bugs in contrib/unaccent's configuration file parsing. 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 f8ebe3bcc5 Support "make check" in contrib 15 years ago
Peter Eisentraut 385942f46c Refix the unaccent regression test on MSVC properly 15 years ago
Andrew Dunstan b7b86924c6 Attempt to remedy buildfarm breakage caused by commit f536d4194. 15 years ago
Peter Eisentraut f536d41942 Rename pg_regress option --multibyte to --encoding 15 years ago
Tom Lane 0024e34898 Fix upgrade of contrib/intarray and contrib/unaccent from 9.0. 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
Bruce Momjian c0577c92a8 Mark unaccent functions as STABLE, rather than defaulting to VOLATILE. 15 years ago
Peter Eisentraut fc946c39ae Remove useless whitespace at end of lines 15 years ago
Tom Lane cc2c8152e6 Some more gitignore cleanups: cover contrib and PL regression test outputs. 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 fd1843ff89 Standardize get_whatever_oid functions for other object types. 15 years ago
Bruce Momjian 65e806cba1 pgindent run for 9.0 16 years ago
Bruce Momjian 0239800893 Update copyright for the year 2010. 16 years ago
Tom Lane 29faadcd27 Make unaccent's install/uninstall scripts look more like all the others. 16 years ago
Tom Lane 4b98b613f6 Print the actual DB encoding in the unaccent regression test. 16 years ago
Tom Lane 13845d261c Fix some *other* compiler warnings from a different gcc version. 16 years ago
Tom Lane ed05063d27 Fix copy-and-pasteo that might explain some of the buildfarm's 16 years ago
Tom Lane ec8128465f Suppress compiler warnings about uninitialized variables. 16 years ago
Teodor Sigaev 92e05bc6a5 Unaccent dictionary. 16 years ago