summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2006-03-11Remove a few places that attempted to define INT_MAX, SCHAR_MAX, andNeil Conway
2006-03-10Fix order of linking of libxslt and libxml2, per Dave Page.Tom Lane
2006-03-08Update /contrib regression tests for escape_string_warning.Bruce Momjian
2006-03-07Make all our flex and bison files use %option prefix or %name-prefixTom Lane
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2006-03-02Significantly improve ranking:Teodor Sigaev
2006-03-01Woops: also update the alternative "expected" files for contrib/cube'sNeil Conway
2006-03-01Update the expected regression test results to account for the changes toNeil Conway
2006-03-01Attached is a patch that replaces a bunch of places where StringInfosNeil Conway
2006-03-01This patch makes the error message strings throughout the backendNeil Conway
2006-02-27Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, inPeter Eisentraut
2006-02-27contrib uninstall scriptsPeter Eisentraut
2006-02-25Remove ora2pg; now available at <http://www.samse.fr/GPL/ora2pg/>.Peter Eisentraut
2006-02-23Fix vacuumlo to avoid unnecessary use of backslash in search pattern.Tom Lane
2006-02-20Fixing and improve compound word support. This changes cannot be applied toTeodor Sigaev
2006-02-18Patch from Marko Kreen:Neil Conway
2006-02-14Need a DLLIMPORT for MaxFSMPages, per buildfarm failure on snake.Tom Lane
2006-02-12Add contrib/pg_freespacemap to display free space map information.Bruce Momjian
2006-02-10Clean up some signedness warnings.Tom Lane
2006-02-10Fix fallout from psql line-wrapping patch.Tom Lane
2006-02-10Allow "'" symbol in affixes ("'s" affix in english): it was diallowed duringTeodor Sigaev
2006-02-10renew output of regression test accordingly toTeodor Sigaev
2006-02-091 Fix bug with very short word: prefix and suffix might be overlapped,Teodor Sigaev
2006-02-06Check number of affixes to prevent core dump with zero number of affixesTeodor Sigaev
2006-01-27Snowball multibyte. It's a pity, but snowball sources is very diferent for mu...Teodor Sigaev
2006-01-26Update btree_gist for CIDR/INET changes --- there's really no need toTom Lane
2006-01-23Fix typeing as Tom suggestTeodor Sigaev
2006-01-20Replace bitwise looping with bytewise looping in hemdistsign andTom Lane
2006-01-08Fix the assert_enabled issue properly. This eliminates the former ABITom Lane
2006-01-03There is a signedness bug in Openwall gen_salt code that pgcrypto uses.Tom Lane
2006-01-03When the remote query result has a different number of columnsJoe Conway
2005-12-21Multibyte encodings support for ISpell dictionaryTeodor Sigaev
2005-12-12Improve support of multibyte encoding:Teodor Sigaev
2005-12-10Remove incorrect increment of lineno, per David Fetter.Tom Lane
2005-12-09Allow installation into directories containing spaces in the name.Peter Eisentraut
2005-12-09Simplify lock manager data structures by making a clear separation betweenTom Lane
2005-12-08I recently received the Debian bug report below about missing iconvBruce Momjian
2005-12-08Improve tag recognizingTeodor Sigaev
2005-12-07Fix small memory leakTeodor Sigaev
2005-12-07Improve word parser.Teodor Sigaev
2005-12-06Fix stupid bug with sizeofTeodor Sigaev
2005-12-05Improve word parser.Teodor Sigaev
2005-11-23Having blank lines in -f scripts was causing silent failures.Tatsuo Ishii
2005-11-23Fix pgindent of libpq-fe.h by hacking pgindent script.Bruce Momjian
2005-11-22Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian
2005-11-22Fixes motivated by snake and spoonbill pgbuildfarm membersTeodor Sigaev
2005-11-21remove forgotten // commentsTeodor Sigaev
2005-11-21Text parser rewritten:Teodor Sigaev
2005-11-19Defend against nulls-in-arrays in contrib/intarray. I may have put inTom Lane
2005-11-19Add defenses against nulls-in-arrays to contrib/ltree. Possibly it'dTom Lane