summaryrefslogtreecommitdiff
path: root/contrib
Commit message (Expand)AuthorAgeFilesLines
* Take buffer lock while inspecting btree index pages in contrib/pageinspect.Tom Lane2012-11-301-9/+11
* Prevent access to external files/URLs via contrib/xml2's xslt_process().Tom Lane2012-08-144-21/+103
* Fix some more bugs in contrib/xml2's xslt_process().Tom Lane2012-06-041-0/+14
* Fix incorrect password transformation in contrib/pgcrypto's DES crypt().Tom Lane2012-05-301-1/+2
* Fix a couple of contrib/dblink bugs.Tom Lane2012-04-031-6/+18
* Fix longstanding error in contrib/intarray's int[] & int[] operator.Tom Lane2012-02-163-6/+16
* Fix error detection in contrib/pgcrypto's encrypt_iv() and decrypt_iv().Tom Lane2012-01-271-4/+4
* Fix one-byte buffer overrun in contrib/test_parser.Tom Lane2012-01-091-9/+10
* Fix bogus code in contrib/ tsearch dictionary examples.Tom Lane2011-11-032-4/+6
* Make pgstatindex respond to cancel interrupts.Robert Haas2011-10-061-0/+2
* Fix pgstatindex() to give consistent results for empty indexes.Tom Lane2011-08-241-2/+10
* Remove excessively backpatched gitignore filesPeter Eisentraut2011-07-116-6/+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
* Add missing gitignore filePeter Eisentraut2011-05-021-0/+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-192-4/+4
* 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-2217-0/+35
* Convert cvsignore to gitignore, and add .gitignore for build targets.Magnus Hagander2010-09-2239-6/+45
* Deprecate the use of => as an operator name.Robert Haas2010-06-222-2/+9
* 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-121/+92
* Rearrange dblink's dblink_build_sql_insert() and related routines to open andTom Lane2010-06-141-128/+83
* 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-1/+5
* Fix dblink to treat connection names longer than NAMEDATALEN-2 (62 bytes).Itagaki Takahiro2010-06-031-11/+11
* Fix typos in comments, spotted by Josh Kupershmidt.Heikki Linnakangas2010-05-151-4/+4
* Ensure that contrib/pgstattuple functions respond to cancel interruptsTom Lane2010-04-021-1/+11
* Fix ginint4_queryextract() to actually do what it was intended to do for anTom Lane2010-03-251-1/+1
* Make contrib/xml2 use core xml.c's error handler, when available (that is,Tom Lane2010-03-032-82/+17
* Fix contrib/xml2 so regression test still works when it's built without libxslt.Tom Lane2010-03-014-14/+133
* 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-232/+388
* Allow zero-dimensional (ie, empty) arrays in contrib/ltree operations.Tom Lane2010-02-244-9/+9
* Add a note to the documentation of pg_standby that it's important thatHeikki Linnakangas2010-02-051-1/+4
* Check to ensure the number of primary key fields supplied does notJoe Conway2010-02-033-1/+72
* Oops, previous backpatch applied incorrectly.Heikki Linnakangas2009-12-291-1/+1
* Previous fix for temporary file management broke returning a set fromHeikki Linnakangas2009-12-292-24/+0
* Disable triggering failover with a signal in pg_standby on Windows, becauseHeikki Linnakangas2009-11-041-2/+8
* Make sure FD_SETSIZE is set before we include any WindowsMagnus Hagander2009-07-301-3/+6
* 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