aboutsummaryrefslogtreecommitdiff
path: root/src/include/port
Commit message (Expand)AuthorAge
* 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
* Add define for missing EAI_ADDRFAMILY in BSD/OS 4.3.Bruce Momjian2003-05-22
* Fix compilation on Cygwin.Peter Eisentraut2003-05-22
* Rename Win32 include directory from win32_include to win32.Bruce Momjian2003-05-19
* Allow interfaces to compile under MingGW/Win32 by adding _P to symbolsBruce Momjian2003-05-16
* Add missing win32 file --- seems best way to find these is to justBruce Momjian2003-05-15
* Allow Win32 to compile under MinGW. Major changes are:Bruce Momjian2003-05-15
* More cleanups now that we have crypt().Bruce Momjian2003-05-09
* Remove rint() prototype from QNX.Bruce Momjian2003-05-09
* Remove unneeded define.Bruce Momjian2003-04-29
* Add Win32 shmem/sema prototypes.Bruce Momjian2003-04-24
* Make Win32 tests to match existing Cygwin tests, where appropriate.Bruce Momjian2003-04-18
* Make "win" a separate port from "cygwin". This means you can nowPeter Eisentraut2003-03-21
* This patch fixes a bunch of spelling mistakes in comments throughout theTom Lane2003-03-10
* Awhile back I wrote that freebsd.h was probably broken in the places whereTom Lane2003-01-01
* Remove NO_MKTIME_BEFORE_1970. I had speculated that it was not neededTom Lane2002-11-12
* > > I'll re-check that with the ppc architecture guy here.Bruce Momjian2002-11-10
* Add #define _GNU_SOURCE to work around what seems to be Perl 5.8.0'sTom Lane2002-11-07
* Remove useless O_DIROPEN stuff.Peter Eisentraut2002-09-24
* pgindent run.Bruce Momjian2002-09-04
* Revert _LARGEFILE64_SOURCE addition; good try but doesn't work,Tom Lane2002-08-30
* Workaround for broken large file support on HP-UXPeter Eisentraut2002-08-29
* Not needed anymore.Tom Lane2002-05-05
* libpq++/pgconnection.h must not include postgres_fe.h, else it fails toTom Lane2002-01-22
* Fix indenting for 'extern "C"' cases.Bruce Momjian2001-11-08
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-28
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Treat __s390x__ the same as __s390__. (taken from RPM patch set)Peter Eisentraut2001-09-24
* A small patch to keep postgres working on the latest BeOS.Bruce Momjian2001-08-07
* I haven't tried building postgres with the Watcom compiler for 7.1 becauseBruce Momjian2001-05-24
* Remove dashes in comments that don't need them, rewrap with pgindent.Bruce Momjian2001-03-22
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Patches from Cyril Velter to make shared-memory-conflict-detection codeTom Lane2001-03-18
* Please apply the following patch to fix AIX and IRIX timestamp behaviorBruce Momjian2001-02-13
* I have deleted the include of termios.h in include/port/qnx4.h.Bruce Momjian2001-02-09
* Still further tweaking of s_lock assembler: do not assume that leadingTom Lane2001-01-20