]> granicus.if.org Git - postgresql/history - src/backend/port/win32/socket.c
Attempt to fix some issues in our Windows socket code.
[postgresql] / src / backend / port / win32 / socket.c
2012-05-13 Tom LaneAttempt to fix some issues in our Windows socket code.
2012-04-24 Robert HaasLots of doc corrections.
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-08-23 Peter EisentrautUse consistent format for reporting GetLastError()
2011-07-26 Peter EisentrautReplace printf format %i by %d
2011-07-05 Peter EisentrautMessage style improvements of errmsg_internal() calls
2011-06-09 Bruce MomjianPgindent run before 9.1 beta2.
2011-04-25 Andrew DunstanAssorted minor changes to silence Windows compiler...
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-07-06 Bruce Momjianpgindent run for 9.0, second run
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-17 Magnus HaganderAnother typo fix.
2010-02-16 Magnus HaganderAdd emulation of non-blocking sockets to the win32...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
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-06-04 Magnus HaganderOn win32, retry reading when WSARecv returns WSAEWOULDB...
2007-01-26 Tom LaneOn Windows, use pgwin32_waitforsinglesocket() instead...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-12-04 Bruce MomjianPatch of Win32 Encoding problem for server messages...
2006-10-13 Teodor SigaevFix infinite sleep and failes of send in Win32.
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-07-29 Andrew Dunstanprevent multiplexing Windows kernel event objects we...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-10-25 Tom LaneFix Windows setitimer() emulation to not depend on...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-10-06 Bruce MomjianHere is a patch to fix win32 ssl builds. Summary of...
2004-09-07 Tom LaneFix places where WaitForxxx can block, to eliminate...
2004-08-30 Bruce MomjianAnother pgindent run with lib typedefs added.
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-04-22 Bruce MomjianPer discussion earlier today, here is a fix that lets...
2004-04-12 Bruce MomjianHere's an attempt at new socket and signal code for...