]> granicus.if.org Git - postgresql/history - src/include/port
Centralize definition of integer limits.
[postgresql] / src / include / port /
2006-07-16 Tom LaneFix lack of repeat-inclusion guard in win32 substitute...
2006-07-11 Tom LaneReverse inclusion order of <ws2tcpip.h> and <winsock2...
2006-06-26 Bruce MomjianUse Unix line endings instead of DOS ones, per Magnus.
2006-06-26 Bruce MomjianUpdate include files to Unix newline format, per report...
2006-06-07 Bruce MomjianPrepare code to be built by MSVC:
2006-03-11 Bruce MomjianAdd CVS tag lines to files that were lacking them.
2006-03-03 Bruce MomjianClarify macro layout for win32 IMPORT.
2006-01-17 Tom LaneFix fsync code to test whether F_FULLFSYNC is available...
2006-01-10 Andrew Dunstanremove unneeded defines for uid_t and gid_t, which...
2006-01-05 Bruce MomjianRemove BEOS port.
2006-01-05 Bruce MomjianRemove QNX file.
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-08-26 Tom LaneSome more mop-up for Windows IPv6 support. Andrew...
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-09-02 Tom LaneApparently HPUX runs the IA64 in big-endian mode.
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-08-11 Tom LaneWork around broken strtod() that's present in many...
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-05-19 Bruce MomjianRename another irix file.
2004-05-07 Tom LaneSolve the 'Turkish problem' with undesirable locale...
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-15 Tom LaneLocalize our dependencies on the way to create NAN...
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-12-23 Tom LaneMop-up for HAS_TEST_AND_SET refactoring. Un-break...
2003-12-23 Bruce MomjianMove slock_t typdefs into s_lock.h from include/port...
2003-12-23 Bruce MomjianRemove NEED_I386_TAS_ASM and just test for compiler...
2003-12-22 Bruce MomjianThis applied patch remove NEED_SPARC_TAS_ASM and instea...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-10-26 Bruce MomjianUpdate for m68k from Peter.
2003-10-26 Bruce MomjianFix #elif typo.
2003-10-26 Bruce MomjianUpdate linux/mips port.
2003-09-26 Tom LaneMove -D_GNU_SOURCE hack from port header to template...
2003-09-14 Tom LaneAdd missing support for Opteron (__x86_64__).
2003-09-12 Bruce MomjianEnable Opteron/Itanium spinlocks.
2003-08-04 Bruce Momjianpgindent run.
2003-08-01 Tom LaneSince HPUX now exists for Itanium, we should decouple...
2003-06-12 Bruce MomjianIPv6 cleanups.
2003-05-22 Bruce MomjianAdd define for missing EAI_ADDRFAMILY in BSD/OS 4.3.
2003-05-22 Peter EisentrautFix compilation on Cygwin.
2003-05-19 Bruce MomjianRename Win32 include directory from win32_include to...
2003-05-16 Bruce MomjianAllow interfaces to compile under MingGW/Win32 by addin...
2003-05-15 Bruce MomjianAdd missing win32 file --- seems best way to find these...
2003-05-15 Bruce MomjianAllow Win32 to compile under MinGW. Major changes...
2003-05-09 Bruce MomjianMore cleanups now that we have crypt().
2003-05-09 Bruce MomjianRemove rint() prototype from QNX.
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...
2003-03-21 Peter EisentrautMake "win" a separate port from "cygwin". This means...
2003-03-10 Tom LaneThis patch fixes a bunch of spelling mistakes in commen...
2003-01-01 Tom LaneAwhile back I wrote that freebsd.h was probably broken...
2002-11-12 Tom LaneRemove NO_MKTIME_BEFORE_1970. I had speculated that...
2002-11-10 Bruce Momjian> > I'll re-check that with the ppc architecture guy...
2002-11-07 Tom LaneAdd #define _GNU_SOURCE to work around what seems to...
2002-09-24 Peter EisentrautRemove useless O_DIROPEN stuff.
2002-09-04 Bruce Momjianpgindent run.
2002-08-30 Tom LaneRevert _LARGEFILE64_SOURCE addition; good try but doesn...
2002-08-29 Peter EisentrautWorkaround for broken large file support on HP-UX
2002-05-05 Tom LaneNot needed anymore.
2002-01-22 Tom Lanelibpq++/pgconnection.h must not include postgres_fe...
2001-11-08 Bruce MomjianFix indenting for 'extern "C"' cases.
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-09-24 Peter EisentrautTreat __s390x__ the same as __s390__. (taken from...
2001-08-07 Bruce MomjianA small patch to keep postgres working on the latest...
2001-05-24 Bruce MomjianI haven't tried building postgres with the Watcom compi...
2001-03-22 Bruce MomjianRemove dashes in comments that don't need them, rewrap...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-03-18 Tom LanePatches from Cyril Velter to make shared-memory-conflic...
next