aboutsummaryrefslogtreecommitdiff
path: root/src/backend/libpq/pqcomm.c
Commit message (Expand)AuthorAge
* Revise GUC names quoting in messages againPeter Eisentraut2024-05-17
* Support TLS handshake directly without SSLRequest negotiationHeikki Linnakangas2024-04-08
* Avoid needless large memcpys in libpq socket writingDavid Rowley2024-04-07
* Fix copying SockAddr structHeikki Linnakangas2024-03-12
* Move initialization of the Port struct to the child processHeikki Linnakangas2024-03-12
* Set socket options in child process after forkingHeikki Linnakangas2024-03-12
* Disconnect if socket cannot be put into non-blocking modeHeikki Linnakangas2024-03-12
* Update copyright for 2024Bruce Momjian2024-01-03
* Be more wary about OpenSSL not setting errno on error.Tom Lane2023-12-11
* Use ResourceOwner to track WaitEventSets.Heikki Linnakangas2023-11-23
* Refactor ListenSocket array.Heikki Linnakangas2023-10-05
* Use FD_CLOEXEC on ListenSocketsHeikki Linnakangas2023-08-24
* struct PQcommMethods: use C99 designated initializersAlvaro Herrera2023-08-09
* Don't leak descriptors into subprograms.Thomas Munro2023-03-03
* Use WaitEventSet API for postmaster's event loop.Thomas Munro2023-01-12
* Update copyright for 2023Bruce Momjian2023-01-02
* Split up guc.c for better build speed and ease of maintenance.Tom Lane2022-09-13
* 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