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