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
*
Message improvements
Peter Eisentraut
2015-11-16
*
Fix incorrect order of lock file removal and failure to close() sockets.
Tom Lane
2015-08-02
*
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
*
Automatically terminate replication connections that are idle for more
Heikki Linnakangas
2011-03-30
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Document the existence of the socket lock file under unix_socket_directory,
Tom Lane
2010-08-26
*
Make the Windows tcp keepalive support depend on the existance of the
Magnus Hagander
2010-07-08
*
Add support for TCP keepalives on Windows, both for backend and the new
Magnus Hagander
2010-07-08
*
Support setting the keepalive idle time on MacOS X.
Robert Haas
2010-07-06
*
Message tuning
Peter Eisentraut
2010-03-21
*
Revert all keepalive moves, reevaluate.
Bruce Momjian
2010-03-13
*
Move more tcp keepalive macros to be consistent.
Bruce Momjian
2010-03-13
*
Move TCP keepalive macro definition
Bruce Momjian
2010-03-13
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
*
Fix pq_getbyte_if_available() function. It was confused on what it
Heikki Linnakangas
2010-02-18
*
Add emulation of non-blocking sockets to the win32 socket/signal layer,
Magnus Hagander
2010-02-16
*
Introduce Streaming Replication.
Heikki Linnakangas
2010-01-15
*
Create typedef pgsocket for storing socket descriptors.
Magnus Hagander
2010-01-10
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
*
pgindent run for 8.3.
Bruce Momjian
2007-11-15
*
Fix GSS API pointer checking.
Bruce Momjian
2007-09-14
*
Silence compiler warning on mingw
Magnus Hagander
2007-07-24
[next]