index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
port
/
win32.h
Commit message (
Expand
)
Author
Age
*
Remove outdated/removed Win32 URLs in C comments
Bruce Momjian
2018-01-09
*
Define _WINSOCK_DEPRECATED_NO_WARNINGS in all MSVC builds.
Tom Lane
2017-11-16
*
Further refactoring of c.h and nearby files.
Tom Lane
2017-11-16
*
Phase 2 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
*
Remove support for bcc and msvc standalone libpq builds
Magnus Hagander
2017-04-11
*
Fix various common mispellings.
Greg Stark
2016-06-03
*
Fix comment whitespace in VS2105 patch
Andrew Dunstan
2016-04-29
*
Support building with Visual Studio 2015
Andrew Dunstan
2016-04-29
*
Improve TranslateSocketError() to handle more Windows error codes.
Tom Lane
2016-04-21
*
Remove dead code in win32.h.
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
*
Windows: Make pg_ctl reliably detect service status
Alvaro Herrera
2016-01-07
*
Add strxfrm_l to list of functions where Windows adds an underscore.
Robert Haas
2015-01-20
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Enable building with Visual Studion 2013.
Andrew Dunstan
2014-01-26
*
Get rid of use of asprintf() in favor of a more portable implementation.
Tom Lane
2013-10-22
*
Fix for lack of va_copy() on certain Windows versions
Peter Eisentraut
2013-10-18
*
Unconditionally use the WSA equivalents of Socket error constants.
Andrew Dunstan
2013-08-20
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
*
Add URLs to document why DLLIMPORT is needed on Windows.
Bruce Momjian
2012-11-07
*
Remove checks for now long outdated compilers.
Andrew Dunstan
2012-09-28
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Lots of doc corrections.
Robert Haas
2012-04-23
*
Support for building with MS Visual Studio 2010.
Andrew Dunstan
2012-01-03
*
Enable compiling with the mingw-w64 32 bit compiler.
Andrew Dunstan
2011-12-10
*
Revert "Force use of "%I64d" format for 64 bit ints on MinGW."
Andrew Dunstan
2011-04-27
*
Force use of "%I64d" format for 64 bit ints on MinGW.
Andrew Dunstan
2011-04-27
*
Assorted minor changes to silence Windows compiler warnings.
Andrew Dunstan
2011-04-25
*
Fix char2wchar/wchar2char to support collations properly.
Tom Lane
2011-04-23
*
Add some more mapping macros for Microsoft wide-character API.
Tom Lane
2011-04-10
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
*
Add collation support on Windows (MSVC build)
Peter Eisentraut
2011-04-10
*
Fix typo
Andrew Dunstan
2011-01-30
*
Enable building with the Mingw64 compiler.
Andrew Dunstan
2011-01-30
*
Support for collecting crash dumps on Windows
Magnus Hagander
2010-12-19
*
Make S_IRGRP etc available in mingw builds as well as MSVC.
Tom Lane
2010-12-12
*
Provide a complete set of file-permission-bit macros in win32.h.
Tom Lane
2010-12-11
*
Force default wal_sync_method to be fdatasync on Linux.
Tom Lane
2010-12-08
*
Don't use __declspec (dllimport) for PGDLLEXPORT to reduce warnings
Itagaki Takahiro
2010-11-10
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
pgindent run for 9.0, second run
Bruce Momjian
2010-07-06
*
PGDLLEXPORT is __declspec (dllexport) only on MSVC,
Itagaki Takahiro
2010-05-28
*
Mark PG_MODULE_MAGIC and PG_FUNCTION_INFO_V1 with PGDLLEXPORT
Itagaki Takahiro
2010-05-27
*
Add emulation of non-blocking sockets to the win32 socket/signal layer,
Magnus Hagander
2010-02-16
*
Support inlining various small performance-critical functions on non-GCC
Tom Lane
2010-02-13
*
Make ssize_t 64-bit on Win64, for compatibility with for example plpython.
Magnus Hagander
2010-01-02
*
Change our WIN32 API version to be 5.01 (Windows XP), to bring in the proper
Magnus Hagander
2009-09-07
[next]