index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
port
/
win32_port.h
Commit message (
Expand
)
Author
Age
*
windows: Define WIN32_LEAN_AND_MEAN to make compilation faster.
Andres Freund
2021-10-04
*
Treat ETIMEDOUT as indicating a non-recoverable connection failure.
Tom Lane
2021-09-30
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Use setenv() in preference to putenv().
Tom Lane
2020-12-30
*
Recognize network-failure errnos as indicating hard connection loss.
Tom Lane
2020-10-10
*
Fix our Windows stat() emulation to handle file sizes > 4GB.
Tom Lane
2020-10-09
*
Assume that we have utime() and <utime.h>.
Tom Lane
2020-02-21
*
Assume that we have functional, 64-bit fseeko()/ftello().
Tom Lane
2020-02-21
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Remove some code for old unsupported versions of MSVC
Peter Eisentraut
2019-10-08
*
Clarify some comments about ntstatus.h in win32_port.h
Michael Paquier
2019-10-08
*
Fix inconsistencies and typos in the tree, take 10
Michael Paquier
2019-08-13
*
Fix previous MinGW fix.
Andrew Gierth
2019-02-16
*
Cygwin and Mingw floating-point fixes.
Andrew Gierth
2019-02-16
*
Use strtof() and not strtod() for float4 input.
Andrew Gierth
2019-02-13
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Avoid defining SIGTTIN/SIGTTOU on Windows.
Tom Lane
2018-11-17
*
Convert elog.c's useful_strerror() into a globally-used strerror wrapper.
Tom Lane
2018-09-26
*
Rethink how to get float.h in old Windows API for isnan/isinf
Alvaro Herrera
2018-07-11
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Clean up warnings in MinGW builds.
Tom Lane
2017-11-16
*
Define _WINSOCK_DEPRECATED_NO_WARNINGS in all MSVC builds.
Tom Lane
2017-11-16
*
Further refactoring of c.h and nearby files.
Tom Lane
2017-11-16