summaryrefslogtreecommitdiff
path: root/src/include/port
Commit message (Expand)AuthorAgeFilesLines
* Add CVS tag lines to files that were lacking them.Bruce Momjian2006-03-1115-3/+24
* Clarify macro layout for win32 IMPORT.Bruce Momjian2006-03-031-1/+3
* Fix fsync code to test whether F_FULLFSYNC is available, instead ofTom Lane2006-01-171-0/+2
* remove unneeded defines for uid_t and gid_t, which conflict with perl's typed...Andrew Dunstan2006-01-101-6/+2
* Remove BEOS port.Bruce Momjian2006-01-051-82/+0
* Remove QNX file.Bruce Momjian2006-01-051-12/+0
* Fix Windows setitimer() emulation to not depend on delivering an APCTom Lane2005-10-251-2/+1
* Improve performance of CHECK_FOR_INTERRUPTS() macro on Windows by not doingTom Lane2005-10-211-2/+8
* Standard pgindent run for 8.1.Bruce Momjian2005-10-155-13/+6
* Some more mop-up for Windows IPv6 support. Andrew DunstanTom Lane2005-08-261-0/+8
* Add fsync() define for Win32 to cover cases other than wal_sync_methodBruce Momjian2005-06-161-1/+6
* Add support for wal_fsync_writethrough for Darwin, and restructure theBruce Momjian2005-05-202-3/+6
* Change Win32 O_SYNC method to O_DSYNC because that is what the methodBruce Momjian2005-03-241-2/+3
* Allow Win32 to support the O_SYNC open flag as an wal_sync_method method.Bruce Momjian2005-02-271-1/+9
* Rearrange include file contents into a saner order, add inclusion ofTom Lane2004-12-261-49/+54
* Allow libpq to build on MS Visual Studio .NET 2003 on Windows XP.Bruce Momjian2004-12-011-1/+5
* Fix Win32 problems with signals and sockets, by making the forkexec codeTom Lane2004-11-171-2/+5
* Fix improper defines for uid_t and gid_t. Had them backwards.Bruce Momjian2004-10-061-3/+3
* Use #define instead of typedef for plperl because perl definesBruce Momjian2004-10-061-1/+9
* Here is a patch to fix win32 ssl builds. Summary of changes:Bruce Momjian2004-10-061-1/+2
* Fix typo in recent Win32 typedef change.Bruce Momjian2004-10-051-2/+2
* Remove unused Win32 defines, convert them to typdefs, per suggestionBruce Momjian2004-10-052-12/+4
* Add new macro as shorthand for MS VC and Borland C++:Bruce Momjian2004-09-271-2/+2
* Win32 compile fix for misc_utils.Tom Lane2004-09-141-1/+2
* Fix Cygwin defines to be consistent.Bruce Momjian2004-09-091-2/+2
* Apparently HPUX runs the IA64 in big-endian mode.Tom Lane2004-09-021-1/+2
* Define lstat with parameters, rather than just redefining the symbol.Bruce Momjian2004-08-311-2/+2
* Fix typo in lstat() macro exposed by new tablespace code.Bruce Momjian2004-08-311-2/+2
* Pgindent run for 8.0.Bruce Momjian2004-08-2910-22/+31
* >>> I understand your disliking of non-posix stuff. OTOH,Bruce Momjian2004-08-291-1/+5
* Work around broken strtod() that's present in many Solaris releases.Tom Lane2004-08-111-1/+8
* Move Win32 defines from port.h to win32.h.Bruce Momjian2004-07-231-1/+9
* Replace direct fprintf(stderr) calls by write_stderr(), and cause thisTom Lane2004-06-241-1/+5
* Cleanup for Win32 pgkill.Bruce Momjian2004-05-271-4/+1
* Move pgkill out into /port so pg_ctl can use it on Win32.Bruce Momjian2004-05-271-4/+4
* Rename another irix file.Bruce Momjian2004-05-191-0/+0
* Solve the 'Turkish problem' with undesirable locale behavior for caseTom Lane2004-05-072-5/+0
* Per discussion earlier today, here is a fix that lets ereport() on win32Bruce Momjian2004-04-221-1/+3
* * Most changes are to fix warnings issued when compiling win32Bruce Momjian2004-04-191-9/+2
* Here's an attempt at new socket and signal code for win32.Bruce Momjian2004-04-121-4/+43
* Localize our dependencies on the way to create NAN or INFINITY.Tom Lane2004-03-152-32/+1
* Add missing checks for Borland C compiler.Bruce Momjian2004-03-021-2/+2
* NOFILE isn't used anywhere any more.Tom Lane2004-02-231-2/+1
* Here is a patch that implements setitimer() on win32. With this patchBruce Momjian2004-02-181-1/+10
* Win32 signals cleanup. Patch by Magnus Hagander, with input from ClaudioNeil Conway2004-02-081-1/+9
* [all] Removed call to getppid in SendPostmasterSignal, replacing with aBruce Momjian2004-01-261-4/+4
* Back out win32 patch so we can apply it separately.Bruce Momjian2004-01-261-4/+4
* Attached is a patch that fixes some trivial typos and alignment. PleaseBruce Momjian2004-01-261-4/+4
* Mop-up for HAS_TEST_AND_SET refactoring. Un-break two or three platformsTom Lane2003-12-232-6/+0
* Move slock_t typdefs into s_lock.h from include/port files forBruce Momjian2003-12-2320-299/+2