aboutsummaryrefslogtreecommitdiff
path: root/src/backend/libpq/pqcomm.c
Commit message (Expand)AuthorAge
* pgindent run for 9.4Bruce Momjian2014-05-06
* check socket creation errors against PGINVALID_SOCKETBruce Momjian2014-04-16
* C comments: remove odd blank lines after #ifdef WIN32 linesBruce Momjian2014-03-13
* Update copyright for 2014Bruce Momjian2014-01-07
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Standardize spelling of "nonblocking"Peter Eisentraut2013-04-18
* Update copyrights for 2013Bruce Momjian2013-01-01
* Produce a more useful error message for over-length Unix socket paths.Tom Lane2012-11-29
* Support having multiple Unix-domain sockets per postmaster.Tom Lane2012-08-10
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Clean up compiler warnings from unused variables with asserts disabledPeter Eisentraut2012-03-21
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Cancel running query if it is detected that the connection to the client isHeikki Linnakangas2011-12-09
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Attempt to unbreak windows builds broken by commit 754baa2.Andrew Dunstan2011-03-30
* Automatically terminate replication connections that are idle for moreHeikki Linnakangas2011-03-30
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Document the existence of the socket lock file under unix_socket_directory,Tom Lane2010-08-26
* Make the Windows tcp keepalive support depend on the existance of theMagnus Hagander2010-07-08
* Add support for TCP keepalives on Windows, both for backend and the newMagnus Hagander2010-07-08
* Support setting the keepalive idle time on MacOS X.Robert Haas2010-07-06
* Message tuningPeter Eisentraut2010-03-21
* Revert all keepalive moves, reevaluate.Bruce Momjian2010-03-13
* Move more tcp keepalive macros to be consistent.Bruce Momjian2010-03-13
* Move TCP keepalive macro definitionBruce Momjian2010-03-13
* pgindent run for 9.0Bruce Momjian2010-02-26
* Fix pq_getbyte_if_available() function. It was confused on what itHeikki Linnakangas2010-02-18
* Add emulation of non-blocking sockets to the win32 socket/signal layer,Magnus Hagander2010-02-16
* Introduce Streaming Replication.Heikki Linnakangas2010-01-15
* Create typedef pgsocket for storing socket descriptors.Magnus Hagander2010-01-10
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Update copyright for 2009.Bruce Momjian2009-01-01
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Fix GSS API pointer checking.Bruce Momjian2007-09-14
* Silence compiler warning on mingwMagnus Hagander2007-07-24
* SSPI authentication on Windows. GSSAPI compatible client when doing KerberosMagnus Hagander2007-07-23
* Add support for GSSAPI authentication.Magnus Hagander2007-07-10
* On win32, don't use SO_REUSEADDR for TCP sockets.Magnus Hagander2007-06-04
* Add resetStringInfo(), which clears the content of a StringInfo, andNeil Conway2007-03-03
* Improve postmaster's behavior if an accept() call fails. Because the serverTom Lane2007-02-13
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Set Win32 server-size socket buffer to 32k, for performance reasons.Bruce Momjian2006-08-11
* Fix a passel of recently-committed violations of the rule 'thou shaltTom Lane2006-07-14
* Allow include files to compile own their own.Bruce Momjian2006-07-13
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Fix unportable usage of socklen_t: should use ACCEPT_TYPE_ARG3 macroTom Lane2006-01-24
* Clean up libpq's pollution of application namespace by renaming theTom Lane2005-10-17