]> granicus.if.org Git - postgresql/history - src/backend/libpq/pqcomm.c
Post-PG 10 beta1 pgindent run
[postgresql] / src / backend / libpq / pqcomm.c
2017-05-17 Bruce MomjianPost-PG 10 beta1 pgindent run
2017-04-11 Magnus HaganderRemove symbol WIN32_ONLY_COMPILER
2017-03-14 Tom LaneInclude port number when logging successful binding...
2017-03-10 Tom LaneImprove postmaster's logging of listen socket creation.
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-10-11 Tom LaneRemove "sco" and "unixware" ports.
2016-09-02 Heikki LinnakangasMove code shared between libpq and backend from backend...
2016-08-23 Robert HaasRemove duplicate function prototype.
2016-06-09 Robert Haaspgindent run for 9.6
2016-03-21 Andres FreundProperly declare FeBeWaitSet.
2016-03-21 Andres FreundIntroduce WaitEventSet API.
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-11-17 Peter EisentrautMessage improvements
2015-08-02 Tom LaneFix incorrect order of lock file removal and failure...
2015-07-06 Heikki LinnakangasCall getsockopt() on the correct socket.
2015-07-06 Heikki LinnakangasDon't set SO_SNDBUF on recent Windows versions that...
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-05-18 Noah MischPrevent a double free by not reentering be_tls_close().
2015-04-26 Andres FreundAlso correct therefor to therefore.
2015-02-13 Heikki LinnakangasSimplify waiting logic in reading from / writing to...
2015-02-07 Noah MischAssert(PqCommReadingMsg) in pq_peekbyte().
2015-02-03 Andres FreundUse a nonblocking socket for FE/BE communication and...
2015-02-02 Heikki LinnakangasBe more careful to not lose sync in the FE/BE protocol.
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-12-05 Robert HaasDon't dump core if pq_comm_reset() is called before...
2014-11-05 Robert HaasFix thinko in commit 2bd9e412f92bc6a68f3e8bcb18e04955cc...
2014-10-31 Robert HaasSupport frontend-backend protocol communication using...
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-04-16 Bruce Momjiancheck socket creation errors against PGINVALID_SOCKET
2014-03-13 Bruce MomjianC comments: remove odd blank lines after #ifdef WIN32...
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-04-19 Peter EisentrautStandardize spelling of "nonblocking"
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-11-30 Tom LaneProduce a more useful error message for over-length...
2012-08-10 Tom LaneSupport having multiple Unix-domain sockets per postmaster.
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-03-21 Peter EisentrautClean up compiler warnings from unused variables with...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-12-09 Heikki LinnakangasCancel running query if it is detected that the connect...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-03-30 Andrew DunstanAttempt to unbreak windows builds broken by commit...
2011-03-30 Heikki LinnakangasAutomatically terminate replication connections that...
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-08-26 Tom LaneDocument the existence of the socket lock file under...
2010-07-08 Magnus HaganderMake the Windows tcp keepalive support depend on the...
2010-07-08 Magnus HaganderAdd support for TCP keepalives on Windows, both for...
2010-07-06 Robert HaasSupport setting the keepalive idle time on MacOS X.
2010-03-21 Peter EisentrautMessage tuning
2010-03-13 Bruce MomjianRevert all keepalive moves, reevaluate.
2010-03-13 Bruce MomjianMove more tcp keepalive macros to be consistent.
2010-03-13 Bruce MomjianMove TCP keepalive macro definition
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-18 Heikki LinnakangasFix pq_getbyte_if_available() function. It was confused...
2010-02-16 Magnus HaganderAdd emulation of non-blocking sockets to the win32...
2010-01-15 Heikki LinnakangasIntroduce Streaming Replication.
2010-01-10 Magnus HaganderCreate typedef pgsocket for storing socket descriptors.
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-09-14 Bruce MomjianFix GSS API pointer checking.
2007-07-24 Magnus HaganderSilence compiler warning on mingw
2007-07-23 Magnus HaganderSSPI authentication on Windows. GSSAPI compatible clien...
2007-07-10 Magnus HaganderAdd support for GSSAPI authentication.
2007-06-04 Magnus HaganderOn win32, don't use SO_REUSEADDR for TCP sockets.
2007-03-03 Neil ConwayAdd resetStringInfo(), which clears the content of...
2007-02-13 Tom LaneImprove postmaster's behavior if an accept() call fails...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-08-11 Bruce MomjianSet Win32 server-size socket buffer to 32k, for perform...
2006-07-14 Tom LaneFix a passel of recently-committed violations of the...
2006-07-13 Bruce MomjianAllow include files to compile own their own.
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-01-24 Tom LaneFix unportable usage of socklen_t: should use ACCEPT_TY...
2005-10-17 Tom LaneClean up libpq's pollution of application namespace...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-09-24 Tom LaneSuppress signed-vs-unsigned-char warnings.
2005-09-12 Tom LaneTweak TCP-keepalive code so that an invalid setting...
2005-07-30 Tom LaneUse the standard spelling of the protocol argument...
2005-07-30 Bruce MomjianAdd GUC variables to control keep-alive times for idle...
2005-02-22 Bruce MomjianUse _() macro consistently rather than gettext(). ...
2005-01-12 Tom LaneIncrease MAXLISTEN to a more generous value, and add...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-10-18 Tom LaneAdd some code to ensure that we don't lose communicatio...
2004-09-26 Tom LaneRepair bug that would allow libpq to think a command...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-05-26 Bruce Momjian*) inet_(client|server)_(addr|port)() and necessary...
2003-12-12 Peter EisentrautThis patch properly sets the prototype for the on_shmem...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-09-25 Peter EisentrautMessage editing: remove gratuitous variations in messag...
2003-08-12 Tom LaneInclude 'IPv4', 'IPv6', or 'Unix' in socket-creation...
2003-08-07 Tom LaneSCO_ACCEPT_BUG code didn't get updated for new SockAddr...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-07-27 Tom Laneelog mop-up: bring some straggling fprintf(stderr)...
2003-07-24 Tom LaneDon't refer to AF_UNIX in code not protected with HAVE_...
2003-07-23 Tom LaneHave a go at fixing various outstanding portability...
next