summaryrefslogtreecommitdiff
path: root/contrib
Commit message (Expand)AuthorAgeFilesLines
* When using the OSSP UUID library, cache its uuid_t state object.Tom Lane2014-05-291-30/+44
* Revert "Fix bogus %name-prefix option syntax in all our Bison files."Tom Lane2014-05-282-2/+2
* Fix bogus %name-prefix option syntax in all our Bison files.Tom Lane2014-05-282-2/+2
* Initialize padding bytes in btree_gist varbit support.Heikki Linnakangas2014-05-131-4/+8
* Remove tabs after spaces in C commentsBruce Momjian2014-05-0657-76/+76
* pgcrypto: fix memset() calls that might be optimized awayBruce Momjian2014-04-1722-68/+81
* Properly check for readdir/closedir() failuresBruce Momjian2014-03-211-2/+15
* Add missing #include.Tom Lane2014-03-141-0/+1
* Prevent potential overruns of fixed-size buffers.Tom Lane2014-02-172-4/+27
* Predict integer overflow to avoid buffer overruns.Noah Misch2014-02-175-1/+37
* Fix possible buffer overrun in contrib/pg_trgm.Tom Lane2014-01-131-3/+21
* Fix calculation of ISMN check digit.Heikki Linnakangas2014-01-131-1/+1
* Fix performance regression in dblink connection speed.Joe Conway2013-12-071-3/+5
* Defend against bad trigger definitions in contrib/lo's lo_manage() trigger.Tom Lane2013-11-231-2/+12
* Fix contrib/cube and contrib/seg to build with bison 3.0.Tom Lane2013-07-296-53/+54
* Fix pgp_pub_decrypt() so it works for secret keys with passwords.Tom Lane2013-05-103-4/+153
* Fix contrib/pg_trgm's similarity() function for trigram-free strings.Tom Lane2013-02-133-2/+14
* Make contrib/btree_gist's GiST penalty function a bit saner.Tom Lane2013-02-071-14/+10
* Fix erroneous range-union logic for varlena types in contrib/btree_gist.Tom Lane2013-02-071-11/+11
* 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-1/+18
* 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 dblink's failure to report correct connection name in error messages.Tom Lane2012-03-292-5/+10
* 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-113-3/+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-2218-0/+36
* Convert cvsignore to gitignore, and add .gitignore for build targets.Magnus Hagander2010-09-2239-4/+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
* Avoid "identifier will be truncated" warning in dblinkItagaki Takahiro2010-06-091-2/+2