summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2010-03-03Make contrib/xml2 use core xml.c's error handler, when available (that is,Tom Lane
2010-03-01Fix contrib/xml2 so regression test still works when it's built without libxslt.Tom Lane
2010-03-01Remove xmlCleanupParser calls from contrib/xml2.Tom Lane
2010-03-01Back-patch today's memory management fixups in contrib/xml2.Tom Lane
2010-02-03Check to ensure the number of primary key fields supplied does notJoe Conway
2009-07-10Fix xslt_process() to ensure that it inserts a NULL terminator after theTom Lane
2009-04-15Remove beer-ware license from crypt-md5.c, perMagnus Hagander
2009-04-07Fix 'all at one page bug' in picksplit method of R-tree emulation. Add defenseTeodor Sigaev
2009-04-07Defend against non-ASCII letters in fuzzystrmatch code. The functionsTom Lane
2009-03-31Fix contrib/pgstattuple and contrib/pageinspect to prevent attempts to readTom Lane
2009-01-16Fix uninitialized variables in get_coversTeodor Sigaev
2009-01-15Fix URL generation in headline. Only tag lexeme will be replaced by space.Teodor Sigaev
2009-01-15Fix generation of too long headline with ShortWords.Teodor Sigaev
2008-10-17Fix small bug in headline generation.Teodor Sigaev
2008-05-08Fix contrib/xml makefile to not override CFLAGS.Tom Lane
2008-05-08Fix contrib/xml2 makefile to not override CFLAGS.Tom Lane
2008-04-11Fix several datatype input functions that were allowing unused bytes in theirTom Lane
2008-03-31Fix a number of places that were making file-type tests infelicitously.Tom Lane
2008-03-26Fix core dump in contrib/xml2's xpath_table() when the input query returnsTom Lane
2008-01-03The original patch to disallow non-passworded connections to non-superusersTom Lane
2007-11-16Backpatch: Fix tsvector_out() and tsquery_out() to escape backslesh, add test...Teodor Sigaev
2007-11-10Have crosstab variants treat NULL rowid as a category in its own right,Joe Conway
2007-09-26Fix crash of to_tsvector() function on huge input: compareWORD()Teodor Sigaev
2007-09-11Fix header's size of structs defines in ispell.Teodor Sigaev
2007-08-23Fix combo_decrypt() to throw an error for zero-length input when using aTom Lane
2007-07-09Restrict non-superusers to password authenticated connectionsJoe Conway
2007-04-02Fix caching of unsuccessful initialization of parser or configuration.Teodor Sigaev
2007-02-12Fix backend crash in parsing incorrect tsquery.Teodor Sigaev
2007-01-13Back port patch.Tatsuo Ishii
2006-12-21Fix convertion for 'PFX flag N num'Teodor Sigaev
2006-08-08Fix bug introduced by last patch, thanks again to Mario Weilguni <mweilguni@s...Teodor Sigaev
2006-08-07fix bug about modifying value in shared buffer,Teodor Sigaev
2006-07-11Fix bug corrupting query in gist consistent function.Teodor Sigaev
2006-07-06Fix dbmirror for new backslash escaping:Bruce Momjian
2006-06-17backport workaround for OpenBSD compiler bugAndrew Dunstan
2006-05-21Fix missed \' to '' conversion.Tom Lane
2006-05-21Change \' to '', for SQL standards compliance. Backpatch to 7.3, 7.4,Bruce Momjian
2006-04-03Detoast query in g_intbig_consistent and copy query in g_int_consistent.Teodor Sigaev
2006-03-10Fix order of linking of libxslt and libxml2, per Dave Page.Tom Lane
2006-02-18Patch from Marko Kreen:Neil Conway
2006-01-03When the remote query result has a different number of columnsJoe Conway
2006-01-03There is a signedness bug in Openwall gen_salt code that pgcrypto uses.Tom Lane
2005-12-21Fix word's length in pg_regexec callTeodor Sigaev
2005-12-06Fix stupid bug with sizeofTeodor Sigaev
2005-11-03Fix incorrect header size macrosTeodor Sigaev
2005-10-20Prevent core dump in contrib version of autovacuum when a table has beenTom Lane
2005-09-15Update Snowball. I have to update it because ofTeodor Sigaev
2005-08-15int_array_enum function should be using fcinfo->flinfo->fn_extra forTom Lane
2005-08-02Back-port several small portability fixes to get contrib buildingTom Lane
2005-07-18It appears that Darwin (OS X) does not cope well with C functions thatTom Lane