aboutsummaryrefslogtreecommitdiff
path: root/src/backend/libpq/pqcomm.c
Commit message (Expand)AuthorAge
* Remove configure probe for sockaddr_in6 and require AF_INET6.Thomas Munro2022-08-26
* Remove our artificial PG_SOMAXCONN limit on listen queue length.Tom Lane2022-08-23
* mstcpip.h is not missing on MinGW.Thomas Munro2022-08-18
* Remove configure probe for netinet/tcp.h.Thomas Munro2022-08-18
* Remove HAVE_UNIX_SOCKETS.Thomas Munro2022-08-14
* Pre-beta mechanical code beautification.Tom Lane2022-05-12
* Revert the addition of GetMaxBackends() and related stuff.Robert Haas2022-04-12
* Revert "graceful shutdown" changes for Windows.Tom Lane2022-03-22
* Remove IS_AF_UNIX macroPeter Eisentraut2022-02-15
* Use WL_SOCKET_CLOSED for client_connection_check_interval.Thomas Munro2022-02-14
* Remove MaxBackends variable in favor of GetMaxBackends() function.Robert Haas2022-02-08
* Update copyright for 2022Bruce Momjian2022-01-07
* On Windows, also call shutdown() while closing the client socket.Tom Lane2021-12-07
* On Windows, close the client socket explicitly during backend shutdown.Tom Lane2021-12-02
* Remove check for accept() argument typesPeter Eisentraut2021-11-09
* Reject extraneous data after SSL or GSS encryption handshake.Tom Lane2021-11-08
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-12
* Add heuristic incoming-message-size limits in the server.Tom Lane2021-04-28
* Factor out system call names from error messagesPeter Eisentraut2021-04-23
* Use correct format placeholder for WSAGetLastError()Peter Eisentraut2021-04-23
* Detect POLLHUP/POLLRDHUP while running queries.Thomas Munro2021-04-03
* Remove server and libpq support for old FE/BE protocol version 2.Heikki Linnakangas2021-03-04
* Introduce symbolic names for FeBeWaitSet positions.Thomas Munro2021-03-01
* Update copyright for 2021Bruce Momjian2021-01-02
* Fix assorted issues in backend's GSSAPI encryption support.Tom Lane2020-12-28
* Convert elog(LOG) calls to ereport() where appropriatePeter Eisentraut2020-12-04
* Make error hint from bind() failure more accuratePeter Eisentraut2020-11-25
* Add support for abstract Unix-domain socketsPeter Eisentraut2020-11-25
* Fix a few comments that referred to copy.c.Heikki Linnakangas2020-11-23
* code: replace most remaining uses of 'master'.Andres Freund2020-07-08
* Assume that we have utime() and <utime.h>.Tom Lane2020-02-21
* Sprinkle some const decorationsPeter Eisentraut2020-01-31
* Update copyrights for 2020Bruce Momjian2020-01-01
* Fix inconsistencies and typos in the tree, take 10Michael Paquier2019-08-13
* Fix inconsistencies and typos in the tree, take 9Michael Paquier2019-08-05
* Add support TCP user timeout in libpq and the backend serverMichael Paquier2019-04-06
* Update copyright for 2019Bruce Momjian2019-01-02
* Correct constness of a few variables.Andres Freund2018-10-15
* Update copyright for 2018Bruce Momjian2018-01-02
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-08
* Replace most usages of ntoh[ls] and hton[sl] with pg_bswap.h.Andres Freund2017-10-01
* Second try at fixing tcp_keepalives_idle option on Solaris.Tom Lane2017-06-28
* Support tcp_keepalives_idle option on Solaris.Tom Lane2017-06-27
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Remove symbol WIN32_ONLY_COMPILERMagnus Hagander2017-04-11
* Include port number when logging successful binding to a TCP port.Tom Lane2017-03-14
* Improve postmaster's logging of listen socket creation.Tom Lane2017-03-10