Commits
Showing commits that first shipped in 10 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2020-10-19 | In libpq for Windows, call WSAStartup once and WSACleanup not at all. | Tom Lane | 10.15 |
| 2020-01-31 | Fix parallel pg_dump/pg_restore for failure to create worker processes. | Tom Lane | 10.12 |
| 2020-01-20 | Fix pg_dump's sigTermHandler() to use _exit() not exit(). | Tom Lane | 10.12 |
| 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-03-14 | Spelling fixes in code comments | Peter Eisentraut | 10.0 |
| 2017-02-25 | Remove useless duplicate inclusions of system header files. | Tom Lane | 10.0 |
| 2017-01-03 | Update copyright via script for 2017 | Bruce Momjian | 10.0 |
| 2016-09-27 | Make struct ParallelSlot private within pg_dump/parallel.c. | Tom Lane | 10.0 |
| 2016-09-27 | Rationalize parallel dump/restore's handling of worker cmd/status messages. | Tom Lane | 10.0 |
| 2016-09-27 | Redesign parallel dump/restore's wait-for-workers logic. | Tom Lane | 10.0 |
| 2016-09-27 | Include <sys/select.h> where needed | Alvaro Herrera | 10.0 |