summaryrefslogtreecommitdiff
path: root/src/backend/libpq/pqcomm.c
AgeCommit message (Expand)Author
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-04-12Revert the addition of GetMaxBackends() and related stuff.Robert Haas
2022-03-22Revert "graceful shutdown" changes for Windows.Tom Lane
2022-02-15Remove IS_AF_UNIX macroPeter Eisentraut
2022-02-14Use WL_SOCKET_CLOSED for client_connection_check_interval.Thomas Munro
2022-02-08Remove MaxBackends variable in favor of GetMaxBackends() function.Robert Haas
2022-01-08Update copyright for 2022Bruce Momjian
2021-12-07On Windows, also call shutdown() while closing the client socket.Tom Lane
2021-12-02On Windows, close the client socket explicitly during backend shutdown.Tom Lane
2021-11-09Remove check for accept() argument typesPeter Eisentraut
2021-11-08Reject extraneous data after SSL or GSS encryption handshake.Tom Lane
2021-05-12Initial pgindent and pgperltidy run for v14.Tom Lane
2021-04-28Add heuristic incoming-message-size limits in the server.Tom Lane
2021-04-23Factor out system call names from error messagesPeter Eisentraut
2021-04-23Use correct format placeholder for WSAGetLastError()Peter Eisentraut
2021-04-02Detect POLLHUP/POLLRDHUP while running queries.Thomas Munro
2021-03-04Remove server and libpq support for old FE/BE protocol version 2.Heikki Linnakangas
2021-03-01Introduce symbolic names for FeBeWaitSet positions.Thomas Munro
2021-01-02Update copyright for 2021Bruce Momjian
2020-12-28Fix assorted issues in backend's GSSAPI encryption support.Tom Lane
2020-12-04Convert elog(LOG) calls to ereport() where appropriatePeter Eisentraut
2020-11-25Make error hint from bind() failure more accuratePeter Eisentraut
2020-11-25Add support for abstract Unix-domain socketsPeter Eisentraut
2020-11-23Fix a few comments that referred to copy.c.Heikki Linnakangas
2020-07-08code: replace most remaining uses of 'master'.Andres Freund
2020-02-21Assume that we have utime() and <utime.h>.Tom Lane
2020-01-31Sprinkle some const decorationsPeter Eisentraut
2020-01-01Update copyrights for 2020Bruce Momjian
2019-08-13Fix inconsistencies and typos in the tree, take 10Michael Paquier
2019-08-05Fix inconsistencies and typos in the tree, take 9Michael Paquier
2019-04-06Add support TCP user timeout in libpq and the backend serverMichael Paquier
2019-01-02Update copyright for 2019Bruce Momjian
2018-10-16Correct constness of a few variables.Andres Freund
2018-01-03Update copyright for 2018Bruce Momjian
2017-11-08Change TRUE/FALSE to true/falsePeter Eisentraut
2017-10-01Replace most usages of ntoh[ls] and hton[sl] with pg_bswap.h.Andres Freund
2017-06-28Second try at fixing tcp_keepalives_idle option on Solaris.Tom Lane
2017-06-27Support tcp_keepalives_idle option on Solaris.Tom Lane
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-04-11Remove symbol WIN32_ONLY_COMPILERMagnus Hagander
2017-03-14Include port number when logging successful binding to a TCP port.Tom Lane
2017-03-10Improve postmaster's logging of listen socket creation.Tom Lane
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-10-11Remove "sco" and "unixware" ports.Tom Lane
2016-09-02Move code shared between libpq and backend from backend/libpq/ to common/.Heikki Linnakangas
2016-08-23Remove duplicate function prototype.Robert Haas
2016-06-09pgindent run for 9.6Robert Haas