Commits

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

DateSubjectAuthorReleases
2021-06-13 Work around portability issue with newer versions of mktime(). Tom Lane 9.6.23
2021-04-01 Fix pg_restore's misdesigned code for detecting archive file format. Tom Lane 9.6.22
2020-09-24 Fix handling of -d "connection string" in pg_dump/pg_restore. Tom Lane 9.6.20
2020-04-08 Fix pg_dump/pg_restore to restore event trigger comments later. Tom Lane 9.6.18
2020-03-09 Fix pg_dump/pg_restore to restore event triggers later. Tom Lane 9.6.18
2019-03-23 Ensure xmloption = content while restoring pg_dump output. Tom Lane 9.6.13
2019-02-10 Repair unsafe/unportable snprintf usage in pg_restore. Tom Lane 9.6.12
2018-08-28 Make pg_restore's identify_locking_dependencies() more bulletproof. Tom Lane 9.6.11
2018-08-17 Ensure schema qualification in pg_restore DISABLE/ENABLE TRIGGER commands. Tom Lane 9.6.11
2018-02-26 Avoid using unsafe search_path settings during dump and restore. Tom Lane 9.6.8
2018-01-22 Make pg_dump's ACL, sec label, and comment entries reliably identifiable. Tom Lane 9.6.7
2017-08-19 Fix possible core dump in parallel restore when using a TOC list. Tom Lane 9.6.5
2017-08-03 Fix pg_dump/pg_restore to emit REFRESH MATERIALIZED VIEW commands last. Tom Lane 9.6.4
2017-07-23 Fix pg_dump's handling of event triggers. Tom Lane 9.6.4
2017-06-19 On Windows, make pg_dump use binary mode for compressed plain text output. Tom Lane 9.6.4
2017-03-10 Sanitize newlines in object names in "pg_restore -l" output. Tom Lane 9.6.3
2016-11-17 Improve pg_dump/pg_restore --create --if-exists logic. Tom Lane 9.6.2
2016-08-02 Fix pg_dump's handling of public schema with both -c and -C options. Tom Lane 9.6.0
2016-06-15 Force idle_in_transaction_session_timeout off in pg_dump and autovacuum. Tom Lane 9.6.0
2016-06-02 Redesign handling of SIGTERM/control-C in parallel pg_dump/pg_restore. Tom Lane 9.6.0
2016-06-01 Clean up some minor inefficiencies in parallel dump/restore. Tom Lane 9.6.0
2016-05-28 Lots of comment-fixing, and minor cosmetic cleanup, in pg_dump/parallel.c. Tom Lane 9.6.0
2016-05-26 Make pg_dump behave more sanely when built without HAVE_LIBZ. Tom Lane 9.6.0
2016-03-24 Create src/fe_utils/, and move stuff into there from pg_dump's dumputils. Tom Lane 9.6.0
2016-01-13 Access pg_dump's options structs through Archive struct, not directly. Tom Lane 9.6.0