Commits

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

DateSubjectAuthorReleases
2021-06-13 Work around portability issue with newer versions of mktime(). Tom Lane 10.18
2021-04-01 Fix pg_restore's misdesigned code for detecting archive file format. Tom Lane 10.17
2020-09-24 Fix handling of -d "connection string" in pg_dump/pg_restore. Tom Lane 10.15
2020-04-08 Fix pg_dump/pg_restore to restore event trigger comments later. Tom Lane 10.13
2020-03-09 Fix pg_dump/pg_restore to restore event triggers later. Tom Lane 10.13
2019-03-23 Ensure xmloption = content while restoring pg_dump output. Tom Lane 10.8
2019-02-10 Repair unsafe/unportable snprintf usage in pg_restore. Tom Lane 10.7
2018-08-28 Make pg_restore's identify_locking_dependencies() more bulletproof. Tom Lane 10.6
2018-08-17 Ensure schema qualification in pg_restore DISABLE/ENABLE TRIGGER commands. Tom Lane 10.6
2018-02-26 Avoid using unsafe search_path settings during dump and restore. Tom Lane 10.3
2018-02-11 Fix assorted errors in pg_dump's handling of extended statistics objects. Tom Lane 10.3
2018-01-22 Make pg_dump's ACL, sec label, and comment entries reliably identifiable. Tom Lane 10.2
2017-08-19 Fix possible core dump in parallel restore when using a TOC list. Tom Lane 10.0
2017-08-03 Fix pg_dump/pg_restore to emit REFRESH MATERIALIZED VIEW commands last. Tom Lane 10.0
2017-07-23 Fix pg_dump's handling of event triggers. Tom Lane 10.0
2017-06-21 Phase 3 of pgindent updates. Tom Lane 10.0
2017-06-21 Phase 2 of pgindent updates. Tom Lane 10.0
2017-06-19 On Windows, make pg_dump use binary mode for compressed plain text output. Tom Lane 10.0
2017-03-10 Sanitize newlines in object names in "pg_restore -l" output. Tom Lane 10.0
2017-02-25 Remove useless duplicate inclusions of system header files. Tom Lane 10.0
2016-11-17 Improve pg_dump/pg_restore --create --if-exists logic. Tom Lane 10.0
2016-11-17 Re-pgindent src/bin/pg_dump/* Tom Lane 10.0
2016-10-12 Remove pg_dump/pg_dumpall support for dumping from pre-8.0 servers. Tom Lane 10.0
2016-09-27 Make struct ParallelSlot private within pg_dump/parallel.c. Tom Lane 10.0
2016-09-27 Redesign parallel dump/restore's wait-for-workers logic. Tom Lane 10.0