summaryrefslogtreecommitdiff
path: root/src/backend/port/win32
AgeCommit message (Expand)Author
2025-01-01Update copyright for 2025Bruce Momjian
2024-01-17Close socket in case of errors in setting non-blockingDaniel Gustafsson
2024-01-03Update copyright for 2024Bruce Momjian
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-20Add copyright notices to meson filesAndrew Dunstan
2022-11-09Provide sigaction() for Windows.Thomas Munro
2022-09-21meson: Add initial version of meson based build systemAndres Freund
2022-08-30Cleanup more code and comments related to Windows NT4 (XP days)Michael Paquier
2022-08-07windows: Remove HAVE_MINIDUMP_TYPE testAndres Freund
2022-07-16Emulate sigprocmask(), not sigsetmask(), on Windows.Thomas Munro
2022-01-07Update copyright for 2022Bruce Momjian
2021-12-10Check for STATUS_DELETE_PENDING on Windows.Thomas Munro
2021-11-06windows: Remove use of WIN32_LEAN_AND_MEAN from crashdump.c.Andres Freund
2021-09-30Treat ETIMEDOUT as indicating a non-recoverable connection failure.Tom Lane
2021-04-23Use correct format placeholder for WSAGetLastError()Peter Eisentraut
2021-01-02Update copyright for 2021Bruce Momjian
2020-10-21Fix -Wcast-function-type warnings on Windows/MinGWPeter Eisentraut
2020-10-10Recognize network-failure errnos as indicating hard connection loss.Tom Lane
2020-06-07Spelling adjustmentsPeter Eisentraut
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-11Use only one thread to handle incoming signals on Windows.Tom Lane
2019-12-09Fix race condition in our Windows signal emulation.Tom Lane
2019-11-05Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund
2019-09-17Remove mingwcompat.cPeter Eisentraut
2019-08-19Fix inconsistencies and typos in the tree, take 11Michael Paquier
2019-08-13Fix inconsistencies and typos in the tree, take 10Michael Paquier
2019-04-03Assert that pgwin32_signal_initialize() has been called early enough.Noah Misch
2019-01-02Update copyright for 2019Bruce Momjian
2018-09-26Convert elog.c's useful_strerror() into a globally-used strerror wrapper.Tom Lane
2018-01-02Update copyright for 2018Bruce Momjian
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-04-11Remove symbol WIN32_ONLY_COMPILERMagnus Hagander
2017-03-17Fix WaitEventSetWait() to handle write-ready waits properly on Windows.Tom Lane
2017-02-25Remove useless duplicate inclusions of system header files.Tom Lane
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-04-29Support building with Visual Studio 2015Andrew Dunstan
2016-04-21Improve TranslateSocketError() to handle more Windows error codes.Tom Lane
2016-04-14Fix prototype of pgwin32_bind().Tom Lane
2016-04-12Provide errno-translation wrappers around bind() and listen() on Windows.Tom Lane
2016-04-04Fix latent portability issue in pgwin32_dispatch_queued_signals().Tom Lane
2016-03-29Avoid possibly-unsafe use of Windows' FormatMessage() function.Tom Lane
2016-01-07Windows: Make pg_ctl reliably detect service statusAlvaro Herrera
2016-01-03Fix treatment of *lpNumberOfBytesRecvd == 0: that's a completion condition.Tom Lane
2016-01-02Update copyright for 2016Bruce Momjian
2015-01-06Update copyright for 2015Bruce Momjian
2014-07-25Handle WAIT_IO_COMPLETION return from WaitForMultipleObjectsEx().Noah Misch
2014-06-11Fix typos in comments.Noah Misch
2014-05-06pgindent run for 9.4Bruce Momjian
2014-04-16check socket creation errors against PGINVALID_SOCKETBruce Momjian