aboutsummaryrefslogtreecommitdiff
path: root/src/include/port
Commit message (Expand)AuthorAge
* Change Win32 O_SYNC method to O_DSYNC because that is what the methodBruce Momjian2005-03-24
* Backpatch to 8.0.X, already in HEAD:Bruce Momjian2005-03-17
* Rearrange include file contents into a saner order, add inclusion ofTom Lane2004-12-26
* Allow libpq to build on MS Visual Studio .NET 2003 on Windows XP.Bruce Momjian2004-12-01
* Fix Win32 problems with signals and sockets, by making the forkexec codeTom Lane2004-11-17
* Fix improper defines for uid_t and gid_t. Had them backwards.Bruce Momjian2004-10-06
* Use #define instead of typedef for plperl because perl definesBruce Momjian2004-10-06
* Here is a patch to fix win32 ssl builds. Summary of changes:Bruce Momjian2004-10-06
* Fix typo in recent Win32 typedef change.Bruce Momjian2004-10-05
* Remove unused Win32 defines, convert them to typdefs, per suggestionBruce Momjian2004-10-05
* Add new macro as shorthand for MS VC and Borland C++:Bruce Momjian2004-09-27
* Win32 compile fix for misc_utils.Tom Lane2004-09-14
* Fix Cygwin defines to be consistent.Bruce Momjian2004-09-09
* Apparently HPUX runs the IA64 in big-endian mode.Tom Lane2004-09-02
* Define lstat with parameters, rather than just redefining the symbol.Bruce Momjian2004-08-31
* Fix typo in lstat() macro exposed by new tablespace code.Bruce Momjian2004-08-31
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* >>> I understand your disliking of non-posix stuff. OTOH,Bruce Momjian2004-08-29
* Work around broken strtod() that's present in many Solaris releases.Tom Lane2004-08-11
* Move Win32 defines from port.h to win32.h.Bruce Momjian2004-07-23
* Replace direct fprintf(stderr) calls by write_stderr(), and cause thisTom Lane2004-06-24
* Cleanup for Win32 pgkill.Bruce Momjian2004-05-27
* Move pgkill out into /port so pg_ctl can use it on Win32.Bruce Momjian2004-05-27
* Rename another irix file.Bruce Momjian2004-05-19
* Solve the 'Turkish problem' with undesirable locale behavior for caseTom Lane2004-05-07
* Per discussion earlier today, here is a fix that lets ereport() on win32Bruce Momjian2004-04-22
* * Most changes are to fix warnings issued when compiling win32Bruce Momjian2004-04-19
* Here's an attempt at new socket and signal code for win32.Bruce Momjian2004-04-12
* Localize our dependencies on the way to create NAN or INFINITY.Tom Lane2004-03-15
* Add missing checks for Borland C compiler.Bruce Momjian2004-03-02
* NOFILE isn't used anywhere any more.Tom Lane2004-02-23
* Here is a patch that implements setitimer() on win32. With this patchBruce Momjian2004-02-18
* Win32 signals cleanup. Patch by Magnus Hagander, with input from ClaudioNeil Conway2004-02-08
* [all] Removed call to getppid in SendPostmasterSignal, replacing with aBruce Momjian2004-01-26
* Back out win32 patch so we can apply it separately.Bruce Momjian2004-01-26
* Attached is a patch that fixes some trivial typos and alignment. PleaseBruce Momjian2004-01-26
* Mop-up for HAS_TEST_AND_SET refactoring. Un-break two or three platformsTom Lane2003-12-23
* Move slock_t typdefs into s_lock.h from include/port files forBruce Momjian2003-12-23
* Remove NEED_I386_TAS_ASM and just test for compiler defines.Bruce Momjian2003-12-23
* This applied patch remove NEED_SPARC_TAS_ASM and instead uses __sparc ||Bruce Momjian2003-12-22
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Update for m68k from Peter.Bruce Momjian2003-10-26
* Fix #elif typo.Bruce Momjian2003-10-26
* Update linux/mips port.Bruce Momjian2003-10-26
* Move -D_GNU_SOURCE hack from port header to template, so thatTom Lane2003-09-26
* Add missing support for Opteron (__x86_64__).Tom Lane2003-09-14
* Enable Opteron/Itanium spinlocks.Bruce Momjian2003-09-12
* pgindent run.Bruce Momjian2003-08-04
* Since HPUX now exists for Itanium, we should decouple the assumptionTom Lane2003-08-01
* IPv6 cleanups.Bruce Momjian2003-06-12