aboutsummaryrefslogtreecommitdiff
path: root/src/include/port
Commit message (Expand)AuthorAge
* 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
* From Jason Tishler <jt@dothill.com>Peter Eisentraut2001-01-19
* Add configure check for sys_nerr, to end all discussions.Peter Eisentraut2001-01-09
* NetBSD/Alpha porting fixes from tom@minnesota.com.Tom Lane2000-12-31
* >> Here is a patch for the beos port (All regression tests are OK).Bruce Momjian2000-12-18
* Darwin porting patches from Peter Bierman <bierman@apple.com>Tom Lane2000-12-11
* Repair usage of the OVERLAPS operator.Thomas G. Lockhart2000-12-03
* Remove DISABLE_COMPLEX_MACRO definitions, since people seem to be gettingPeter Eisentraut2000-11-30
* Extend accept/AF_UNIX bug workaround to SCO OpenServer.Peter Eisentraut2000-11-21
* Make pgsql compile on FreeBSD-alpha.Bruce Momjian2000-11-16
* Add configure check to see whether <string.h> and <strings.h> may both bePeter Eisentraut2000-11-03
* This is the minimal version of the Darwin support patch fromPeter Eisentraut2000-10-31
* USE_POSIX_TIME replaced by HAVE_TM_ZONE || HAVE_INT_TIMEZONE, which arePeter Eisentraut2000-10-29
* #define JMP_BUF has been unnecessary since the arrival of the sigsetjmpPeter Eisentraut2000-10-28
* As we don't use struct dirent, the #define SYSV_DIRENT is useless. If wePeter Eisentraut2000-10-28
* beos fixes from Cyril VELTERBruce Momjian2000-10-28
* Makeover for Unixware 7.1.1Peter Eisentraut2000-10-22
* Move DLSUFFIX, AROPT, and CFLAGS_SL settings from template toPeter Eisentraut2000-10-21
* Unify solaris_i386 and solaris_sparc templates. They were almost identicalPeter Eisentraut2000-10-10
* Tom Lane wrote:Bruce Momjian2000-10-08
* The beos port in the source tree doesn't even compile. and evenBruce Momjian2000-10-07
* New diff that now covers the entire tree. Applying this gets postgresqlBruce Momjian2000-10-03
* Here is the first batch of files and diffs for the BeOS port. I've run intoBruce Momjian2000-10-02
* Rename templates to match names in makefiles/Makefile.* and include/port.Peter Eisentraut2000-07-15
* attached to this mail is a patch from a colleague that makesBruce Momjian2000-07-05
* Include information for armv4l from Mark Knox <segfault@hardline.org>.Thomas G. Lockhart2000-04-18
* Skip setsockopt(SO_REUSEADDR) for the Unix-domain postmaster socket onTom Lane2000-04-14
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* I've made a diff against the 7.0beta1 tree that accomplishes several things:Bruce Momjian2000-03-08
* Added configure test for readline's filename_completion_functionPeter Eisentraut2000-03-05
* Moved psql \eset and \eshow to \encodingPeter Eisentraut2000-02-20
* I checked the WinNT port yesterday (a few days old snapshot from CVS) and IBruce Momjian2000-02-09
* Fixed all elog related warnings, as well as a few others.Peter Eisentraut2000-01-15
* Avoid compiler warnings on systems that have snprintf and/or vsnprintfTom Lane1999-12-20
* I have done the QNX4 port with the current source tree. The number ofBruce Momjian1999-12-16
* Fix for arm32 and fix for dbname with dash.Bruce Momjian1999-11-18
* Standardize on MAXPGPATH as the size of a file pathname buffer,Tom Lane1999-10-25