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
*
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
*
SSPI authentication on Windows. GSSAPI compatible client when doing Kerberos
Magnus Hagander
2007-07-23
*
Add support for GSSAPI authentication.
Magnus Hagander
2007-07-10
*
On win32, don't use SO_REUSEADDR for TCP sockets.
Magnus Hagander
2007-06-04
*
Add resetStringInfo(), which clears the content of a StringInfo, and
Neil Conway
2007-03-03
*
Improve postmaster's behavior if an accept() call fails. Because the server
Tom Lane
2007-02-13
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
*
pgindent run for 8.2.
Bruce Momjian
2006-10-04
*
Set Win32 server-size socket buffer to 32k, for performance reasons.
Bruce Momjian
2006-08-11
*
Fix a passel of recently-committed violations of the rule 'thou shalt
Tom Lane
2006-07-14
*
Allow include files to compile own their own.
Bruce Momjian
2006-07-13
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
*
Fix unportable usage of socklen_t: should use ACCEPT_TYPE_ARG3 macro
Tom Lane
2006-01-24
*
Clean up libpq's pollution of application namespace by renaming the
Tom Lane
2005-10-17
[next]