summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2016-05-07Fix pg_upgrade to not fail when new-cluster TOAST rules differ from old.Tom Lane
2016-05-02Remove unused macros.Heikki Linnakangas
2016-04-14Fix core dump in ReorderBufferRestoreChange on alignment-picky platforms.Tom Lane
2016-03-19Fix phony .PHONY.Tom Lane
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-03-06logical decoding: Fix handling of large old tuples with replica identity full.Andres Freund
2016-03-06logical decoding: old/newtuple in spooled UPDATE changes was switched around.Andres Freund
2016-03-06logical decoding: Tell reorderbuffer about all xids.Andres Freund
2016-03-04Force synchronous_commit=on in test_decoding's concurrent_ddl_dml.spec.Andres Freund
2016-02-18pg_upgrade: suppress creation of delete scriptBruce Momjian
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-05postgres_fdw: Avoid possible misbehavior when RETURNING tableoid column only.Robert Haas
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-04Improve contrib/pg_stat_statements' handling of garbage collection failure.Tom Lane
2015-10-03Improve errhint() about replication slot naming restrictions.Andres Freund
2015-09-24Improve handling of collations in contrib/postgres_fdw.Tom Lane
2015-09-22test_decoding: Protect against rare spurious test failures.Andres Freund
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-07-03Fix pgbench progress report behaviour when pgbench or a query gets stuck.Heikki Linnakangas
2015-06-28Fix function declaration style to respect the coding standard.Tatsuo Ishii
2015-06-27Fix test_decoding's handling of nonexistant columns in old tuple versions.Andres Freund
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