Commits
Showing commits that first shipped in 12 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2020-10-19 | In libpq for Windows, call WSAStartup once and WSACleanup not at all. | Tom Lane | 12.5 |
| 2020-01-31 | Fix parallel pg_dump/pg_restore for failure to create worker processes. | Tom Lane | 12.2 |
| 2020-01-20 | Fix pg_dump's sigTermHandler() to use _exit() not exit(). | Tom Lane | 12.2 |
| 2019-05-22 | Phase 2 pgindent run for v12. | Tom Lane | 12.0 |
| 2019-05-22 | Initial pgindent run for v12. | Tom Lane | 12.0 |
| 2018-08-17 | Ensure schema qualification in pg_restore DISABLE/ENABLE TRIGGER commands. | Tom Lane | 12.0 |