]> granicus.if.org Git - postgresql/history - src/include/port/win32.h
Remove dead code in win32.h.
[postgresql] / src / include / port / win32.h
2016-04-21 Tom LaneRemove dead code in win32.h.
2016-04-14 Tom LaneFix prototype of pgwin32_bind().
2016-04-12 Tom LaneProvide errno-translation wrappers around bind() and...
2016-01-07 Alvaro HerreraWindows: Make pg_ctl reliably detect service status
2015-01-20 Robert HaasAdd strxfrm_l to list of functions where Windows adds...
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-01-26 Andrew DunstanEnable building with Visual Studion 2013.
2013-10-22 Tom LaneGet rid of use of asprintf() in favor of a more portabl...
2013-10-18 Peter EisentrautFix for lack of va_copy() on certain Windows versions
2013-08-20 Andrew DunstanUnconditionally use the WSA equivalents of Socket error...
2013-05-29 Bruce Momjianpgindent run for release 9.3
2012-11-07 Bruce MomjianAdd URLs to document why DLLIMPORT is needed on Windows.
2012-09-28 Andrew DunstanRemove checks for now long outdated compilers.
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-04-24 Robert HaasLots of doc corrections.
2012-01-03 Andrew DunstanSupport for building with MS Visual Studio 2010.
2011-12-10 Andrew DunstanEnable compiling with the mingw-w64 32 bit compiler.
2011-04-27 Andrew DunstanRevert "Force use of "%I64d" format for 64 bit ints...
2011-04-27 Andrew DunstanForce use of "%I64d" format for 64 bit ints on MinGW.
2011-04-25 Andrew DunstanAssorted minor changes to silence Windows compiler...
2011-04-23 Tom LaneFix char2wchar/wchar2char to support collations properly.
2011-04-10 Tom LaneAdd some more mapping macros for Microsoft wide-charact...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-04-09 Peter EisentrautAdd collation support on Windows (MSVC build)
2011-01-31 Andrew DunstanFix typo
2011-01-31 Andrew DunstanEnable building with the Mingw64 compiler.
2010-12-19 Magnus HaganderSupport for collecting crash dumps on Windows
2010-12-12 Tom LaneMake S_IRGRP etc available in mingw builds as well...
2010-12-11 Tom LaneProvide a complete set of file-permission-bit macros...
2010-12-09 Tom LaneForce default wal_sync_method to be fdatasync on Linux.
2010-11-10 Itagaki TakahiroDon't use __declspec (dllimport) for PGDLLEXPORT to...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-07-06 Bruce Momjianpgindent run for 9.0, second run
2010-05-28 Itagaki TakahiroPGDLLEXPORT is __declspec (dllexport) only on MSVC,
2010-05-27 Itagaki TakahiroMark PG_MODULE_MAGIC and PG_FUNCTION_INFO_V1 with PGDLL...
2010-02-16 Magnus HaganderAdd emulation of non-blocking sockets to the win32...
2010-02-13 Tom LaneSupport inlining various small performance-critical...
2010-01-02 Magnus HaganderMake ssize_t 64-bit on Win64, for compatibility with...
2009-09-07 Magnus HaganderChange our WIN32 API version to be 5.01 (Windows XP...
2009-07-24 Magnus HaganderReserve the shared memory region during backend startup...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-04-19 Tom LaneAssorted portability fixes for Borland C, from Pavel...
2009-01-21 Magnus HaganderMake win32 builds always do SetEnvironmentVariable...
2009-01-07 Bruce MomjianUpdate MinGW so it handles fseeko() similar to Unix.
2008-02-17 Tom LaneReplace time_t with pg_time_t (same values, but always...
2008-01-09 Magnus HaganderDon't enforce 32-bit time_t for FRONTEND apps. Fixes...
2007-12-11 Magnus HaganderUse _USE_32BIT_TIME_T when building with MSVC. Also...
2007-11-24 Bruce MomjianBorland BCC does not support SSPI, per cnliou9@fastmail.fm.
2007-11-24 Bruce MomjianBorland CC 5.5.1 needs ssize_t, per cnliou9@fastmail.fm.
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-10-29 Magnus HaganderNew versions of mingw have gettimeofday(), so add an...
2007-10-26 Magnus HaganderChange win32 child-death tracking code to use a threadp...
2007-07-25 Magnus HaganderRename DLLIMPORT macro to PGDLLIMPORT to avoid conflict...
2007-07-24 Magnus HaganderMake it possible, and default, for MingW to build with...
2007-04-06 Tom LaneNow that core functionality is depending on autoconf...
2007-03-23 Magnus HaganderRemove headers for old sysv shmem emulation that I...
2007-01-26 Tom LaneOn Windows, use pgwin32_waitforsinglesocket() instead...
2007-01-25 Bruce MomjianUpdate Win32 exception comment.
2007-01-23 Bruce MomjianAdd comment about exception lists in both winnt.h and...
2007-01-23 Bruce MomjianBack out use of FormatMessage(), does error values...
2007-01-23 Bruce MomjianPrint meaningfull error text for abonormal process...
2007-01-22 Bruce MomjianUppercase hex value.
2007-01-22 Bruce MomjianWhen system() fails in Win32, report it as an exception...
2007-01-11 Bruce MomjianAllow Borland CC to compile libpq and psql.
2007-01-02 Bruce Momjianfinite() no longer used; remove finite() platform-specific
2006-10-19 Tom LaneFurther MSVC portability fixes from Magnus.
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-10-03 Tom LaneRearrange MSVC errcode hack, fix incorrect _MSC_VER...
2006-10-03 Bruce MomjianMove WIN32_ONLY_COMPILER define from c.h to win32.h...
2006-09-16 Tom LaneDefine errcode as __msvc_errcode not __vc_errcode for...
2006-08-10 Bruce MomjianReturn inline to win32.h because code was OK, but keep...
2006-08-10 Bruce MomjianMove "#define inline __inline" from port/win32.h to...
2006-08-09 Bruce MomjianFormatting improvement.
2006-08-08 Bruce MomjianFix definition of "errcode" for MSVC.
2006-07-30 Bruce MomjianFix WIN32 wait() return value macros to be accurate...
2006-07-16 Tom LaneIn a Windows backend, don't build src/port/pgsleep...
2006-06-07 Bruce MomjianPrepare code to be built by MSVC:
2006-03-03 Bruce MomjianClarify macro layout for win32 IMPORT.
2006-01-10 Andrew Dunstanremove unneeded defines for uid_t and gid_t, which...
2005-10-25 Tom LaneFix Windows setitimer() emulation to not depend on...
2005-10-21 Tom LaneImprove performance of CHECK_FOR_INTERRUPTS() macro...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-06-16 Bruce MomjianAdd fsync() define for Win32 to cover cases other than...
2005-05-20 Bruce MomjianAdd support for wal_fsync_writethrough for Darwin,...
2005-03-24 Bruce MomjianChange Win32 O_SYNC method to O_DSYNC because that...
2005-02-27 Bruce MomjianAllow Win32 to support the O_SYNC open flag as an wal_s...
2004-12-26 Tom LaneRearrange include file contents into a saner order...
2004-12-01 Bruce MomjianAllow libpq to build on MS Visual Studio .NET 2003...
2004-11-17 Tom LaneFix Win32 problems with signals and sockets, by making...
2004-10-06 Bruce MomjianFix improper defines for uid_t and gid_t. Had them...
2004-10-06 Bruce MomjianUse #define instead of typedef for plperl because perl...
2004-10-06 Bruce MomjianHere is a patch to fix win32 ssl builds. Summary of...
2004-10-05 Bruce MomjianFix typo in recent Win32 typedef change.
2004-10-05 Bruce MomjianRemove unused Win32 defines, convert them to typdefs...
2004-09-27 Bruce MomjianAdd new macro as shorthand for MS VC and Borland C++:
2004-09-14 Tom LaneWin32 compile fix for misc_utils.
2004-09-09 Bruce MomjianFix Cygwin defines to be consistent.
2004-08-31 Bruce MomjianDefine lstat with parameters, rather than just redefini...
2004-08-31 Bruce MomjianFix typo in lstat() macro exposed by new tablespace...
2004-08-29 Bruce MomjianPgindent run for 8.0.
next