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
*
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
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Remove "sco" and "unixware" ports.
Tom Lane
2016-10-11
*
Move code shared between libpq and backend from backend/libpq/ to common/.
Heikki Linnakangas
2016-09-02
*
Remove duplicate function prototype.
Robert Haas
2016-08-23
*
pgindent run for 9.6
Robert Haas
2016-06-09
*
Properly declare FeBeWaitSet.
Andres Freund
2016-03-21
*
Introduce WaitEventSet API.
Andres Freund
2016-03-21
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Message improvements
Peter Eisentraut
2015-11-16
*
Fix incorrect order of lock file removal and failure to close() sockets.
Tom Lane
2015-08-02
*
Call getsockopt() on the correct socket.
Heikki Linnakangas
2015-07-06
*
Don't set SO_SNDBUF on recent Windows versions that have a bigger default.
Heikki Linnakangas
2015-07-06
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Prevent a double free by not reentering be_tls_close().
Noah Misch
2015-05-18
*
Also correct therefor to therefore.
Andres Freund
2015-04-26
*
Simplify waiting logic in reading from / writing to client.
Heikki Linnakangas
2015-02-13
[next]