summaryrefslogtreecommitdiff
path: root/contrib
Commit message (Expand)AuthorAgeFilesLines
* pgcrypto: Report errant decryption as "Wrong key or corrupt data".Noah Misch2015-05-188-27/+154
* Fix typosPeter Eisentraut2015-05-171-1/+1
* pg_upgrade: force timeline 1 in the new clusterBruce Momjian2015-05-161-2/+1
* pg_upgrade: only allow template0 to be non-connectableBruce Momjian2015-05-161-0/+54
* Fix incorrect declaration of citext's regexp_matches() functions.Tom Lane2015-05-054-1/+534
* Fix assorted inconsistent function declarations.Tom Lane2015-04-071-1/+1
* Run pg_upgrade and pg_resetxlog with restricted token on WindowsAndrew Dunstan2015-03-301-0/+166
* Replace insertion sort in contrib/intarray with qsort().Tom Lane2015-03-151-29/+23
* Fix contrib/file_fdw's expected fileAlvaro Herrera2015-03-061-3/+3
* pg_upgrade: quote directory names in delete_old_cluster scriptBruce Momjian2015-02-111-3/+3
* Cherry-pick security-relevant fixes from upstream imath library.Noah Misch2015-02-021-9/+15
* Fix buffer overrun after incomplete read in pullf_read_max().Noah Misch2015-02-024-1/+54
* Fix Coverity warning about contrib/pgcrypto's mdc_finish().Tom Lane2015-01-301-30/+19
* Handle unexpected query results, especially NULLs, safely in connectby().Tom Lane2015-01-293-83/+116
* Fix volatile-safety issue in dblink's materializeQueryResult().Tom Lane2015-01-261-6/+6
* pg_standby: Avoid writing one byte beyond the end of the buffer.Robert Haas2015-01-151-1/+1
* Correctly handle test durations of more than 2147s in pg_test_timing.Andres Freund2015-01-041-1/+1
* Add missing va_end() call to a early exit in dmetaphone.c's StringAt().Andres Freund2015-01-041-0/+3
* Fix resource leak pointed out by Coverity.Tatsuo Ishii2014-12-301-0/+2
* Lock down regression testing temporary clusters on Windows.Noah Misch2014-12-174-9/+13
* Update .gitignore for pg_upgradeMagnus Hagander2014-12-171-2/+4
* Fix file descriptor leak after failure of a \setshell command in pgbench.Tom Lane2014-12-161-0/+1
* Free libxml2/libxslt resources in a safer order.Tom Lane2014-11-271-9/+9
* Avoid file descriptor leak in pg_test_fsync.Robert Haas2014-11-191-2/+0
* Loop when necessary in contrib/pgcrypto's pktreader_pull().Tom Lane2014-11-113-1/+13
* Fix volatility markings of some contrib I/O functions.Tom Lane2014-11-053-12/+15
* Docs: fix incorrect spelling of contrib/pgcrypto option.Tom Lane2014-11-031-1/+4
* Make the locale comparison in pg_upgrade more lenientHeikki Linnakangas2014-10-241-25/+77
* Support timezone abbreviations that sometimes change.Tom Lane2014-10-161-19/+3
* Fix typo in error message.Heikki Linnakangas2014-10-021-1/+1
* Fix failure of contrib/auto_explain to print per-node timing information.Tom Lane2014-09-191-3/+2
* Fix citext upgrade script for disallowance of oidvector element assignment.Tom Lane2014-08-281-8/+20
* Fix typos in some error messages thrown by extension scripts when fed to psql.Andres Freund2014-08-2537-37/+37
* Backpatch: Fix typo in update scripts for some contrib modules.Fujii Masao2014-08-252-2/+2
* Check block number against the correct fork in get_raw_page().Tom Lane2014-07-221-3/+5
* Diagnose incompatible OpenLDAP versions during build and test.Noah Misch2014-07-228-1/+92
* 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