summaryrefslogtreecommitdiff
path: root/src/include/port
Commit message (Expand)AuthorAgeFilesLines
* Allow interfaces to compile under MingGW/Win32 by adding _P to symbolsBruce Momjian2003-05-161-13/+1
* Add missing win32 file --- seems best way to find these is to justBruce Momjian2003-05-151-0/+1
* Allow Win32 to compile under MinGW. Major changes are:Bruce Momjian2003-05-159-18/+64
* More cleanups now that we have crypt().Bruce Momjian2003-05-091-2/+0
* Remove rint() prototype from QNX.Bruce Momjian2003-05-091-2/+0
* Remove unneeded define.Bruce Momjian2003-04-291-3/+1
* Add Win32 shmem/sema prototypes.Bruce Momjian2003-04-241-1/+51
* Make Win32 tests to match existing Cygwin tests, where appropriate.Bruce Momjian2003-04-182-4/+60
* Make "win" a separate port from "cygwin". This means you can nowPeter Eisentraut2003-03-212-30/+30
* This patch fixes a bunch of spelling mistakes in comments throughout theTom Lane2003-03-101-2/+2
* Awhile back I wrote that freebsd.h was probably broken in the places whereTom Lane2003-01-013-12/+20
* Remove NO_MKTIME_BEFORE_1970. I had speculated that it was not neededTom Lane2002-11-122-2/+2
* > > I'll re-check that with the ppc architecture guy here.Bruce Momjian2002-11-101-0/+5
* Add #define _GNU_SOURCE to work around what seems to be Perl 5.8.0'sTom Lane2002-11-071-0/+6
* Remove useless O_DIROPEN stuff.Peter Eisentraut2002-09-241-4/+0
* pgindent run.Bruce Momjian2002-09-041-0/+1
* Revert _LARGEFILE64_SOURCE addition; good try but doesn't work,Tom Lane2002-08-301-5/+0
* Workaround for broken large file support on HP-UXPeter Eisentraut2002-08-291-0/+4
* Not needed anymore.Tom Lane2002-05-051-74/+0
* libpq++/pgconnection.h must not include postgres_fe.h, else it fails toTom Lane2002-01-222-0/+53
* Fix indenting for 'extern "C"' cases.Bruce Momjian2001-11-081-17/+17
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-053-7/+7
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-2816-3/+18
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-258-26/+3
* Treat __s390x__ the same as __s390__. (taken from RPM patch set)Peter Eisentraut2001-09-241-1/+1
* A small patch to keep postgres working on the latest BeOS.Bruce Momjian2001-08-071-1/+5
* I haven't tried building postgres with the Watcom compiler for 7.1 becauseBruce Momjian2001-05-241-10/+0
* Remove dashes in comments that don't need them, rewrap with pgindent.Bruce Momjian2001-03-221-1/+1
* pgindent run. Make it all clean.Bruce Momjian2001-03-229-42/+69
* Patches from Cyril Velter to make shared-memory-conflict-detection codeTom Lane2001-03-181-0/+2
* Please apply the following patch to fix AIX and IRIX timestamp behaviorBruce Momjian2001-02-132-0/+2
* I have deleted the include of termios.h in include/port/qnx4.h.Bruce Momjian2001-02-091-1/+0
* Still further tweaking of s_lock assembler: do not assume that leadingTom Lane2001-01-202-5/+10
* From Jason Tishler <jt@dothill.com>Peter Eisentraut2001-01-191-0/+7
* Add configure check for sys_nerr, to end all discussions.Peter Eisentraut2001-01-092-6/+0
* NetBSD/Alpha porting fixes from tom@minnesota.com.Tom Lane2000-12-311-5/+9
* >> Here is a patch for the beos port (All regression tests are OK).Bruce Momjian2000-12-181-1/+9
* Darwin porting patches from Peter Bierman <bierman@apple.com>Tom Lane2000-12-112-1/+81
* Repair usage of the OVERLAPS operator.Thomas G. Lockhart2000-12-031-0/+5
* Remove DISABLE_COMPLEX_MACRO definitions, since people seem to be gettingPeter Eisentraut2000-11-303-10/+0
* Extend accept/AF_UNIX bug workaround to SCO OpenServer.Peter Eisentraut2000-11-212-1/+4
* Make pgsql compile on FreeBSD-alpha.Bruce Momjian2000-11-161-3/+6
* Add configure check to see whether <string.h> and <strings.h> may both bePeter Eisentraut2000-11-033-18/+0
* This is the minimal version of the Darwin support patch fromPeter Eisentraut2000-10-311-0/+6
* USE_POSIX_TIME replaced by HAVE_TM_ZONE || HAVE_INT_TIMEZONE, which arePeter Eisentraut2000-10-2920-46/+1
* #define JMP_BUF has been unnecessary since the arrival of the sigsetjmpPeter Eisentraut2000-10-285-7/+0
* As we don't use struct dirent, the #define SYSV_DIRENT is useless. If wePeter Eisentraut2000-10-286-14/+1
* beos fixes from Cyril VELTERBruce Momjian2000-10-281-55/+53
* Makeover for Unixware 7.1.1Peter Eisentraut2000-10-221-1/+3
* Move DLSUFFIX, AROPT, and CFLAGS_SL settings from template toPeter Eisentraut2000-10-212-5/+2