summaryrefslogtreecommitdiff
path: root/contrib
Commit message (Expand)AuthorAgeFilesLines
* Fix pgstatindex() to give consistent results for empty indexes.Tom Lane2011-08-241-2/+10
* Remove excessively backpatched gitignore filesPeter Eisentraut2011-07-1111-11/+0
* Apply upstream fix for blowfish signed-character bug (CVE-2011-2483).Tom Lane2011-06-212-10/+17
* Replace strdup() with pstrdup(), to avoid leaking memory.Heikki Linnakangas2011-05-181-1/+1
* Prevent buffer overrun while parsing an integer in a "query_int" value.Tom Lane2011-01-271-10/+16
* Fix erroneous parsing of tsquery input "... & !(subexpression) | ..."Tom Lane2010-12-193-6/+6
* Fix contrib/seg's GiST picksplit method.Tom Lane2010-12-151-1/+1
* Fix significant memory leak in contrib/xml2 functions.Tom Lane2010-11-261-72/+90
* Don't raise "identifier will be truncated" messages in dblinkItagaki Takahiro2010-11-251-2/+2
* Fix bug in cube picksplit algorithm.Robert Haas2010-11-141-1/+1
* If pk is NULL, the backend would segfault when accessing ->algo and theHeikki Linnakangas2010-10-201-1/+3
* Add contrib/xml2/pgxml.sql to .gitignoreRobert Haas2010-09-231-0/+1
* Some more gitignore cleanups: cover contrib and PL regression test outputs.Tom Lane2010-09-2214-0/+30
* Convert cvsignore to gitignore, and add .gitignore for build targets.Magnus Hagander2010-09-2239-6/+45
* Spelling fixPeter Eisentraut2010-07-271-1/+1
* Deprecate the use of => as an operator name.Robert Haas2010-06-222-0/+7
* Fix dblink_build_sql_insert() and related functions to handle droppedTom Lane2010-06-153-32/+101
* Consolidate and improve checking of key-column-attnum arguments forTom Lane2010-06-152-122/+93
* Rearrange dblink's dblink_build_sql_insert() and related routines to open andTom Lane2010-06-141-122/+86
* Fix connection leak in dblink when dblink_connect() or dblink_connect_u()Itagaki Takahiro2010-06-091-1/+6
* Add missed function dblink_connect_u(text[,text]) to uninstall scriptTeodor Sigaev2010-06-071-0/+4
* Fix dblink to treat connection names longer than NAMEDATALEN-2 (62 bytes).Itagaki Takahiro2010-06-031-11/+11
* Ensure that contrib/pgstattuple functions respond to cancel interruptsTom Lane2010-04-021-1/+11
* Make contrib/xml2 use core xml.c's error handler, when available (that is,Tom Lane2010-03-031-1/+12
* Fix contrib/xml2 so regression test still works when it's built without libxslt.Tom Lane2010-03-014-16/+135
* Remove xmlCleanupParser calls from contrib/xml2.Tom Lane2010-03-012-33/+4
* Back-patch today's memory management fixups in contrib/xml2.Tom Lane2010-03-015-231/+394
* Check to ensure the number of primary key fields supplied does notJoe Conway2010-02-033-1/+72
* Previous fix for temporary file management broke returning a set fromHeikki Linnakangas2009-12-292-24/+0
* Fix incorrect cleanup of tsquery in ts_rewrite(). Per bug #4933 byTeodor Sigaev2009-07-281-2/+2
* 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 contrib/pg_freespacemap's underestimate of the number of pages itTom Lane2009-04-071-2/+6
* Defend against non-ASCII letters in fuzzystrmatch code. The functionsTom Lane2009-04-071-11/+29
* Fix memory allocation for output of hstore type.Teodor Sigaev2009-04-021-3/+10
* Fix contrib/pgstattuple and contrib/pageinspect to prevent attempts to readTom Lane2009-03-312-11/+63
* Fix old thinko in pgp.h: the idea is to declare some named enum types,Tom Lane2009-03-251-13/+13
* Fix contrib/hstore to throw an error for keys or values that don't fit in itsTom Lane2009-03-154-4/+37
* Prevent recursion during parse of email-like string with multiple '@'.Teodor Sigaev2009-03-101-1/+4
* Fix usage of char2wchar/wchar2char. Changes:Teodor Sigaev2009-03-023-25/+35
* Fix URL generation in headline. Only tag lexeme will be replaced by space.Teodor Sigaev2009-01-153-7/+10
* Fix generation of too long headline with ShortWords.Teodor Sigaev2009-01-151-1/+3
* Fix bug per Oleksiy Shchukin - 2nd argument for dblink_get_result(text,bool)Joe Conway2009-01-031-2/+2
* Fix dblink and tablefunc to not return with the wrong CurrentMemoryContext.Tom Lane2008-11-302-27/+36
* Fix old bug in contrib/sslinfo: X509_NAME_to_text freed the BIO_s_mem bufferTom Lane2008-11-101-8/+3
* Fix small bug in headline generation.Teodor Sigaev2008-10-171-2/+2
* Fix some bugs introduced by the 8.2-era conversion of cube functions to V1Tom Lane2008-05-291-20/+36
* Fix contrib/xml2 makefile to not override CFLAGS.Tom Lane2008-05-081-1/+1
* Fix broken compare function for tsquery_ops. Per Tom's report.Teodor Sigaev2008-04-201-1/+4
* Fix several datatype input functions that were allowing unused bytes in theirTom Lane2008-04-111-5/+4