summaryrefslogtreecommitdiff
path: root/contrib
Commit message (Expand)AuthorAgeFilesLines
* pg_upgrade: allow upgrades for new-only TOAST tablesBruce Momjian2014-07-071-10/+51
* Fix inadequately-sized output buffer in contrib/unaccent.Tom Lane2014-07-011-24/+27
* Don't prematurely free the BufferAccessStrategy in pgstat_heap().Noah Misch2014-06-301-8/+5
* Clean up data conversion short-lived memory context.Joe Conway2014-06-201-9/+13
* Secure Unix-domain sockets of "make check" temporary clusters.Noah Misch2014-06-141-4/+32
* 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
* Avoid unportable usage of sscanf(UINT64_FORMAT).Tom Lane2014-05-261-2/+10
* Initialize padding bytes in btree_gist varbit support.Heikki Linnakangas2014-05-131-4/+8
* Remove tabs after spaces in C commentsBruce Momjian2014-05-0676-114/+114
* Add missing SYSTEMQUOTEsHeikki Linnakangas2014-04-301-1/+1
* pg_stat_statements forgot to let previous occupant of hook get control too.Tom Lane2014-04-211-0/+3
* pgcrypto: fix memset() calls that might be optimized awayBruce Momjian2014-04-1722-67/+82
* Fix typo in comment.Heikki Linnakangas2014-04-011-1/+1
* Revert "Secure Unix-domain sockets of "make check" temporary clusters."Noah Misch2014-03-291-6/+3
* Secure Unix-domain sockets of "make check" temporary clusters.Noah Misch2014-03-291-3/+6
* Properly check for readdir/closedir() failuresBruce Momjian2014-03-213-9/+33
* Fix unportable shell-script syntax in pg_upgrade's test.sh.Tom Lane2014-03-161-2/+2
* Prevent potential overruns of fixed-size buffers.Tom Lane2014-02-172-4/+27
* Predict integer overflow to avoid buffer overruns.Noah Misch2014-02-178-4/+85
* Fix potential coredump on bad locale value in pg_upgrade.Tom Lane2014-01-301-1/+1
* Fix possible buffer overrun in contrib/pg_trgm.Tom Lane2014-01-131-3/+35
* 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 quoting in help messages in uuid-ossp extension scripts.Tom Lane2013-11-222-2/+2
* Work around NetBSD shell issue in pg_upgrade test script.Andrew Dunstan2013-10-281-8/+14
* Fix contrib/cube and contrib/seg to build with bison 3.0.Tom Lane2013-07-296-52/+53
* Fix pgp_pub_decrypt() so it works for secret keys with passwords.Tom Lane2013-05-103-4/+153
* Use pg_dump's --quote-all-identifiers option in pg_upgrade.Tom Lane2013-05-091-1/+2
* pg_upgrade: don't copy/link files for invalid indexesBruce Momjian2013-03-302-91/+6
* Avoid moving data directory in upgrade testing.Andrew Dunstan2013-03-301-3/+4
* Fix contrib/dblink to handle inconsistent DateStyle/IntervalStyle safely.Tom Lane2013-03-223-5/+372
* 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-10/+11
* Extend and improve use of EXTRA_REGRESS_OPTS.Andrew Dunstan2013-01-121-2/+3
* Prevent creation of postmaster's TCP socket during pg_upgrade testing.Tom Lane2013-01-031-2/+15
* Fix pg_upgrade for invalid indexesBruce Momjian2012-12-111-0/+91
* Add mode where contrib installcheck runs each module in a separately named da...Andrew Dunstan2012-12-111-0/+3
* Fix pg_upgrade -O/-o optionsBruce Momjian2012-12-101-1/+1
* Revert "Add mode where contrib installcheck runs each module in a separately ...Andrew Dunstan2012-12-031-3/+0
* Add mode where contrib installcheck runs each module in a separately named da...Andrew Dunstan2012-12-021-0/+3
* Take buffer lock while inspecting btree index pages in contrib/pageinspect.Tom Lane2012-11-301-9/+11
* Clean environment for pg_upgrade test.Andrew Dunstan2012-11-301-0/+9
* Fix assorted bugs in CREATE/DROP INDEX CONCURRENTLY.Tom Lane2012-11-291-2/+2
* Limit values of archive_timeout, post_auth_delay, auth_delay.milliseconds.Tom Lane2012-11-181-1/+1
* In pg_upgrade, set synchronous_commit=off for the new cluster, toBruce Momjian2012-11-061-3/+8
* Use a more portable platform test.Andrew Dunstan2012-10-181-11/+10