Commits
Showing commits that first shipped in 9.6 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2017-04-27 | Cope with glibc too old to have epoll_create1(). | Tom Lane | 9.6.3 |
| 2017-04-27 | Make latch.c more paranoid about child-process cases. | Tom Lane | 9.6.3 |
| 2017-04-21 | Avoid depending on non-POSIX behavior of fcntl(2). | Tom Lane | 9.6.3 |
| 2017-03-17 | Fix WaitEventSetWait() to handle write-ready waits properly on Windows. | Tom Lane | 9.6.3 |
| 2017-02-06 | Fix typos in comments. | Heikki Linnakangas | 9.6.2 |
| 2016-12-21 | Fix corner-case bug in WaitEventSetWaitBlock on Windows. | Robert Haas | 9.6.2 |
| 2016-06-05 | Fix whitespace | Peter Eisentraut | 9.6.0 |
| 2016-06-02 | Be conservative about alignment requirements of struct epoll_event. | Greg Stark | 9.6.0 |
| 2016-04-02 | Make all the declarations of WaitEventSetWaitBlock be marked "inline". | Tom Lane | 9.6.0 |
| 2016-03-29 | Fix typo in comment. | Robert Haas | 9.6.0 |
| 2016-03-21 | Introduce WaitEventSet API. | Andres Freund | 9.6.0 |
| 2016-03-21 | Combine win32 and unix latch implementations. | Andres Freund | 9.6.0 |