Commits
Showing commits that first shipped in 16 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2024-03-12 | Disconnect if socket cannot be put into non-blocking mode | Heikki Linnakangas | 16.3 |
| 2023-12-11 | Be more wary about OpenSSL not setting errno on error. | Tom Lane | 16.2 |
| 2023-03-02 | Don't leak descriptors into subprograms. | Thomas Munro | 16.0 |
| 2023-01-12 | Use WaitEventSet API for postmaster's event loop. | Thomas Munro | 16.0 |
| 2023-01-02 | Update copyright for 2023 | Bruce Momjian | 16.0 |
| 2022-09-13 | Split up guc.c for better build speed and ease of maintenance. | Tom Lane | 16.0 |
| 2022-08-25 | Remove configure probe for sockaddr_in6 and require AF_INET6. | Thomas Munro | 16.0 |
| 2022-08-23 | Remove our artificial PG_SOMAXCONN limit on listen queue length. | Tom Lane | 16.0 |
| 2022-08-18 | mstcpip.h is not missing on MinGW. | Thomas Munro | 16.0 |
| 2022-08-18 | Remove configure probe for netinet/tcp.h. | Thomas Munro | 16.0 |
| 2022-08-13 | Remove HAVE_UNIX_SOCKETS. | Thomas Munro | 16.0 |