index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
port
/
win32_port.h
Age
Commit message (
Expand
)
Author
2025-03-28
Revert "Tidy up locale thread safety in ECPG library."
Peter Eisentraut
2025-03-28
Tidy up locale thread safety in ECPG library.
Peter Eisentraut
2025-01-17
Remove redefinitions of SIG_* macros in win32_port.h.
Nathan Bossart
2025-01-09
Provide 64-bit ftruncate() and lseek() on Windows.
Thomas Munro
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-08-23
thread-safety: gmtime_r(), localtime_r()
Peter Eisentraut
2024-07-23
Windows replacement for strtok_r()
Peter Eisentraut
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-07-14
Remove wal_sync_method=fsync_writethrough on Windows.
Thomas Munro
2023-07-10
Don't expose Windows' mbstowcs_l() and wcstombs_l().
Thomas Munro
2023-05-19
Remove stray mid-sentence tabs in comments
Peter Eisentraut
2023-04-12
Fix detection of unseekable files for fseek() and ftello() with MSVC
Michael Paquier
2023-03-02
Don't leak descriptors into subprograms.
Thomas Munro
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-09-29
windows: Set UMDF_USING_NTSTATUS globally, include ntstatus.h
Andres Freund
2022-09-29
Restore pg_pread and friends.
Thomas Munro
2022-08-07
Simplify gettimeofday for Windows.
Thomas Munro
2022-08-06
Simplify gettimeofday() fallback logic.
Andres Freund
2022-08-06
Replace pgwin32_is_junction() with lstat().
Thomas Munro
2022-08-06
Provide lstat() for Windows.
Thomas Munro
2022-08-05
Remove configure probe for fdatasync.
Thomas Munro
2022-08-04
Remove dead pread and pwrite replacement code.
Thomas Munro
2022-08-04
Remove configure probe for dlopen, and refactor.
Thomas Munro
2022-07-20
Fix warnings on Windows.
Thomas Munro
2022-07-20
Add wal_sync_method=fdatasync for Windows.
Thomas Munro
2022-07-14
Remove support for Visual Studio 2013
Michael Paquier
2022-05-12
Add missing 'extern' to function prototypes.
Andres Freund
2022-04-08
Apply PGDLLIMPORT markings broadly.
Robert Haas
2022-03-25
Refactor DLSUFFIX handling
Peter Eisentraut
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-10-04
windows: Define WIN32_LEAN_AND_MEAN to make compilation faster.
Andres Freund
2021-09-30
Treat ETIMEDOUT as indicating a non-recoverable connection failure.
Tom Lane
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-12-30
Use setenv() in preference to putenv().
Tom Lane
2020-10-10
Recognize network-failure errnos as indicating hard connection loss.
Tom Lane
2020-10-09
Fix our Windows stat() emulation to handle file sizes > 4GB.
Tom Lane
2020-02-21
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-01-01
Update copyrights for 2020
Bruce Momjian
2019-10-08
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-08-13
Fix inconsistencies and typos in the tree, take 10
Michael Paquier
2019-02-16
Fix previous MinGW fix.
Andrew Gierth
2019-02-16
Cygwin and Mingw floating-point fixes.
Andrew Gierth
2019-02-13
Use strtof() and not strtod() for float4 input.
Andrew Gierth
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-11-17
Avoid defining SIGTTIN/SIGTTOU on Windows.
Tom Lane
2018-09-26
Convert elog.c's useful_strerror() into a globally-used strerror wrapper.
Tom Lane
2018-07-11
Rethink how to get float.h in old Windows API for isnan/isinf
Alvaro Herrera
2018-01-03
Update copyright for 2018
Bruce Momjian
[next]