summaryrefslogtreecommitdiff
path: root/contrib
Commit message (Expand)AuthorAgeFilesLines
* Remove a few places that attempted to define INT_MAX, SCHAR_MAX, andNeil Conway2006-03-111-3/+2
* Fix order of linking of libxslt and libxml2, per Dave Page.Tom Lane2006-03-101-1/+1
* Update /contrib regression tests for escape_string_warning.Bruce Momjian2006-03-083-7/+7
* Make all our flex and bison files use %option prefix or %name-prefixTom Lane2006-03-074-12/+16
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-057-8/+8
* Significantly improve ranking:Teodor Sigaev2006-03-023-92/+161
* Woops: also update the alternative "expected" files for contrib/cube'sNeil Conway2006-03-012-12/+12
* Update the expected regression test results to account for the changes toNeil Conway2006-03-011-6/+6
* Attached is a patch that replaces a bunch of places where StringInfosNeil Conway2006-03-013-100/+87
* This patch makes the error message strings throughout the backendNeil Conway2006-03-0125-115/+106
* Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, inPeter Eisentraut2006-02-2736-741/+732
* contrib uninstall scriptsPeter Eisentraut2006-02-2734-12/+1222
* Remove ora2pg; now available at <http://www.samse.fr/GPL/ora2pg/>.Peter Eisentraut2006-02-258-3163/+1
* Fix vacuumlo to avoid unnecessary use of backslash in search pattern.Tom Lane2006-02-231-2/+2
* Fixing and improve compound word support. This changes cannot be applied toTeodor Sigaev2006-02-201-56/+75
* Patch from Marko Kreen:Neil Conway2006-02-181-32/+70
* Need a DLLIMPORT for MaxFSMPages, per buildfarm failure on snake.Tom Lane2006-02-141-1/+3
* Add contrib/pg_freespacemap to display free space map information.Bruce Momjian2006-02-126-1/+371
* Clean up some signedness warnings.Tom Lane2006-02-103-10/+12
* Fix fallout from psql line-wrapping patch.Tom Lane2006-02-101-26/+26
* Allow "'" symbol in affixes ("'s" affix in english): it was diallowed duringTeodor Sigaev2006-02-101-7/+9
* renew output of regression test accordingly toTeodor Sigaev2006-02-102-730/+730
* 1 Fix bug with very short word: prefix and suffix might be overlapped,Teodor Sigaev2006-02-092-53/+62
* Check number of affixes to prevent core dump with zero number of affixesTeodor Sigaev2006-02-061-0/+3
* Snowball multibyte. It's a pity, but snowball sources is very diferent for mu...Teodor Sigaev2006-01-278-27/+974
* Update btree_gist for CIDR/INET changes --- there's really no need toTom Lane2006-01-262-77/+17
* Fix typeing as Tom suggestTeodor Sigaev2006-01-231-1/+1
* Replace bitwise looping with bytewise looping in hemdistsign andTom Lane2006-01-208-82/+100
* Fix the assert_enabled issue properly. This eliminates the former ABITom Lane2006-01-082-8/+0
* There is a signedness bug in Openwall gen_salt code that pgcrypto uses.Tom Lane2006-01-031-9/+9
* When the remote query result has a different number of columnsJoe Conway2006-01-034-19/+40
* Multibyte encodings support for ISpell dictionaryTeodor Sigaev2005-12-215-147/+232
* Improve support of multibyte encoding:Teodor Sigaev2005-12-1219-146/+263
* Remove incorrect increment of lineno, per David Fetter.Tom Lane2005-12-101-4/+6
* Allow installation into directories containing spaces in the name.Peter Eisentraut2005-12-091-4/+4
* Simplify lock manager data structures by making a clear separation betweenTom Lane2005-12-091-3/+4
* I recently received the Debian bug report below about missing iconvBruce Momjian2005-12-081-1/+5
* Improve tag recognizingTeodor Sigaev2005-12-082-2/+22
* Fix small memory leakTeodor Sigaev2005-12-071-1/+1
* Improve word parser.Teodor Sigaev2005-12-072-1/+51
* Fix stupid bug with sizeofTeodor Sigaev2005-12-061-1/+1
* Improve word parser.Teodor Sigaev2005-12-052-22/+65
* Having blank lines in -f scripts was causing silent failures.Tatsuo Ishii2005-11-231-6/+12
* Fix pgindent of libpq-fe.h by hacking pgindent script.Bruce Momjian2005-11-231-3/+2
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-2224-1557/+1834
* Fixes motivated by snake and spoonbill pgbuildfarm membersTeodor Sigaev2005-11-223-13/+18
* remove forgotten // commentsTeodor Sigaev2005-11-211-2/+0
* Text parser rewritten:Teodor Sigaev2005-11-2115-424/+1613
* Defend against nulls-in-arrays in contrib/intarray. I may have put inTom Lane2005-11-196-44/+131
* Add defenses against nulls-in-arrays to contrib/ltree. Possibly it'dTom Lane2005-11-194-0/+33