Commit Graph

70 Commits (7cfa154d15c4a98bea0cfe26b2c78094a094650f)

Author SHA1 Message Date
Daniel Gustafsson 7cfa154d15 Close socket in case of errors in setting non-blocking 2 years ago
Bruce Momjian 29275b1d17 Update copyright for 2024 2 years ago
Bruce Momjian c8e1ba736b Update copyright for 2023 3 years ago
Michael Paquier b1ec7f47e3 Cleanup more code and comments related to Windows NT4 (XP days) 3 years ago
Bruce Momjian 27b77ecf9f Update copyright for 2022 4 years ago
Tom Lane b484ddf4d2 Treat ETIMEDOUT as indicating a non-recoverable connection failure. 4 years ago
Peter Eisentraut 9486844f30 Use correct format placeholder for WSAGetLastError() 4 years ago
Bruce Momjian ca3b37487b Update copyright for 2021 5 years ago
Tom Lane fe27009cbb Recognize network-failure errnos as indicating hard connection loss. 5 years ago
Peter Eisentraut 0fd2a79a63 Spelling adjustments 5 years ago
Bruce Momjian 7559d8ebfa Update copyrights for 2020 6 years ago
Bruce Momjian 97c39498e5 Update copyright for 2019 7 years ago
Tom Lane 26e9d4d4ef Convert elog.c's useful_strerror() into a globally-used strerror wrapper. 7 years ago
Bruce Momjian 9d4649ca49 Update copyright for 2018 8 years ago
Tom Lane 382ceffdf7 Phase 3 of pgindent updates. 8 years ago
Tom Lane e3860ffa4d Initial pgindent run with pg_bsd_indent version 2.0. 8 years ago
Tom Lane f7819baa61 Fix WaitEventSetWait() to handle write-ready waits properly on Windows. 9 years ago
Bruce Momjian 1d25779284 Update copyright via script for 2017 9 years ago
Tom Lane 125ad539a2 Improve TranslateSocketError() to handle more Windows error codes. 10 years ago
Tom Lane 22989a8e34 Fix prototype of pgwin32_bind(). 10 years ago
Tom Lane d1b7d4877b Provide errno-translation wrappers around bind() and listen() on Windows. 10 years ago
Tom Lane 7abc157165 Avoid possibly-unsafe use of Windows' FormatMessage() function. 10 years ago
Tom Lane 90e61df813 Fix treatment of *lpNumberOfBytesRecvd == 0: that's a completion condition. 10 years ago
Bruce Momjian ee94300446 Update copyright for 2016 10 years ago
Bruce Momjian 4baaf863ec Update copyright for 2015 11 years ago
Noah Misch de35a97710 Handle WAIT_IO_COMPLETION return from WaitForMultipleObjectsEx(). 11 years ago
Noah Misch d098b236f3 Fix typos in comments. 11 years ago
Bruce Momjian 0a78320057 pgindent run for 9.4 12 years ago
Bruce Momjian 4180934651 check socket creation errors against PGINVALID_SOCKET 12 years ago
Bruce Momjian 7e04792a1c Update copyright for 2014 12 years ago
Bruce Momjian bd61a623ac Update copyrights for 2013 13 years ago
Bruce Momjian 927d61eeff Run pgindent on 9.2 source tree in preparation for first 9.3 13 years ago
Tom Lane b85427f227 Attempt to fix some issues in our Windows socket code. 14 years ago
Robert Haas 5d4b60f2f2 Lots of doc corrections. 14 years ago
Bruce Momjian e126958c2e Update copyright notices for year 2012. 14 years ago
Peter Eisentraut 1af55e2751 Use consistent format for reporting GetLastError() 14 years ago
Peter Eisentraut ce8d7bb644 Replace printf format %i by %d 14 years ago
Peter Eisentraut 9a0bdc8db5 Message style improvements of errmsg_internal() calls 14 years ago
Bruce Momjian 6560407c7d Pgindent run before 9.1 beta2. 14 years ago
Andrew Dunstan 860be17ec3 Assorted minor changes to silence Windows compiler warnings. 15 years ago
Heikki Linnakangas 754baa21f7 Automatically terminate replication connections that are idle for more 15 years ago
Bruce Momjian 5d950e3b0c Stamp copyrights for year 2011. 15 years ago
Magnus Hagander 9f2e211386 Remove cvs keywords from all files. 15 years ago
Bruce Momjian 239d769e7e pgindent run for 9.0, second run 15 years ago
Bruce Momjian 65e806cba1 pgindent run for 9.0 16 years ago
Magnus Hagander 075d43a01a Another typo fix. 16 years ago
Magnus Hagander 215cbc90f8 Add emulation of non-blocking sockets to the win32 socket/signal layer, 16 years ago
Bruce Momjian 0239800893 Update copyright for the year 2010. 16 years ago
Bruce Momjian d747140279 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 17 years ago
Bruce Momjian 511db38ace Update copyright for 2009. 17 years ago