summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2011-10-06Make pgstatindex respond to cancel interrupts.Robert Haas
2011-08-25Fix pgstatindex() to give consistent results for empty indexes.Tom Lane
2011-07-11Remove excessively backpatched gitignore filesPeter Eisentraut
2011-06-21Apply upstream fix for blowfish signed-character bug (CVE-2011-2483).Tom Lane
2011-05-19Replace strdup() with pstrdup(), to avoid leaking memory.Heikki Linnakangas
2011-01-27Prevent buffer overrun while parsing an integer in a "query_int" value.Tom Lane
2010-12-19Fix erroneous parsing of tsquery input "... & !(subexpression) | ..."Tom Lane
2010-12-16Fix contrib/seg's GiST picksplit method.Tom Lane
2010-11-26Fix significant memory leak in contrib/xml2 functions.Tom Lane
2010-11-25Don't raise "identifier will be truncated" messages in dblinkItagaki Takahiro
2010-11-15Fix bug in cube picksplit algorithm.Robert Haas
2010-10-20If pk is NULL, the backend would segfault when accessing ->algo and theHeikki Linnakangas
2010-09-24Add contrib/xml2/pgxml.sql to .gitignoreRobert Haas
2010-09-22Some more gitignore cleanups: cover contrib and PL regression test outputs.Tom Lane
2010-09-22Convert cvsignore to gitignore, and add .gitignore for build targets.Magnus Hagander
2010-07-27Spelling fixPeter Eisentraut
2010-06-22Deprecate the use of => as an operator name.Robert Haas
2010-06-15Fix dblink_build_sql_insert() and related functions to handle droppedTom Lane
2010-06-15Consolidate and improve checking of key-column-attnum arguments forTom Lane
2010-06-14Rearrange dblink's dblink_build_sql_insert() and related routines to open andTom Lane
2010-06-09Fix connection leak in dblink when dblink_connect() or dblink_connect_u()Itagaki Takahiro
2010-06-07Add missed function dblink_connect_u(text[,text]) to uninstall scriptTeodor Sigaev
2010-06-03Fix dblink to treat connection names longer than NAMEDATALEN-2 (62 bytes).Itagaki Takahiro
2010-04-02Ensure that contrib/pgstattuple functions respond to cancel interruptsTom Lane
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-12-29Previous fix for temporary file management broke returning a set fromHeikki Linnakangas
2009-07-28Fix incorrect cleanup of tsquery in ts_rewrite(). Per bug #4933 byTeodor Sigaev
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 contrib/pg_freespacemap's underestimate of the number of pages itTom Lane
2009-04-07Defend against non-ASCII letters in fuzzystrmatch code. The functionsTom Lane
2009-04-02Fix memory allocation for output of hstore type.Teodor Sigaev
2009-03-31Fix contrib/pgstattuple and contrib/pageinspect to prevent attempts to readTom Lane
2009-03-25Fix old thinko in pgp.h: the idea is to declare some named enum types,Tom Lane
2009-03-15Fix contrib/hstore to throw an error for keys or values that don't fit in itsTom Lane
2009-03-10Prevent recursion during parse of email-like string with multiple '@'.Teodor Sigaev
2009-03-02Fix usage of char2wchar/wchar2char. Changes:Teodor 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
2009-01-03Fix bug per Oleksiy Shchukin - 2nd argument for dblink_get_result(text,bool)Joe Conway
2008-11-30Fix dblink and tablefunc to not return with the wrong CurrentMemoryContext.Tom Lane
2008-11-10Fix old bug in contrib/sslinfo: X509_NAME_to_text freed the BIO_s_mem bufferTom Lane
2008-10-17Fix small bug in headline generation.Teodor Sigaev
2008-05-29Fix some bugs introduced by the 8.2-era conversion of cube functions to V1Tom Lane
2008-05-08Fix contrib/xml2 makefile to not override CFLAGS.Tom Lane
2008-04-20Fix broken compare function for tsquery_ops. Per Tom's report.Teodor Sigaev