]> granicus.if.org Git - postgresql/history - src/backend/libpq/pqcomm.c
Fix thinko in commit 2bd9e412f92bc6a68f3e8bcb18e04955cc35001d.
[postgresql] / src / backend / libpq / pqcomm.c
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...
2003-07-22 Tom LaneError message editing in backend/libpq, backend/postmas...
2003-06-12 Bruce MomjianIPv6 cleanups.
2003-06-09 Tom Lanefreeaddrinfo2() does need two parameters after all...
2003-06-08 Tom Lanelibpq can now talk to either 3.0 or 2.0 protocol server...
2003-05-29 Tom LaneDon't explicitly close() the session socket during...
2003-05-15 Bruce MomjianAllow Win32 to compile under MinGW. Major changes...
2003-04-25 Bruce MomjianUse closesocket() for all socket/pipe closing, because...
2003-04-22 Tom LaneAnother round of protocol changes. Backend-to-frontend...
2003-04-19 Tom LaneSecond round of FE/BE protocol changes. Frontend-...
2003-04-02 Tom LaneWhack getaddrinfo() patch around until it works, more...
2003-03-29 Peter EisentrautSimplify the socket handling code by supplying a replac...
2003-01-25 Tom LaneWhere available, use utime() or utimes() to update...
2003-01-14 Bruce MomjianReadd #include netinet/in.h for FreeBSD.
2003-01-06 Peter EisentrautFix for systems that don't have INET_ADDRSTRLEN.
2003-01-06 Bruce MomjianEnable IPv6 connections to the server, and add pg_hba...
2002-12-06 Bruce MomjianBack out V6 code, caused postmaster startup failure.
2002-12-06 Bruce MomjianWe have just finished porting the old KAME IPv6 patch...
2002-09-04 Tom LaneGuard against send-lots-and-lots-of-data DoS attack...
2002-09-04 Bruce Momjianpgindent run.
2002-09-03 Peter EisentrautRemove all traces of multibyte and locale options....
2002-09-02 Bruce MomjianRemove sys/types.h in files that include postgres.h...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-06-14 Bruce MomjianUPDATED PATCH:
2002-06-14 Bruce MomjianBack out SSL changes. Newer patch available.
2002-06-14 Bruce MomjianAttached are a revised set of SSL patches. Many of...
next