Commits

Showing commits that first shipped in 9.4 (backpatches included). Clear

DateSubjectAuthorReleases
2019-03-23 Ensure xmloption = content while restoring pg_dump output. Tom Lane 9.4.22
2019-02-10 Repair unsafe/unportable snprintf usage in pg_restore. Tom Lane 9.4.21
2018-08-17 Ensure schema qualification in pg_restore DISABLE/ENABLE TRIGGER commands. Tom Lane 9.4.20
2018-02-26 Avoid using unsafe search_path settings during dump and restore. Tom Lane 9.4.17
2018-01-22 Make pg_dump's ACL, sec label, and comment entries reliably identifiable. Tom Lane 9.4.16
2017-08-19 Fix possible core dump in parallel restore when using a TOC list. Tom Lane 9.4.14
2017-08-03 Fix pg_dump/pg_restore to emit REFRESH MATERIALIZED VIEW commands last. Tom Lane 9.4.13
2017-07-23 Fix pg_dump's handling of event triggers. Tom Lane 9.4.13
2017-06-19 On Windows, make pg_dump use binary mode for compressed plain text output. Tom Lane 9.4.13
2017-03-10 Sanitize newlines in object names in "pg_restore -l" output. Tom Lane 9.4.12
2016-11-17 Improve pg_dump/pg_restore --create --if-exists logic. Tom Lane 9.4.11
2016-08-02 Fix pg_dump's handling of public schema with both -c and -C options. Tom Lane 9.4.9
2016-06-02 Redesign handling of SIGTERM/control-C in parallel pg_dump/pg_restore. Tom Lane 9.4.9
2016-06-01 Clean up some minor inefficiencies in parallel dump/restore. Tom Lane 9.4.9
2016-05-28 Lots of comment-fixing, and minor cosmetic cleanup, in pg_dump/parallel.c. Tom Lane 9.4.9
2016-05-26 Make pg_dump behave more sanely when built without HAVE_LIBZ. Tom Lane 9.4.9
2014-06-13 Fix pg_restore's processing of old-style BLOB COMMENTS data. Tom Lane 9.4.0
2013-10-25 Use improved vsnprintf calling logic in more places. Tom Lane 9.4.0