| Commit message (Expand) | Author | Age | Files | Lines |
| * | pgindent run for 9.4 | Bruce Momjian | 2014-05-06 | 1 | -2/+2 |
| * | Enable building with Visual Studion 2013. | Andrew Dunstan | 2014-01-26 | 1 | -0/+2 |
| * | Get rid of use of asprintf() in favor of a more portable implementation. | Tom Lane | 2013-10-22 | 1 | -9/+0 |
| * | Fix for lack of va_copy() on certain Windows versions | Peter Eisentraut | 2013-10-18 | 1 | -0/+9 |
| * | Unconditionally use the WSA equivalents of Socket error constants. | Andrew Dunstan | 2013-08-20 | 1 | -20/+10 |
| * | pgindent run for release 9.3 | Bruce Momjian | 2013-05-29 | 1 | -1/+1 |
| * | Add URLs to document why DLLIMPORT is needed on Windows. | Bruce Momjian | 2012-11-07 | 1 | -1/+7 |
| * | Remove checks for now long outdated compilers. | Andrew Dunstan | 2012-09-28 | 1 | -4/+0 |
| * | Run pgindent on 9.2 source tree in preparation for first 9.3 | Bruce Momjian | 2012-06-10 | 1 | -1/+1 |
| * | Lots of doc corrections. | Robert Haas | 2012-04-23 | 1 | -1/+1 |
| * | Support for building with MS Visual Studio 2010. | Andrew Dunstan | 2012-01-03 | 1 | -0/+22 |
| * | Enable compiling with the mingw-w64 32 bit compiler. | Andrew Dunstan | 2011-12-10 | 1 | -1/+25 |
| * | Revert "Force use of "%I64d" format for 64 bit ints on MinGW." | Andrew Dunstan | 2011-04-27 | 1 | -13/+0 |
| * | Force use of "%I64d" format for 64 bit ints on MinGW. | Andrew Dunstan | 2011-04-27 | 1 | -0/+13 |
| * | Assorted minor changes to silence Windows compiler warnings. | Andrew Dunstan | 2011-04-25 | 1 | -1/+1 |
| * | Fix char2wchar/wchar2char to support collations properly. | Tom Lane | 2011-04-23 | 1 | -0/+2 |
| * | Add some more mapping macros for Microsoft wide-character API. | Tom Lane | 2011-04-10 | 1 | -0/+16 |
| * | pgindent run before PG 9.1 beta 1. | Bruce Momjian | 2011-04-10 | 1 | -7/+7 |
| * | Add collation support on Windows (MSVC build) | Peter Eisentraut | 2011-04-10 | 1 | -0/+14 |
| * | Fix typo | Andrew Dunstan | 2011-01-30 | 1 | -1/+1 |
| * | Enable building with the Mingw64 compiler. | Andrew Dunstan | 2011-01-30 | 1 | -1/+17 |
| * | Support for collecting crash dumps on Windows | Magnus Hagander | 2010-12-19 | 1 | -0/+3 |
| * | Make S_IRGRP etc available in mingw builds as well as MSVC. | Tom Lane | 2010-12-12 | 1 | -13/+17 |
| * | Provide a complete set of file-permission-bit macros in win32.h. | Tom Lane | 2010-12-11 | 1 | -7/+12 |
| * | Force default wal_sync_method to be fdatasync on Linux. | Tom Lane | 2010-12-08 | 1 | -5/+9 |
| * | Don't use __declspec (dllimport) for PGDLLEXPORT to reduce warnings | Itagaki Takahiro | 2010-11-10 | 1 | -1/+1 |
| * | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 | 1 | -1/+1 |
| * | pgindent run for 9.0, second run | Bruce Momjian | 2010-07-06 | 1 | -2/+1 |
| * | PGDLLEXPORT is __declspec (dllexport) only on MSVC, | Itagaki Takahiro | 2010-05-28 | 1 | -1/+5 |
| * | Mark PG_MODULE_MAGIC and PG_FUNCTION_INFO_V1 with PGDLLEXPORT | Itagaki Takahiro | 2010-05-27 | 1 | -2/+5 |
| * | Add emulation of non-blocking sockets to the win32 socket/signal layer, | Magnus Hagander | 2010-02-16 | 1 | -1/+3 |
| * | Support inlining various small performance-critical functions on non-GCC | Tom Lane | 2010-02-13 | 1 | -10/+1 |
| * | Make ssize_t 64-bit on Win64, for compatibility with for example plpython. | Magnus Hagander | 2010-01-02 | 1 | -1/+5 |
| * | Change our WIN32 API version to be 5.01 (Windows XP), to bring in the proper | Magnus Hagander | 2009-09-07 | 1 | -2/+2 |
| * | Reserve the shared memory region during backend startup on Windows, so | Magnus Hagander | 2009-07-24 | 1 | -1/+4 |
| * | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 | 1 | -6/+7 |
| * | Assorted portability fixes for Borland C, from Pavel Golub. | Tom Lane | 2009-04-19 | 1 | -2/+20 |
| * | Make win32 builds always do SetEnvironmentVariable() when doing putenv(). | Magnus Hagander | 2009-01-21 | 1 | -1/+6 |
| * | Update MinGW so it handles fseeko() similar to Unix. | Bruce Momjian | 2009-01-07 | 1 | -1/+13 |
| * | Replace time_t with pg_time_t (same values, but always int64) in on-disk | Tom Lane | 2008-02-17 | 1 | -12/+2 |
| * | Don't enforce 32-bit time_t for FRONTEND apps. Fixes standalone | Magnus Hagander | 2008-01-09 | 1 | -2/+2 |
| * | Use _USE_32BIT_TIME_T when building with MSVC. Also, enforce that it's | Magnus Hagander | 2007-12-11 | 1 | -1/+12 |
| * | Borland BCC does not support SSPI, per cnliou9@fastmail.fm. | Bruce Momjian | 2007-11-24 | 1 | -2/+3 |
| * | Borland CC 5.5.1 needs ssize_t, per cnliou9@fastmail.fm. | Bruce Momjian | 2007-11-24 | 1 | -2/+2 |
| * | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 | 1 | -12/+12 |
| * | New versions of mingw have gettimeofday(), so add an autoconf test | Magnus Hagander | 2007-10-29 | 1 | -1/+7 |
| * | Change win32 child-death tracking code to use a threadpool to wait for | Magnus Hagander | 2007-10-26 | 1 | -1/+2 |
| * | Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict with | Magnus Hagander | 2007-07-25 | 1 | -6/+6 |
| * | Make it possible, and default, for MingW to build with SSPI support | Magnus Hagander | 2007-07-24 | 1 | -1/+8 |
| * | Now that core functionality is depending on autoconf's AC_C_BIGENDIAN to be | Tom Lane | 2007-04-06 | 1 | -15/+1 |