index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
libpq
/
pqcomm.c
Age
Commit message (
Expand
)
Author
2022-05-12
Pre-beta mechanical code beautification.
Tom Lane
2022-04-12
Revert the addition of GetMaxBackends() and related stuff.
Robert Haas
2022-03-22
Revert "graceful shutdown" changes for Windows.
Tom Lane
2022-02-15
Remove IS_AF_UNIX macro
Peter Eisentraut
2022-02-14
Use WL_SOCKET_CLOSED for client_connection_check_interval.
Thomas Munro
2022-02-08
Remove MaxBackends variable in favor of GetMaxBackends() function.
Robert Haas
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-12-07
On Windows, also call shutdown() while closing the client socket.
Tom Lane
2021-12-02
On Windows, close the client socket explicitly during backend shutdown.
Tom Lane
2021-11-09
Remove check for accept() argument types
Peter Eisentraut
2021-11-08
Reject extraneous data after SSL or GSS encryption handshake.
Tom Lane
2021-05-12
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-04-28
Add heuristic incoming-message-size limits in the server.
Tom Lane
2021-04-23
Factor out system call names from error messages
Peter Eisentraut
2021-04-23
Use correct format placeholder for WSAGetLastError()
Peter Eisentraut
2021-04-02
Detect POLLHUP/POLLRDHUP while running queries.
Thomas Munro
2021-03-04
Remove server and libpq support for old FE/BE protocol version 2.
Heikki Linnakangas
2021-03-01
Introduce symbolic names for FeBeWaitSet positions.
Thomas Munro
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-12-28
Fix assorted issues in backend's GSSAPI encryption support.
Tom Lane
2020-12-04
Convert elog(LOG) calls to ereport() where appropriate
Peter Eisentraut
2020-11-25
Make error hint from bind() failure more accurate
Peter Eisentraut
2020-11-25
Add support for abstract Unix-domain sockets
Peter Eisentraut
2020-11-23
Fix a few comments that referred to copy.c.
Heikki Linnakangas
2020-07-08
code: replace most remaining uses of 'master'.
Andres Freund
2020-02-21
Assume that we have utime() and <utime.h>.
Tom Lane
2020-01-31
Sprinkle some const decorations
Peter Eisentraut
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-08-13
Fix inconsistencies and typos in the tree, take 10
Michael Paquier
2019-08-05
Fix inconsistencies and typos in the tree, take 9
Michael Paquier
2019-04-06
Add support TCP user timeout in libpq and the backend server
Michael Paquier
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-10-16
Correct constness of a few variables.
Andres Freund
2018-01-03
Update copyright for 2018
Bruce Momjian
2017-11-08
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-10-01
Replace most usages of ntoh[ls] and hton[sl] with pg_bswap.h.
Andres Freund
2017-06-28
Second try at fixing tcp_keepalives_idle option on Solaris.
Tom Lane
2017-06-27
Support tcp_keepalives_idle option on Solaris.
Tom Lane
2017-06-21
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-05-17
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-04-11
Remove symbol WIN32_ONLY_COMPILER
Magnus Hagander
2017-03-14
Include port number when logging successful binding to a TCP port.
Tom Lane
2017-03-10
Improve postmaster's logging of listen socket creation.
Tom Lane
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-10-11
Remove "sco" and "unixware" ports.
Tom Lane
2016-09-02
Move code shared between libpq and backend from backend/libpq/ to common/.
Heikki Linnakangas
2016-08-23
Remove duplicate function prototype.
Robert Haas
2016-06-09
pgindent run for 9.6
Robert Haas
[next]