]> granicus.if.org Git - postgresql/history - src/include/port/win32.h
Rearrange MSVC errcode hack, fix incorrect _MSC_VER test. Magnus
[postgresql] / src / include / port / win32.h
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.
2004-08-29 Bruce Momjian>>> I understand your disliking of non-posix stuff...
2004-07-23 Bruce MomjianMove Win32 defines from port.h to win32.h.
2004-06-24 Tom LaneReplace direct fprintf(stderr) calls by write_stderr...
2004-05-27 Bruce MomjianCleanup for Win32 pgkill.
2004-05-27 Bruce MomjianMove pgkill out into /port so pg_ctl can use it on...
2004-04-22 Bruce MomjianPer discussion earlier today, here is a fix that lets...
2004-04-19 Bruce Momjian* Most changes are to fix warnings issued when compilin...
2004-04-12 Bruce MomjianHere's an attempt at new socket and signal code for...
2004-03-02 Bruce MomjianAdd missing checks for Borland C compiler.
2004-02-23 Tom LaneNOFILE isn't used anywhere any more.
2004-02-18 Bruce MomjianHere is a patch that implements setitimer() on win32...
2004-02-08 Neil ConwayWin32 signals cleanup. Patch by Magnus Hagander, with...
2004-01-26 Bruce Momjian[all] Removed call to getppid in SendPostmasterSignal...
2004-01-26 Bruce MomjianBack out win32 patch so we can apply it separately.
2004-01-26 Bruce MomjianAttached is a patch that fixes some trivial typos and...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-08-04 Bruce Momjianpgindent run.
2003-05-16 Bruce MomjianAllow interfaces to compile under MingGW/Win32 by addin...
2003-05-15 Bruce MomjianAllow Win32 to compile under MinGW. Major changes...
2003-04-29 Bruce MomjianRemove unneeded define.
2003-04-24 Bruce MomjianAdd Win32 shmem/sema prototypes.
2003-04-18 Bruce MomjianMake Win32 tests to match existing Cygwin tests, where...
2002-01-22 Tom Lanelibpq++/pgconnection.h must not include postgres_fe...
2000-10-28 Peter Eisentraut#define JMP_BUF has been unnecessary since the arrival...
1999-10-25 Tom LaneStandardize on MAXPGPATH as the size of a file pathname...
1999-07-19 Bruce MomjianRe-add getopt.h check, remove NT-specific tests for it.
1997-09-07 Bruce MomjianMassive commit to run PGINDENT on all *.c and *.h files.
1997-04-12 Marc G. FournierMore more of the include files under the include directory