aboutsummaryrefslogtreecommitdiff
path: root/src/backend/libpq/pqcomm.c
Commit message (Expand)AuthorAge
* Message improvementsPeter Eisentraut2015-11-16
* Fix incorrect order of lock file removal and failure to close() sockets.Tom Lane2015-08-02
* pgindent run for 9.5Bruce Momjian2015-05-23
* Prevent a double free by not reentering be_tls_close().Noah Misch2015-05-18
* Also correct therefor to therefore.Andres Freund2015-04-26
* Simplify waiting logic in reading from / writing to client.Heikki Linnakangas2015-02-13
* Assert(PqCommReadingMsg) in pq_peekbyte().Noah Misch2015-02-06
* Use a nonblocking socket for FE/BE communication and block using latches.Andres Freund2015-02-03
* Be more careful to not lose sync in the FE/BE protocol.Heikki Linnakangas2015-02-02
* Update copyright for 2015Bruce Momjian2015-01-06
* Don't dump core if pq_comm_reset() is called before pq_init().Robert Haas2014-12-04
* Fix thinko in commit 2bd9e412f92bc6a68f3e8bcb18e04955cc35001d.Robert Haas2014-11-05
* Support frontend-backend protocol communication using a shm_mq.Robert Haas2014-10-31
* 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