index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
libpq
/
pqcomm.c
Commit message (
Expand
)
Author
Age
*
Remove configure probe for sockaddr_in6 and require AF_INET6.
Thomas Munro
2022-08-26
*
Remove our artificial PG_SOMAXCONN limit on listen queue length.
Tom Lane
2022-08-23
*
mstcpip.h is not missing on MinGW.
Thomas Munro
2022-08-18
*
Remove configure probe for netinet/tcp.h.
Thomas Munro
2022-08-18
*
Remove HAVE_UNIX_SOCKETS.
Thomas Munro
2022-08-14
*
Pre-beta mechanical code beautification.
Tom Lane
2022-05-12
*
Revert the addition of GetMaxBackends() and related stuff.
Robert Haas
2022-04-12
*
Revert "graceful shutdown" changes for Windows.
Tom Lane
2022-03-22
*
Remove IS_AF_UNIX macro
Peter Eisentraut
2022-02-15
*
Use WL_SOCKET_CLOSED for client_connection_check_interval.
Thomas Munro
2022-02-14
*
Remove MaxBackends variable in favor of GetMaxBackends() function.
Robert Haas
2022-02-08
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
On Windows, also call shutdown() while closing the client socket.
Tom Lane
2021-12-07
*
On Windows, close the client socket explicitly during backend shutdown.
Tom Lane
2021-12-02
*
Remove check for accept() argument types
Peter Eisentraut
2021-11-09
*
Reject extraneous data after SSL or GSS encryption handshake.
Tom Lane
2021-11-08
*
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
*
Add heuristic incoming-message-size limits in the server.
Tom Lane
2021-04-28
*
Factor out system call names from error messages
Peter Eisentraut
2021-04-23
*
Use correct format placeholder for WSAGetLastError()
Peter Eisentraut
2021-04-23
*
Detect POLLHUP/POLLRDHUP while running queries.
Thomas Munro
2021-04-03
*
Remove server and libpq support for old FE/BE protocol version 2.
Heikki Linnakangas
2021-03-04
*
Introduce symbolic names for FeBeWaitSet positions.
Thomas Munro
2021-03-01
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Fix assorted issues in backend's GSSAPI encryption support.
Tom Lane
2020-12-28
*
Convert elog(LOG) calls to ereport() where appropriate
Peter Eisentraut
2020-12-04
*
Make error hint from bind() failure more accurate
Peter Eisentraut
2020-11-25
*
Add support for abstract Unix-domain sockets
Peter Eisentraut
2020-11-25
*
Fix a few comments that referred to copy.c.
Heikki Linnakangas
2020-11-23
*
code: replace most remaining uses of 'master'.
Andres Freund
2020-07-08
*
Assume that we have utime() and <utime.h>.
Tom Lane
2020-02-21
*
Sprinkle some const decorations
Peter Eisentraut
2020-01-31
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Fix inconsistencies and typos in the tree, take 10
Michael Paquier
2019-08-13
*
Fix inconsistencies and typos in the tree, take 9
Michael Paquier
2019-08-05
*
Add support TCP user timeout in libpq and the backend server
Michael Paquier
2019-04-06
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Correct constness of a few variables.
Andres Freund
2018-10-15
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
*
Replace most usages of ntoh[ls] and hton[sl] with pg_bswap.h.
Andres Freund
2017-10-01
*
Second try at fixing tcp_keepalives_idle option on Solaris.
Tom Lane
2017-06-28
*
Support tcp_keepalives_idle option on Solaris.
Tom Lane
2017-06-27
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Remove symbol WIN32_ONLY_COMPILER
Magnus Hagander
2017-04-11
*
Include port number when logging successful binding to a TCP port.
Tom Lane
2017-03-14
*
Improve postmaster's logging of listen socket creation.
Tom Lane
2017-03-10
[next]