index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
port
/
win32
Age
Commit message (
Expand
)
Author
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-01-17
Close socket in case of errors in setting non-blocking
Daniel Gustafsson
2024-01-03
Update copyright for 2024
Bruce Momjian
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-20
Add copyright notices to meson files
Andrew Dunstan
2022-11-09
Provide sigaction() for Windows.
Thomas Munro
2022-09-21
meson: Add initial version of meson based build system
Andres Freund
2022-08-30
Cleanup more code and comments related to Windows NT4 (XP days)
Michael Paquier
2022-08-07
windows: Remove HAVE_MINIDUMP_TYPE test
Andres Freund
2022-07-16
Emulate sigprocmask(), not sigsetmask(), on Windows.
Thomas Munro
2022-01-07
Update copyright for 2022
Bruce Momjian
2021-12-10
Check for STATUS_DELETE_PENDING on Windows.
Thomas Munro
2021-11-06
windows: Remove use of WIN32_LEAN_AND_MEAN from crashdump.c.
Andres Freund
2021-09-30
Treat ETIMEDOUT as indicating a non-recoverable connection failure.
Tom Lane
2021-04-23
Use correct format placeholder for WSAGetLastError()
Peter Eisentraut
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-10-21
Fix -Wcast-function-type warnings on Windows/MinGW
Peter Eisentraut
2020-10-10
Recognize network-failure errnos as indicating hard connection loss.
Tom Lane
2020-06-07
Spelling adjustments
Peter Eisentraut
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-12-11
Use only one thread to handle incoming signals on Windows.
Tom Lane
2019-12-09
Fix race condition in our Windows signal emulation.
Tom Lane
2019-11-05
Split all OBJS style lines in makefiles into one-line-per-entry style.
Andres Freund
2019-09-17
Remove mingwcompat.c
Peter Eisentraut
2019-08-19
Fix inconsistencies and typos in the tree, take 11
Michael Paquier
2019-08-13
Fix inconsistencies and typos in the tree, take 10
Michael Paquier
2019-04-03
Assert that pgwin32_signal_initialize() has been called early enough.
Noah Misch
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-09-26
Convert elog.c's useful_strerror() into a globally-used strerror wrapper.
Tom Lane
2018-01-02
Update copyright for 2018
Bruce Momjian
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-04-11
Remove symbol WIN32_ONLY_COMPILER
Magnus Hagander
2017-03-17
Fix WaitEventSetWait() to handle write-ready waits properly on Windows.
Tom Lane
2017-02-25
Remove useless duplicate inclusions of system header files.
Tom Lane
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-04-29
Support building with Visual Studio 2015
Andrew Dunstan
2016-04-21
Improve TranslateSocketError() to handle more Windows error codes.
Tom Lane
2016-04-14
Fix prototype of pgwin32_bind().
Tom Lane
2016-04-12
Provide errno-translation wrappers around bind() and listen() on Windows.
Tom Lane
2016-04-04
Fix latent portability issue in pgwin32_dispatch_queued_signals().
Tom Lane
2016-03-29
Avoid possibly-unsafe use of Windows' FormatMessage() function.
Tom Lane
2016-01-07
Windows: Make pg_ctl reliably detect service status
Alvaro Herrera
2016-01-03
Fix treatment of *lpNumberOfBytesRecvd == 0: that's a completion condition.
Tom Lane
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-07-25
Handle WAIT_IO_COMPLETION return from WaitForMultipleObjectsEx().
Noah Misch
2014-06-11
Fix typos in comments.
Noah Misch
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-04-16
check socket creation errors against PGINVALID_SOCKET
Bruce Momjian
[next]