summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2016-02-03pgbench: Install guard against overflow when dividing by -1.Robert Haas
2016-02-03Fix IsValidJsonNumber() to notice trailing non-alphanumeric garbage.Tom Lane
2016-01-15Fix spelling mistake.Robert Haas
2016-01-05Sort $(wildcard) output where needed for reproducible build output.Tom Lane
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-24Improve handling of collations in contrib/postgres_fdw.Tom Lane
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-30Fix sepgsql regression tests.Joe Conway
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
2015-07-07Fix portability issue in pg_upgrade test script: avoid $PWD.Tom Lane
2015-06-28Fix function declaration style to respect the coding standard.Tatsuo Ishii
2015-05-18pgcrypto: Report errant decryption as "Wrong key or corrupt data".Noah Misch
2015-05-18Fix typosPeter Eisentraut
2015-05-16pg_upgrade: properly handle timeline variablesBruce Momjian
2015-05-16pg_upgrade: force timeline 1 in the new clusterBruce Momjian
2015-05-16pg_upgrade: only allow template0 to be non-connectableBruce Momjian
2015-05-05Fix incorrect declaration of citext's regexp_matches() functions.Tom Lane
2015-04-07Fix assorted inconsistent function declarations.Tom Lane
2015-03-31Remove spurious semicolons.Heikki Linnakangas
2015-03-30Run pg_upgrade and pg_resetxlog with restricted token on WindowsAndrew Dunstan
2015-03-16Replace insertion sort in contrib/intarray with qsort().Tom Lane
2015-03-06Fix contrib/file_fdw's expected fileAlvaro Herrera
2015-02-12pg_upgrade: quote directory names in delete_old_cluster scriptBruce Momjian
2015-02-02Cherry-pick security-relevant fixes from upstream imath library.Noah Misch
2015-02-02Fix buffer overrun after incomplete read in pullf_read_max().Noah Misch
2015-01-30Fix Coverity warning about contrib/pgcrypto's mdc_finish().Tom Lane
2015-01-30Handle unexpected query results, especially NULLs, safely in connectby().Tom Lane
2015-01-26Fix volatile-safety issue in dblink's materializeQueryResult().Tom Lane
2015-01-15pg_standby: Avoid writing one byte beyond the end of the buffer.Robert Haas
2015-01-04Correctly handle test durations of more than 2147s in pg_test_timing.Andres Freund
2015-01-04Fix off-by-one in pg_xlogdump's fuzzy_open_file().Andres Freund
2015-01-04Add missing va_end() call to a early exit in dmetaphone.c's StringAt().Andres Freund
2014-12-30Fix resource leak pointed out by Coverity.Tatsuo Ishii
2014-12-18Lock down regression testing temporary clusters on Windows.Noah Misch
2014-12-17Update .gitignore for pg_upgradeMagnus Hagander
2014-12-16Fix file descriptor leak after failure of a \setshell command in pgbench.Tom Lane
2014-12-12Revert misguided change to postgres_fdw FOR UPDATE/SHARE code.Tom Lane
2014-12-12Fix planning of SELECT FOR UPDATE on child table with partial index.Tom Lane
2014-12-01Fix hstore_to_json_loose's detection of valid JSON number values.Andrew Dunstan