Commits

DateSubjectAuthorReleases
2013-10-22 Get rid of use of asprintf() in favor of a more portable implementation. Tom Lane 9.4.0
2011-04-23 Fix char2wchar/wchar2char to support collations properly. Tom Lane 9.1.0
2011-04-10 Add some more mapping macros for Microsoft wide-character API. Tom Lane 9.1.0
2010-12-12 Make S_IRGRP etc available in mingw builds as well as MSVC. Tom Lane 9.1.0
2010-12-11 Provide a complete set of file-permission-bit macros in win32.h. Tom Lane 9.1.0
2010-12-09 Force default wal_sync_method to be fdatasync on Linux. Tom Lane 8.1.23
2010-12-09 Force default wal_sync_method to be fdatasync on Linux. Tom Lane 8.2.19
2010-12-09 Force default wal_sync_method to be fdatasync on Linux. Tom Lane 8.3.13
2010-12-09 Force default wal_sync_method to be fdatasync on Linux. Tom Lane 8.4.6
2010-12-09 Force default wal_sync_method to be fdatasync on Linux. Tom Lane 9.0.2
2010-12-09 Force default wal_sync_method to be fdatasync on Linux. Tom Lane 9.1.0
2010-02-13 Support inlining various small performance-critical functions on non-GCC Tom Lane 9.0.0
2009-04-19 Assorted portability fixes for Borland C, from Pavel Golub. Tom Lane 8.4.0
2008-02-17 Replace time_t with pg_time_t (same values, but always int64) in on-disk Tom Lane 8.4.0
2007-04-06 Now that core functionality is depending on autoconf's AC_C_BIGENDIAN to be Tom Lane 8.3.0
2007-01-26 On Windows, use pgwin32_waitforsinglesocket() instead of select() to wait for Tom Lane 8.2.2
2007-01-26 On Windows, use pgwin32_waitforsinglesocket() instead of select() to wait for Tom Lane 8.3.0
2006-10-19 Further MSVC portability fixes from Magnus. Tom Lane 8.2.0
2006-10-03 Rearrange MSVC errcode hack, fix incorrect _MSC_VER test. Magnus Tom Lane 8.2.0
2006-09-16 Define errcode as __msvc_errcode not __vc_errcode for MSVC builds, Tom Lane 8.2.0
2006-07-16 In a Windows backend, don't build src/port/pgsleep.c's version of Tom Lane 8.2.0
2005-10-25 Fix Windows setitimer() emulation to not depend on delivering an APC Tom Lane 8.1.0
2005-10-21 Improve performance of CHECK_FOR_INTERRUPTS() macro on Windows by not doing Tom Lane 8.1.0
2004-12-26 Rearrange include file contents into a saner order, add inclusion of Tom Lane 8.0.0
2004-11-17 Fix Win32 problems with signals and sockets, by making the forkexec code Tom Lane 8.0.0