Commits

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

DateSubjectAuthorReleases
2020-09-24 Fix handling of -d "connection string" in pg_dump/pg_restore. Tom Lane 9.5.24
2020-04-08 Fix pg_dump/pg_restore to restore event trigger comments later. Tom Lane 9.5.22
2020-03-09 Fix pg_dump/pg_restore to restore event triggers later. Tom Lane 9.5.22
2019-03-23 Ensure xmloption = content while restoring pg_dump output. Tom Lane 9.5.17
2019-02-10 Repair unsafe/unportable snprintf usage in pg_restore. Tom Lane 9.5.16
2018-08-28 Make pg_restore's identify_locking_dependencies() more bulletproof. Tom Lane 9.5.15
2018-08-17 Ensure schema qualification in pg_restore DISABLE/ENABLE TRIGGER commands. Tom Lane 9.5.15
2018-02-26 Avoid using unsafe search_path settings during dump and restore. Tom Lane 9.5.12
2018-01-22 Make pg_dump's ACL, sec label, and comment entries reliably identifiable. Tom Lane 9.5.11
2017-08-19 Fix possible core dump in parallel restore when using a TOC list. Tom Lane 9.5.9
2017-08-03 Fix pg_dump/pg_restore to emit REFRESH MATERIALIZED VIEW commands last. Tom Lane 9.5.8
2017-07-23 Fix pg_dump's handling of event triggers. Tom Lane 9.5.8
2017-06-19 On Windows, make pg_dump use binary mode for compressed plain text output. Tom Lane 9.5.8
2017-03-10 Sanitize newlines in object names in "pg_restore -l" output. Tom Lane 9.5.7
2016-11-17 Improve pg_dump/pg_restore --create --if-exists logic. Tom Lane 9.5.6
2016-08-02 Fix pg_dump's handling of public schema with both -c and -C options. Tom Lane 9.5.4
2016-06-02 Redesign handling of SIGTERM/control-C in parallel pg_dump/pg_restore. Tom Lane 9.5.4
2016-06-01 Clean up some minor inefficiencies in parallel dump/restore. Tom Lane 9.5.4
2016-05-28 Lots of comment-fixing, and minor cosmetic cleanup, in pg_dump/parallel.c. Tom Lane 9.5.4
2016-05-26 Make pg_dump behave more sanely when built without HAVE_LIBZ. Tom Lane 9.5.4
2016-01-13 Access pg_dump's options structs through Archive struct, not directly. Tom Lane 9.5.1
2015-02-18 Fix placement of "SET row_security" command issuance in pg_dump. Tom Lane 9.5.0
2015-01-24 Replace a bunch more uses of strncpy() with safer coding. Tom Lane 9.5.0
2015-01-11 Fix portability breakage in pg_dump. Tom Lane 9.5.0
2014-10-27 Avoid unportable strftime() behavior in pg_dump/pg_dumpall. Tom Lane 9.5.0