Commits

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

DateSubjectAuthorReleases
2020-01-31 Fix parallel pg_dump/pg_restore for failure to create worker processes. Tom Lane 9.4.26
2020-01-20 Fix pg_dump's sigTermHandler() to use _exit() not exit(). Tom Lane 9.4.26
2016-09-27 Include <sys/select.h> where needed Alvaro Herrera 9.4.10
2016-06-03 Suppress -Wunused-result warnings about write(), again. 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-29 Remove pg_dump/parallel.c's useless "aborting" flag. 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-27 Clean up thread management in parallel pg_dump for Windows. Tom Lane 9.4.9
2016-05-26 In Windows pg_dump, ensure idle workers will shut down during error exit. Tom Lane 9.4.9
2016-05-25 Fix broken error handling in parallel pg_dump/pg_restore. Tom Lane 9.4.9
2014-12-11 Fix assorted confusion between Oid and int32. Tom Lane 9.4.0
2014-11-18 Fix some bogus direct uses of realloc(). Tom Lane 9.4.0
2014-06-16 Use type pgsocket for Windows pipe emulation socket calls Bruce Momjian 9.4.0
2014-05-06 pgindent run for 9.4 Bruce Momjian 9.4.0
2014-04-16 Use AF_UNSPEC not PF_UNSPEC in getaddrinfo calls. Tom Lane 9.4.0
2014-04-04 Fix some compiler warnings that clang emits with -pedantic. Robert Haas 9.4.0
2014-01-24 Avoid minor leak in parallel pg_dump Stephen Frost 9.4.0
2014-01-07 Update copyright for 2014 Bruce Momjian 9.4.0
2013-07-14 During parallel pg_dump, free commands from master Stephen Frost 9.4.0
2013-07-12 pg_dump: Formatting cleanup of new messages Peter Eisentraut 9.4.0