summaryrefslogtreecommitdiff
path: root/contrib
Commit message (Expand)AuthorAgeFilesLines
* Fix xslt_process() to ensure that it inserts a NULL terminator after theTom Lane2009-07-101-7/+11
* Remove beer-ware license from crypt-md5.c, perMagnus Hagander2009-04-151-7/+2
* Fix 'all at one page bug' in picksplit method of R-tree emulation. Add defenseTeodor Sigaev2009-04-071-41/+84
* Defend against non-ASCII letters in fuzzystrmatch code. The functionsTom Lane2009-04-071-10/+28
* Fix contrib/pgstattuple and contrib/pageinspect to prevent attempts to readTom Lane2009-03-311-1/+11
* Fix uninitialized variables in get_coversTeodor Sigaev2009-01-161-2/+2
* Fix URL generation in headline. Only tag lexeme will be replaced by space.Teodor Sigaev2009-01-154-10/+13
* Fix generation of too long headline with ShortWords.Teodor Sigaev2009-01-151-1/+3
* Fix small bug in headline generation.Teodor Sigaev2008-10-171-2/+2
* Fix contrib/xml makefile to not override CFLAGS.Tom Lane2008-05-081-2/+2
* Fix contrib/xml2 makefile to not override CFLAGS.Tom Lane2008-05-081-1/+1
* Fix several datatype input functions that were allowing unused bytes in theirTom Lane2008-04-111-4/+3
* Fix a number of places that were making file-type tests infelicitously.Tom Lane2008-03-311-2/+2
* Fix core dump in contrib/xml2's xpath_table() when the input query returnsTom Lane2008-03-261-8/+10
* The original patch to disallow non-passworded connections to non-superusersTom Lane2008-01-031-21/+29
* Backpatch: Fix tsvector_out() and tsquery_out() to escape backslesh, add test...Teodor Sigaev2007-11-164-2/+10
* Have crosstab variants treat NULL rowid as a category in its own right,Joe Conway2007-11-104-95/+138
* Fix crash of to_tsvector() function on huge input: compareWORD()Teodor Sigaev2007-09-261-1/+7
* Fix header's size of structs defines in ispell.Teodor Sigaev2007-09-112-4/+4
* Fix combo_decrypt() to throw an error for zero-length input when using aTom Lane2007-08-231-1/+13
* Restrict non-superusers to password authenticated connectionsJoe Conway2007-07-093-0/+218
* Fix caching of unsuccessful initialization of parser or configuration.Teodor Sigaev2007-04-022-2/+2
* Fix backend crash in parsing incorrect tsquery.Teodor Sigaev2007-02-121-0/+2
* Back port patch.Tatsuo Ishii2007-01-131-3/+3
* Fix convertion for 'PFX flag N num'Teodor Sigaev2006-12-211-1/+1
* Fix bug introduced by last patch, thanks again to Mario Weilguni <mweilguni@s...Teodor Sigaev2006-08-081-5/+25
* fix bug about modifying value in shared buffer,Teodor Sigaev2006-08-071-40/+12
* Fix bug corrupting query in gist consistent function.Teodor Sigaev2006-07-113-1/+17
* Fix dbmirror for new backslash escaping:Bruce Momjian2006-07-061-2/+2
* backport workaround for OpenBSD compiler bugAndrew Dunstan2006-06-171-7/+15
* Fix missed \' to '' conversion.Tom Lane2006-05-211-1/+1
* Change \' to '', for SQL standards compliance. Backpatch to 7.3, 7.4,Bruce Momjian2006-05-216-63/+63
* Detoast query in g_intbig_consistent and copy query in g_int_consistent.Teodor Sigaev2006-04-032-14/+25
* Fix order of linking of libxslt and libxml2, per Dave Page.Tom Lane2006-03-101-1/+1
* Patch from Marko Kreen:Neil Conway2006-02-181-25/+58
* When the remote query result has a different number of columnsJoe Conway2006-01-034-19/+40
* There is a signedness bug in Openwall gen_salt code that pgcrypto uses.Tom Lane2006-01-031-9/+9
* Fix word's length in pg_regexec callTeodor Sigaev2005-12-211-1/+1
* Fix stupid bug with sizeofTeodor Sigaev2005-12-061-1/+1
* Fix incorrect header size macrosTeodor Sigaev2005-11-031-1/+1
* Prevent core dump in contrib version of autovacuum when a table has beenTom Lane2005-10-201-5/+5
* Update Snowball. I have to update it because ofTeodor Sigaev2005-09-1511-2313/+2231
* int_array_enum function should be using fcinfo->flinfo->fn_extra forTom Lane2005-08-151-7/+8
* Back-port several small portability fixes to get contrib buildingTom Lane2005-08-0211-47/+25
* It appears that Darwin (OS X) does not cope well with C functions thatTom Lane2005-07-182-4/+4
* Backpatch to 8.0.X openssl portability fixes to pgcrypto.Bruce Momjian2005-07-041-1/+13
* Prevent to divide by zero and range out of 0..1Teodor Sigaev2005-06-011-4/+7
* Fix pg_autovacuum -s flag to handle values > 2000 by using sleep()Bruce Momjian2005-05-111-2/+11
* Change tsearch2 to not use the unsafe practice of creating functionsTom Lane2005-05-033-16/+16
* workaround for bug in utils/date.h (timetz)Teodor Sigaev2005-04-271-12/+24