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
*
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
*
Assert(PqCommReadingMsg) in pq_peekbyte().
Noah Misch
2015-02-06
*
Use a nonblocking socket for FE/BE communication and block using latches.
Andres Freund
2015-02-03
*
Be more careful to not lose sync in the FE/BE protocol.
Heikki Linnakangas
2015-02-02
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Don't dump core if pq_comm_reset() is called before pq_init().
Robert Haas
2014-12-04
*
Fix thinko in commit 2bd9e412f92bc6a68f3e8bcb18e04955cc35001d.
Robert Haas
2014-11-05
*
Support frontend-backend protocol communication using a shm_mq.
Robert Haas
2014-10-31
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
check socket creation errors against PGINVALID_SOCKET
Bruce Momjian
2014-04-16
*
C comments: remove odd blank lines after #ifdef WIN32 lines
Bruce Momjian
2014-03-13
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
*
Standardize spelling of "nonblocking"
Peter Eisentraut
2013-04-18
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Produce a more useful error message for over-length Unix socket paths.
Tom Lane
2012-11-29
*
Support having multiple Unix-domain sockets per postmaster.
Tom Lane
2012-08-10
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Clean up compiler warnings from unused variables with asserts disabled
Peter Eisentraut
2012-03-21
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Cancel running query if it is detected that the connection to the client is
Heikki Linnakangas
2011-12-09
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
*
Attempt to unbreak windows builds broken by commit 754baa2.
Andrew Dunstan
2011-03-30
[next]