Commits
Showing commits that first shipped in 9.5 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2016-04-21 | Improve TranslateSocketError() to handle more Windows error codes. | Tom Lane | 9.5.3 |
| 2016-04-21 | Provide errno-translation wrappers around bind() and listen() on Windows. | Tom Lane | 9.5.3 |
| 2016-03-29 | Avoid possibly-unsafe use of Windows' FormatMessage() function. | Tom Lane | 9.5.3 |
| 2016-01-03 | Fix treatment of *lpNumberOfBytesRecvd == 0: that's a completion condition. | Tom Lane | 9.5.0 |
| 2015-01-06 | Update copyright for 2015 | Bruce Momjian | 9.5.0 |
| 2014-07-25 | Handle WAIT_IO_COMPLETION return from WaitForMultipleObjectsEx(). | Noah Misch | 9.5.0 |
| 2014-06-11 | Fix typos in comments. | Noah Misch | 9.5.0 |