summaryrefslogtreecommitdiff
path: root/src/backend/port/win32
Commit message (Expand)AuthorAgeFilesLines
* Fix inconsistencies and typos in the tree, take 11Michael Paquier2019-08-191-1/+1
* Fix inconsistencies and typos in the tree, take 10Michael Paquier2019-08-131-1/+1
* Assert that pgwin32_signal_initialize() has been called early enough.Noah Misch2019-04-031-0/+3
* Update copyright for 2019Bruce Momjian2019-01-025-5/+5
* Convert elog.c's useful_strerror() into a globally-used strerror wrapper.Tom Lane2018-09-261-36/+0
* Update copyright for 2018Bruce Momjian2018-01-025-5/+5
* Phase 3 of pgindent updates.Tom Lane2017-06-215-16/+16
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-213-6/+6
* Remove symbol WIN32_ONLY_COMPILERMagnus Hagander2017-04-111-1/+1
* Fix WaitEventSetWait() to handle write-ready waits properly on Windows.Tom Lane2017-03-171-16/+12
* Remove useless duplicate inclusions of system header files.Tom Lane2017-02-251-2/+1
* Update copyright via script for 2017Bruce Momjian2017-01-035-5/+5
* Support building with Visual Studio 2015Andrew Dunstan2016-04-291-0/+14
* Improve TranslateSocketError() to handle more Windows error codes.Tom Lane2016-04-211-11/+44
* Fix prototype of pgwin32_bind().Tom Lane2016-04-141-1/+1
* Provide errno-translation wrappers around bind() and listen() on Windows.Tom Lane2016-04-121-0/+24
* Fix latent portability issue in pgwin32_dispatch_queued_signals().Tom Lane2016-04-041-4/+5
* Avoid possibly-unsafe use of Windows' FormatMessage() function.Tom Lane2016-03-291-1/+3
* Windows: Make pg_ctl reliably detect service statusAlvaro Herrera2016-01-072-249/+1
* Fix treatment of *lpNumberOfBytesRecvd == 0: that's a completion condition.Tom Lane2016-01-031-21/+16
* Update copyright for 2016Bruce Momjian2016-01-026-6/+6
* Update copyright for 2015Bruce Momjian2015-01-066-6/+6
* Handle WAIT_IO_COMPLETION return from WaitForMultipleObjectsEx().Noah Misch2014-07-251-1/+2
* Fix typos in comments.Noah Misch2014-06-111-1/+1
* pgindent run for 9.4Bruce Momjian2014-05-061-2/+2
* check socket creation errors against PGINVALID_SOCKETBruce Momjian2014-04-161-1/+1
* Update copyright for 2014Bruce Momjian2014-01-076-6/+6
* Move pqsignal() to libpgport.Tom Lane2013-03-172-4/+6
* Update copyrights for 2013Bruce Momjian2013-01-016-6/+6
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-103-9/+10
* Attempt to fix some issues in our Windows socket code.Tom Lane2012-05-131-16/+28
* Lots of doc corrections.Robert Haas2012-04-231-1/+1
* Update copyright notices for year 2012.Bruce Momjian2012-01-016-6/+6
* Use consistent format for reporting GetLastError()Peter Eisentraut2011-08-236-36/+36
* Replace printf format %i by %dPeter Eisentraut2011-07-261-7/+7
* Message style improvements of errmsg_internal() callsPeter Eisentraut2011-07-053-12/+12
* Message style tweaksPeter Eisentraut2011-07-051-5/+5
* Capitalization fixesPeter Eisentraut2011-06-191-2/+2
* Pgindent run before 9.1 beta2.Bruce Momjian2011-06-092-2/+2
* Use an explicit format string to keep the compiler happy.Andrew Dunstan2011-04-271-3/+3
* Assorted minor changes to silence Windows compiler warnings.Andrew Dunstan2011-04-251-2/+12
* Silence a few compiler warnings from gcc on MinGW.Andrew Dunstan2011-04-231-4/+5
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-102-31/+31
* Automatically terminate replication connections that are idle for moreHeikki Linnakangas2011-03-301-1/+12
* Stamp copyrights for year 2011.Bruce Momjian2011-01-016-6/+6
* Only build in crashdump support on Windows if there's a working dbghelp.h.Andrew Dunstan2010-12-261-1/+4
* Remove thread dumping constant that requires newer Platform SDKMagnus Hagander2010-12-191-5/+0
* Support for collecting crash dumps on WindowsMagnus Hagander2010-12-192-1/+175
* Remove cvs keywords from all files.Magnus Hagander2010-09-206-6/+6
* pgindent run for 9.0, second runBruce Momjian2010-07-062-7/+7