summaryrefslogtreecommitdiff
path: root/src/backend/port/win32/socket.c
AgeCommit message (Expand)Author
2007-06-04On win32, retry reading when WSARecv returns WSAEWOULDBLOCK. There seemMagnus Hagander
2007-01-26On Windows, use pgwin32_waitforsinglesocket() instead of select() to wait forTom Lane
2006-12-04Patch of Win32 Encoding problem for server messages usingBruce Momjian
2006-10-13Fix infinite sleep and failes of send in Win32.Teodor Sigaev
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-07-29prevent multiplexing Windows kernel event objects we listen for across variou...Andrew Dunstan
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2005-10-25Fix Windows setitimer() emulation to not depend on delivering an APCTom Lane
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2004-12-31Tag appropriate files for rc3PostgreSQL Daemon
2004-10-06Here is a patch to fix win32 ssl builds. Summary of changes:Bruce Momjian
2004-09-07Fix places where WaitForxxx can block, to eliminate failure to detectTom Lane
2004-08-30Another pgindent run with lib typedefs added.Bruce Momjian
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-08-29Update copyright to 2004.Bruce Momjian
2004-04-22Per discussion earlier today, here is a fix that lets ereport() on win32Bruce Momjian
2004-04-12Here's an attempt at new socket and signal code for win32.Bruce Momjian