aboutsummaryrefslogtreecommitdiff
path: root/src/include/port/win32_port.h
Commit message (Expand)AuthorAge
* windows: Define WIN32_LEAN_AND_MEAN to make compilation faster.Andres Freund2021-10-04
* Treat ETIMEDOUT as indicating a non-recoverable connection failure.Tom Lane2021-09-30
* Update copyright for 2021Bruce Momjian2021-01-02
* Use setenv() in preference to putenv().Tom Lane2020-12-30
* Recognize network-failure errnos as indicating hard connection loss.Tom Lane2020-10-10
* Fix our Windows stat() emulation to handle file sizes > 4GB.Tom Lane2020-10-09
* Assume that we have utime() and <utime.h>.Tom Lane2020-02-21
* Assume that we have functional, 64-bit fseeko()/ftello().Tom Lane2020-02-21
* Update copyrights for 2020Bruce Momjian2020-01-01
* Remove some code for old unsupported versions of MSVCPeter Eisentraut2019-10-08
* Clarify some comments about ntstatus.h in win32_port.hMichael Paquier2019-10-08
* Fix inconsistencies and typos in the tree, take 10Michael Paquier2019-08-13
* Fix previous MinGW fix.Andrew Gierth2019-02-16
* Cygwin and Mingw floating-point fixes.Andrew Gierth2019-02-16
* Use strtof() and not strtod() for float4 input.Andrew Gierth2019-02-13
* Update copyright for 2019Bruce Momjian2019-01-02
* Avoid defining SIGTTIN/SIGTTOU on Windows.Tom Lane2018-11-17
* Convert elog.c's useful_strerror() into a globally-used strerror wrapper.Tom Lane2018-09-26
* Rethink how to get float.h in old Windows API for isnan/isinfAlvaro Herrera2018-07-11
* Update copyright for 2018Bruce Momjian2018-01-02
* Clean up warnings in MinGW builds.Tom Lane2017-11-16
* Define _WINSOCK_DEPRECATED_NO_WARNINGS in all MSVC builds.Tom Lane2017-11-16
* Further refactoring of c.h and nearby files.Tom Lane2017-11-16