index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
port
/
win32
Commit message (
Expand
)
Author
Age
*
windows: Remove HAVE_MINIDUMP_TYPE test
Andres Freund
2022-08-07
*
Emulate sigprocmask(), not sigsetmask(), on Windows.
Thomas Munro
2022-07-16
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Check for STATUS_DELETE_PENDING on Windows.
Thomas Munro
2021-12-10
*
windows: Remove use of WIN32_LEAN_AND_MEAN from crashdump.c.
Andres Freund
2021-11-06
*
Treat ETIMEDOUT as indicating a non-recoverable connection failure.
Tom Lane
2021-09-30
*
Use correct format placeholder for WSAGetLastError()
Peter Eisentraut
2021-04-23
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Fix -Wcast-function-type warnings on Windows/MinGW
Peter Eisentraut
2020-10-21
*
Recognize network-failure errnos as indicating hard connection loss.
Tom Lane
2020-10-10
*
Spelling adjustments
Peter Eisentraut
2020-06-07
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Use only one thread to handle incoming signals on Windows.
Tom Lane
2019-12-11
*
Fix race condition in our Windows signal emulation.
Tom Lane
2019-12-09
*
Split all OBJS style lines in makefiles into one-line-per-entry style.
Andres Freund
2019-11-05
*
Remove mingwcompat.c
Peter Eisentraut
2019-09-17
*
Fix inconsistencies and typos in the tree, take 11
Michael Paquier
2019-08-19
*
Fix inconsistencies and typos in the tree, take 10
Michael Paquier
2019-08-13
*
Assert that pgwin32_signal_initialize() has been called early enough.
Noah Misch
2019-04-03
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Convert elog.c's useful_strerror() into a globally-used strerror wrapper.
Tom Lane
2018-09-26
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
*
Remove symbol WIN32_ONLY_COMPILER
Magnus Hagander
2017-04-11
*
Fix WaitEventSetWait() to handle write-ready waits properly on Windows.
Tom Lane
2017-03-17
*
Remove useless duplicate inclusions of system header files.
Tom Lane
2017-02-25
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Support building with Visual Studio 2015
Andrew Dunstan
2016-04-29
*
Improve TranslateSocketError() to handle more Windows error codes.
Tom Lane
2016-04-21
*
Fix prototype of pgwin32_bind().
Tom Lane
2016-04-14
*
Provide errno-translation wrappers around bind() and listen() on Windows.
Tom Lane
2016-04-12
*
Fix latent portability issue in pgwin32_dispatch_queued_signals().
Tom Lane
2016-04-04
*
Avoid possibly-unsafe use of Windows' FormatMessage() function.
Tom Lane
2016-03-29
*
Windows: Make pg_ctl reliably detect service status
Alvaro Herrera
2016-01-07
*
Fix treatment of *lpNumberOfBytesRecvd == 0: that's a completion condition.
Tom Lane
2016-01-03
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Handle WAIT_IO_COMPLETION return from WaitForMultipleObjectsEx().
Noah Misch
2014-07-25
*
Fix typos in comments.
Noah Misch
2014-06-11
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
check socket creation errors against PGINVALID_SOCKET
Bruce Momjian
2014-04-16
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Move pqsignal() to libpgport.
Tom Lane
2013-03-17
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Attempt to fix some issues in our Windows socket code.
Tom Lane
2012-05-13
*
Lots of doc corrections.
Robert Haas
2012-04-23
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Use consistent format for reporting GetLastError()
Peter Eisentraut
2011-08-23
[next]