summaryrefslogtreecommitdiff
path: root/src/include/port/win32.h
AgeCommit message (Expand)Author
2022-09-30mingw: Define PGDLLEXPORT as __declspec (dllexport) as done for msvcAndres Freund
2022-08-13Remove configure probes for sys/un.h and struct sockaddr_un.Thomas Munro
2022-07-07Make Windows 10 the minimal runtime requirement for WIN32Michael Paquier
2021-11-29Simplify declaring variables exported from libpgcommon and libpgport.Tom Lane
2020-05-14Initial pgindent and pgperltidy run for v13.Tom Lane
2020-03-28Enable Unix-domain sockets support on WindowsPeter Eisentraut
2019-10-08Remove some code for old unsupported versions of MSVCPeter Eisentraut
2018-01-09Remove outdated/removed Win32 URLs in C commentsBruce Momjian
2017-11-16Define _WINSOCK_DEPRECATED_NO_WARNINGS in all MSVC builds.Tom Lane
2017-11-16Further refactoring of c.h and nearby files.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-04-11Remove symbol WIN32_ONLY_COMPILERMagnus Hagander
2017-04-11Remove support for bcc and msvc standalone libpq buildsMagnus Hagander
2016-06-03Fix various common mispellings.Greg Stark
2016-04-29Fix comment whitespace in VS2105 patchAndrew Dunstan
2016-04-29Support building with Visual Studio 2015Andrew Dunstan
2016-04-21Improve TranslateSocketError() to handle more Windows error codes.Tom Lane
2016-04-21Remove dead code in win32.h.Tom Lane
2016-04-14Fix prototype of pgwin32_bind().Tom Lane
2016-04-12Provide errno-translation wrappers around bind() and listen() on Windows.Tom Lane
2016-01-07Windows: Make pg_ctl reliably detect service statusAlvaro Herrera
2015-01-20Add strxfrm_l to list of functions where Windows adds an underscore.Robert Haas
2014-05-06pgindent run for 9.4Bruce Momjian
2014-01-26Enable building with Visual Studion 2013.Andrew Dunstan
2013-10-22Get rid of use of asprintf() in favor of a more portable implementation.Tom Lane
2013-10-18Fix for lack of va_copy() on certain Windows versionsPeter Eisentraut
2013-08-20Unconditionally use the WSA equivalents of Socket error constants.Andrew Dunstan
2013-05-29pgindent run for release 9.3Bruce Momjian
2012-11-07Add URLs to document why DLLIMPORT is needed on Windows.Bruce Momjian
2012-09-28Remove checks for now long outdated compilers.Andrew Dunstan
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-04-24Lots of doc corrections.Robert Haas
2012-01-03Support for building with MS Visual Studio 2010.Andrew Dunstan
2011-12-10Enable compiling with the mingw-w64 32 bit compiler.Andrew Dunstan
2011-04-27Revert "Force use of "%I64d" format for 64 bit ints on MinGW."Andrew Dunstan
2011-04-27Force use of "%I64d" format for 64 bit ints on MinGW.Andrew Dunstan
2011-04-25Assorted minor changes to silence Windows compiler warnings.Andrew Dunstan
2011-04-23Fix char2wchar/wchar2char to support collations properly.Tom Lane
2011-04-10Add some more mapping macros for Microsoft wide-character API.Tom Lane
2011-04-10pgindent run before PG 9.1 beta 1.Bruce Momjian
2011-04-09Add collation support on Windows (MSVC build)Peter Eisentraut
2011-01-31Fix typoAndrew Dunstan
2011-01-31Enable building with the Mingw64 compiler.Andrew Dunstan
2010-12-19Support for collecting crash dumps on WindowsMagnus Hagander
2010-12-12Make S_IRGRP etc available in mingw builds as well as MSVC.Tom Lane
2010-12-11Provide a complete set of file-permission-bit macros in win32.h.Tom Lane
2010-12-09Force default wal_sync_method to be fdatasync on Linux.Tom Lane
2010-11-10Don't use __declspec (dllimport) for PGDLLEXPORT to reduce warningsItagaki Takahiro
2010-09-20Remove cvs keywords from all files.Magnus Hagander