Commits

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

DateSubjectAuthorReleases
2020-10-19 In libpq for Windows, call WSAStartup once and WSACleanup not at all. Tom Lane 9.5.24
2020-01-31 Fix parallel pg_dump/pg_restore for failure to create worker processes. Tom Lane 9.5.21
2020-01-20 Fix pg_dump's sigTermHandler() to use _exit() not exit(). Tom Lane 9.5.21
2016-09-27 Include <sys/select.h> where needed Alvaro Herrera 9.5.5
2016-06-03 Suppress -Wunused-result warnings about write(), again. 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-29 Remove pg_dump/parallel.c's useless "aborting" flag. 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-27 Clean up thread management in parallel pg_dump for Windows. Tom Lane 9.5.4
2016-05-26 In Windows pg_dump, ensure idle workers will shut down during error exit. Tom Lane 9.5.4
2016-05-25 Fix broken error handling in parallel pg_dump/pg_restore. 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-03-26 Tweak __attribute__-wrapping macros for better pgindent results. Tom Lane 9.5.0
2015-03-11 Add macros wrapping all usage of gcc's __attribute__. Andres Freund 9.5.0
2015-01-23 vacuumdb: enable parallel mode Alvaro Herrera 9.5.0
2015-01-06 Update copyright for 2015 Bruce Momjian 9.5.0
2014-12-11 Fix assorted confusion between Oid and int32. Tom Lane 9.5.0
2014-11-18 Fix some bogus direct uses of realloc(). Tom Lane 9.5.0
2014-10-17 Re-pgindent src/bin/pg_dump/*. Tom Lane 9.5.0
2014-10-14 Blind attempt at fixing Win32 pg_dump issues Alvaro Herrera 9.5.0
2014-10-14 pg_dump: Reduce use of global variables Alvaro Herrera 9.5.0
2014-06-16 Use type pgsocket for Windows pipe emulation socket calls Bruce Momjian 9.5.0