aboutsummaryrefslogtreecommitdiff
path: root/src/backend/port/win32
Commit message (Expand)AuthorAge
* windows: Remove HAVE_MINIDUMP_TYPE testAndres Freund2022-08-07
* Emulate sigprocmask(), not sigsetmask(), on Windows.Thomas Munro2022-07-16
* Update copyright for 2022Bruce Momjian2022-01-07
* Check for STATUS_DELETE_PENDING on Windows.Thomas Munro2021-12-10
* windows: Remove use of WIN32_LEAN_AND_MEAN from crashdump.c.Andres Freund2021-11-06
* Treat ETIMEDOUT as indicating a non-recoverable connection failure.Tom Lane2021-09-30
* Use correct format placeholder for WSAGetLastError()Peter Eisentraut2021-04-23
* Update copyright for 2021Bruce Momjian2021-01-02
* Fix -Wcast-function-type warnings on Windows/MinGWPeter Eisentraut2020-10-21
* Recognize network-failure errnos as indicating hard connection loss.Tom Lane2020-10-10
* Spelling adjustmentsPeter Eisentraut2020-06-07
* Update copyrights for 2020Bruce Momjian2020-01-01
* Use only one thread to handle incoming signals on Windows.Tom Lane2019-12-11
* Fix race condition in our Windows signal emulation.Tom Lane2019-12-09
* Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund2019-11-05
* Remove mingwcompat.cPeter Eisentraut2019-09-17
* Fix inconsistencies and typos in the tree, take 11Michael Paquier2019-08-19
* Fix inconsistencies and typos in the tree, take 10Michael Paquier2019-08-13
* Assert that pgwin32_signal_initialize() has been called early enough.Noah Misch2019-04-03
* Update copyright for 2019Bruce Momjian2019-01-02
* Convert elog.c's useful_strerror() into a globally-used strerror wrapper.Tom Lane2018-09-26
* Update copyright for 2018Bruce Momjian2018-01-02
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Remove symbol WIN32_ONLY_COMPILERMagnus Hagander2017-04-11
* Fix WaitEventSetWait() to handle write-ready waits properly on Windows.Tom Lane2017-03-17
* Remove useless duplicate inclusions of system header files.Tom Lane2017-02-25
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Support building with Visual Studio 2015Andrew Dunstan2016-04-29
* Improve TranslateSocketError() to handle more Windows error codes.Tom Lane2016-04-21
* Fix prototype of pgwin32_bind().Tom Lane2016-04-14
* Provide errno-translation wrappers around bind() and listen() on Windows.Tom Lane2016-04-12
* Fix latent portability issue in pgwin32_dispatch_queued_signals().Tom Lane2016-04-04
* Avoid possibly-unsafe use of Windows' FormatMessage() function.Tom Lane2016-03-29
* Windows: Make pg_ctl reliably detect service statusAlvaro Herrera2016-01-07
* Fix treatment of *lpNumberOfBytesRecvd == 0: that's a completion condition.Tom Lane2016-01-03
* Update copyright for 2016Bruce Momjian2016-01-02
* Update copyright for 2015Bruce Momjian2015-01-06
* Handle WAIT_IO_COMPLETION return from WaitForMultipleObjectsEx().Noah Misch2014-07-25
* Fix typos in comments.Noah Misch2014-06-11
* pgindent run for 9.4Bruce Momjian2014-05-06
* check socket creation errors against PGINVALID_SOCKETBruce Momjian2014-04-16
* Update copyright for 2014Bruce Momjian2014-01-07
* Move pqsignal() to libpgport.Tom Lane2013-03-17
* Update copyrights for 2013Bruce Momjian2013-01-01
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Attempt to fix some issues in our Windows socket code.Tom Lane2012-05-13
* Lots of doc corrections.Robert Haas2012-04-23
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Use consistent format for reporting GetLastError()Peter Eisentraut2011-08-23