summaryrefslogtreecommitdiff
path: root/src/include/port
Commit message (Expand)AuthorAgeFilesLines
* Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict withMagnus Hagander2007-07-252-9/+9
* Make it possible, and default, for MingW to build with SSPI supportMagnus Hagander2007-07-241-1/+8
* Fix failure to restart Postgres when Linux kernel returns EIDRM for shmctl().Tom Lane2007-07-021-1/+14
* Now that core functionality is depending on autoconf's AC_C_BIGENDIAN to beTom Lane2007-04-0611-155/+8
* Remove headers for old sysv shmem emulation that I forgot.Magnus Hagander2007-03-231-37/+1
* On Windows, use pgwin32_waitforsinglesocket() instead of select() to wait forTom Lane2007-01-261-2/+2
* Update Win32 exception comment.Bruce Momjian2007-01-251-3/+5
* Add comment about exception lists in both winnt.h and ntstatus.h.Bruce Momjian2007-01-231-1/+15
* Back out use of FormatMessage(), does error values, not exceptionBruce Momjian2007-01-231-20/+8
* Print meaningfull error text for abonormal process exit on Win32, ratherBruce Momjian2007-01-231-7/+20
* Uppercase hex value.Bruce Momjian2007-01-221-2/+2
* When system() fails in Win32, report it as an exception, print theBruce Momjian2007-01-221-10/+32
* Allow Borland CC to compile libpq and psql.Bruce Momjian2007-01-111-1/+9
* Make sure BYTE_ORDER gets defined in 64-bit builds on Solaris,Tom Lane2007-01-101-1/+12
* finite() no longer used; remove finite() platform-specificBruce Momjian2007-01-021-2/+1
* Further MSVC portability fixes from Magnus.Tom Lane2006-10-191-1/+14
* Work around buggy strtod on (some versions of?) IRIX. Combination ofTom Lane2006-10-051-1/+7
* Update Solaris strtod() bug comment.Bruce Momjian2006-10-041-3/+3
* Update Solaris strtol() bug comment.Bruce Momjian2006-10-041-2/+7
* pgindent run for 8.2.Bruce Momjian2006-10-0414-32/+28
* Rearrange MSVC errcode hack, fix incorrect _MSC_VER test. MagnusTom Lane2006-10-031-4/+1
* Move WIN32_ONLY_COMPILER define from c.h to win32.h because it was beingBruce Momjian2006-10-031-1/+5
* Define errcode as __msvc_errcode not __vc_errcode for MSVC builds,Tom Lane2006-09-161-2/+2
* Return inline to win32.h because code was OK, but keep additionalBruce Momjian2006-08-101-1/+10
* Move "#define inline __inline" from port/win32.h to c.h because Win32Bruce Momjian2006-08-101-4/+1
* Formatting improvement.Bruce Momjian2006-08-091-2/+2
* Fix definition of "errcode" for MSVC.Bruce Momjian2006-08-081-1/+4
* Fix WIN32 wait() return value macros to be accurate, particularlyBruce Momjian2006-07-301-6/+11
* In a Windows backend, don't build src/port/pgsleep.c's version ofTom Lane2006-07-161-6/+1
* Fix lack of repeat-inclusion guard in win32 substitute sys/socket.h.Tom Lane2006-07-161-1/+9
* Reverse inclusion order of <ws2tcpip.h> and <winsock2.h>, per Dave Page.Tom Lane2006-07-111-1/+1
* Use Unix line endings instead of DOS ones, per Magnus.Bruce Momjian2006-06-261-21/+21
* Update include files to Unix newline format, per report from Magnus.Bruce Momjian2006-06-265-5/+5
* Prepare code to be built by MSVC:Bruce Momjian2006-06-077-15/+69
* 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