summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2022-11-09Fix compilation warnings with libselinux 3.1 in contrib/sepgsql/Michael Paquier
2022-09-21Suppress more variable-set-but-not-used warnings from clang 15.Tom Lane
2021-12-13Fix compiler warningTom Lane
2021-12-13Suppress -Warray-parameter warnings in pgcrypto/sha2.c.Tom Lane
2021-12-13Reformat imath.c macro to remove -Wmisleading-indentation warnings.Tom Lane
2021-12-12Make pg_upgrade's test.sh less chatty.Tom Lane
2017-11-06start-scripts: switch to $PGUSER before opening $PGLOG.Noah Misch
2017-06-20pg_upgrade: start/stop new server after pg_resetwalBruce Momjian
2017-05-15Fix new warnings from GCC 7Peter Eisentraut
2017-04-21Avoid depending on non-POSIX behavior of fcntl(2).Tom Lane
2017-04-17Support OpenSSL 1.1.0 in 9.3 and 9.2.Tom Lane
2017-04-06Silence compiler warning in sepgsqlJoe Conway
2017-03-14Spelling fixesPeter Eisentraut
2017-03-12Fix pg_file_write() error handling.Noah Misch
2017-03-11Fix ancient connection leak in dblinkJoe Conway
2017-02-17Back-patch 9.4-era compiler warning fixes into older branches.Tom Lane
2017-02-06Fix typo also in expected output.Heikki Linnakangas
2017-02-06Fix typos in comments.Heikki Linnakangas
2016-12-22Make dblink try harder to form useful error messagesJoe Conway
2016-12-21Improve dblink error message when remote does not provide itJoe Conway
2016-08-17Fix -e option in contrib/intarray/bench/bench.pl.Tom Lane
2016-08-09Fix typoPeter Eisentraut
2016-08-08Obstruct shell, SQL, and conninfo injection via database and role names.Noah Misch
2016-07-28Register atexit hook only once in pg_upgrade.Tom Lane
2016-07-21Make contrib regression tests safe for Danish locale.Tom Lane
2016-07-17Use correct symbol for minimum int64 valuePeter Eisentraut
2016-05-13Ensure plan stability in contrib/btree_gist regression test.Tom Lane
2016-05-02Remove unused macros.Heikki Linnakangas
2016-03-17Fix "pg_bench -C -M prepared".Tom Lane
2016-03-10Avoid unlikely data-loss scenarios due to rename() without fsync.Andres Freund
2016-03-08ltree: Zero padding bytes when allocating memory for externally visible data.Andres Freund
2016-02-18Fix multiple bugs in contrib/pgstattuple's pgstatindex() function.Tom Lane
2016-02-15pgbench: avoid FD_ISSET on an invalid file descriptorAlvaro Herrera
2016-02-03pgbench: Install guard against overflow when dividing by -1.Robert Haas
2016-01-15Fix spelling mistake.Robert Haas
2015-12-27Add forgotten CHECK_FOR_INTERRUPT calls in pgcrypto's crypt()Alvaro Herrera
2015-11-24pg_upgrade: fix CopyFile() on Windows to fail on file existenceBruce Momjian
2015-11-14pg_upgrade: properly detect file copy failure on WindowsBruce Momjian
2015-10-05Prevent stack overflow in query-type functions.Noah Misch
2015-10-05pgcrypto: Detect and report too-short crypt() salts.Noah Misch
2015-10-01Fix pg_dump to handle inherited NOT VALID check constraints correctly.Tom Lane
2015-09-22Fix sepgsql regression tests (9.2-only patch).Joe Conway
2015-09-17Honour TEMP_CONFIG when testing pg_upgradeAndrew Dunstan
2015-09-11pg_dump, pg_upgrade: allow postgres/template1 tablespace movesBruce Momjian
2015-09-08Fix error message wording in previous sslinfo commitAlvaro Herrera
2015-09-07Add more sanity checks in contrib/sslinfoAlvaro Herrera
2015-09-05Fix misc typos.Heikki Linnakangas
2015-08-03contrib/isn now needs a .gitignore file.Tom Lane
2015-08-02Fix output of ISBN-13 numbers beginning with 979.Heikki Linnakangas
2015-07-09Replace use of "diff -q".Noah Misch