aboutsummaryrefslogtreecommitdiff
path: root/src/include/port/win32.h
Commit message (Expand)AuthorAge
* Enable building with Visual Studion 2013.Andrew Dunstan2014-01-26
* Unconditionally use the WSA equivalents of Socket error constants.Andrew Dunstan2013-08-26
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Add URLs to document why DLLIMPORT is needed on Windows.Bruce Momjian2012-11-07
* Remove checks for now long outdated compilers.Andrew Dunstan2012-09-28
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Lots of doc corrections.Robert Haas2012-04-23
* Support for building with MS Visual Studio 2010.Andrew Dunstan2012-01-03
* Enable compiling with the mingw-w64 32 bit compiler.Andrew Dunstan2011-12-10
* Revert "Force use of "%I64d" format for 64 bit ints on MinGW."Andrew Dunstan2011-04-27
* Force use of "%I64d" format for 64 bit ints on MinGW.Andrew Dunstan2011-04-27
* Assorted minor changes to silence Windows compiler warnings.Andrew Dunstan2011-04-25
* Fix char2wchar/wchar2char to support collations properly.Tom Lane2011-04-23
* Add some more mapping macros for Microsoft wide-character API.Tom Lane2011-04-10
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Add collation support on Windows (MSVC build)Peter Eisentraut2011-04-10
* Fix typoAndrew Dunstan2011-01-30
* Enable building with the Mingw64 compiler.Andrew Dunstan2011-01-30
* Support for collecting crash dumps on WindowsMagnus Hagander2010-12-19
* Make S_IRGRP etc available in mingw builds as well as MSVC.Tom Lane2010-12-12
* Provide a complete set of file-permission-bit macros in win32.h.Tom Lane2010-12-11
* Force default wal_sync_method to be fdatasync on Linux.Tom Lane2010-12-08
* Don't use __declspec (dllimport) for PGDLLEXPORT to reduce warningsItagaki Takahiro2010-11-10
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* pgindent run for 9.0, second runBruce Momjian2010-07-06
* PGDLLEXPORT is __declspec (dllexport) only on MSVC,Itagaki Takahiro2010-05-28
* Mark PG_MODULE_MAGIC and PG_FUNCTION_INFO_V1 with PGDLLEXPORTItagaki Takahiro2010-05-27
* Add emulation of non-blocking sockets to the win32 socket/signal layer,Magnus Hagander2010-02-16
* Support inlining various small performance-critical functions on non-GCCTom Lane2010-02-13
* Make ssize_t 64-bit on Win64, for compatibility with for example plpython.Magnus Hagander2010-01-02
* Change our WIN32 API version to be 5.01 (Windows XP), to bring in the properMagnus Hagander2009-09-07
* Reserve the shared memory region during backend startup on Windows, soMagnus Hagander2009-07-24
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Assorted portability fixes for Borland C, from Pavel Golub.Tom Lane2009-04-19
* Make win32 builds always do SetEnvironmentVariable() when doing putenv().Magnus Hagander2009-01-21
* Update MinGW so it handles fseeko() similar to Unix.Bruce Momjian2009-01-07
* Replace time_t with pg_time_t (same values, but always int64) in on-diskTom Lane2008-02-17
* Don't enforce 32-bit time_t for FRONTEND apps. Fixes standaloneMagnus Hagander2008-01-09
* Use _USE_32BIT_TIME_T when building with MSVC. Also, enforce that it'sMagnus Hagander2007-12-11
* Borland BCC does not support SSPI, per cnliou9@fastmail.fm.Bruce Momjian2007-11-24
* Borland CC 5.5.1 needs ssize_t, per cnliou9@fastmail.fm.Bruce Momjian2007-11-24
* pgindent run for 8.3.Bruce Momjian2007-11-15
* New versions of mingw have gettimeofday(), so add an autoconf testMagnus Hagander2007-10-29
* Change win32 child-death tracking code to use a threadpool to wait forMagnus Hagander2007-10-26
* Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict withMagnus Hagander2007-07-25
* Make it possible, and default, for MingW to build with SSPI supportMagnus Hagander2007-07-24
* Now that core functionality is depending on autoconf's AC_C_BIGENDIAN to beTom Lane2007-04-06
* Remove headers for old sysv shmem emulation that I forgot.Magnus Hagander2007-03-23
* On Windows, use pgwin32_waitforsinglesocket() instead of select() to wait forTom Lane2007-01-26
* Update Win32 exception comment.Bruce Momjian2007-01-25