aboutsummaryrefslogtreecommitdiff
path: root/src/template
Commit message (Expand)AuthorAge
* Latest version of gcc from Apple does not work well with -traditional-cppTom Lane2003-09-19
* NetBSD needs reentrant funcs.Bruce Momjian2003-09-15
* Attempt threading in this order:Bruce Momjian2003-09-13
* Mark FreeBSD as non-thread-safe.Bruce Momjian2003-09-12
* Tighten casting of function call pointers for threads.Bruce Momjian2003-09-03
* Mark unixware as verified.Bruce Momjian2003-09-03
* Add Unixware as verified.Bruce Momjian2003-09-03
* Mark BSD/OS as verified not needing reentrant function names.Bruce Momjian2003-09-03
* Mark Unixware as not requiring *_r functions.Bruce Momjian2003-09-03
* Fix unixware template --- had spaces around equals.Bruce Momjian2003-08-30
* Fix unixware thread test.Bruce Momjian2003-08-25
* Add quotes to += of unixware threads define.Bruce Momjian2003-08-24
* Make NEED_REENTRANT_FUNC_NAMES _require_ *_r functions, and add tests toBruce Momjian2003-08-16
* Adjustment for unixware threading.Bruce Momjian2003-08-14
* Mark unixware as having threaded support.Bruce Momjian2003-08-14
* Adjust for compiler options for compiler bug.Bruce Momjian2003-08-13
* OSF supports pthreads, per Philip Yarra.Tom Lane2003-07-15
* Move thread os defines into template files.Bruce Momjian2003-06-14
* Allow Win32 to compile under MinGW. Major changes are:Bruce Momjian2003-05-15
* Whack getaddrinfo() patch around until it works, more or less, onTom Lane2003-04-02
* Make "win" a separate port from "cygwin". This means you can nowPeter Eisentraut2003-03-21
* Mark SCO Openserver 5.0.4. supported by 7.3.1 as per chat report from user.Bruce Momjian2002-12-11
* Assorted fixes for Cygwin:Peter Eisentraut2002-09-05
* Remove leftovers from subproject removals. Fixes for Python and KerberosPeter Eisentraut2002-09-04
* Back out patch, that was alpha, which I think still needs just -O.Bruce Momjian2002-08-29
* Change FreeBSD to use -O2, important for MemSet.Bruce Momjian2002-08-29
* Fix case syntax for freebsd template.Bruce Momjian2002-07-08
* Move CXX platform-specific stuff into template files.Bruce Momjian2002-07-07
* Convert expr to case, for Peter E.Bruce Momjian2002-07-07
* Update FreeBSD template to properly compile c++ on alpha.Bruce Momjian2002-07-03
* Create an internal semaphore API that is not tied to SysV semaphores.Tom Lane2002-05-05
* Upgrade to Autoconf version 2.53. Replaced many custom macroPeter Eisentraut2002-03-29
* Remove -mips2 flag, which breaks the build on some MIPS systems.Peter Eisentraut2002-03-21
* 0 -> OPeter Eisentraut2001-08-08
* Back out qnx plpgsql/Makefile change and move to src/Makefile.Bruce Momjian2001-05-24
* Use RTLD_GLOBAL flag for dlopen-style dynamic loaders.Peter Eisentraut2001-05-14
* Shared library and GCC support for SCO OpenServer.Peter Eisentraut2001-05-07
* Select optimization by default for HP's C compiler.Tom Lane2001-02-20
* Darwin porting patches from Peter Bierman <bierman@apple.com>Tom Lane2000-12-11
* AIX patches from Andreas.Tom Lane2000-11-18
* Make pgsql compile on FreeBSD-alpha.Bruce Momjian2000-11-16
* Put -Ae into CC not CFLAGS, since it's not optional.Peter Eisentraut2000-11-04
* This is the minimal version of the Darwin support patch fromPeter Eisentraut2000-10-31
* Determine CXXFLAGS after the C++ compiler was detected. Also honorPeter Eisentraut2000-10-31
* Makeover for Unixware 7.1.1Peter Eisentraut2000-10-22
* Move DLSUFFIX, AROPT, and CFLAGS_SL settings from template toPeter Eisentraut2000-10-21
* Remove CC and CXX.Bruce Momjian2000-10-21
* Per my ongoing discussion with PeterE, here is the patch I applied toBruce Momjian2000-10-21
* Unify solaris_i386 and solaris_sparc templates. They were almost identicalPeter Eisentraut2000-10-10
* This removes the LDFLAGS from the template and adds an autoconf checkBruce Momjian2000-10-08