summaryrefslogtreecommitdiff
path: root/src/template
Commit message (Expand)AuthorAgeFilesLines
* Make Solaris non-gcc thread flag "-mt" a compile flag, not a link flag.Bruce Momjian2003-12-311-2/+2
* Add "-mt" link flag for Solaris non-gcc compiles when using threads ---Bruce Momjian2003-12-301-0/+4
* Use inlined TAS() on PA-RISC, if we are compiling with gcc.Tom Lane2003-12-231-2/+8
* Push responsibility for selecting out-of-line-assembler TAS code out toTom Lane2003-12-232-0/+11
* Add -O to really trigger compiler bug.Peter Eisentraut2003-11-051-1/+1
* Add detection of compiler bug.Peter Eisentraut2003-11-051-4/+20
* Fix CFLAGS logic.Peter Eisentraut2003-11-011-3/+6
* Get Tru64/cc to compile. Need to add -ieee so that it doesn't choke onPeter Eisentraut2003-10-251-1/+1
* Fix CFLAGS selection to actually work. Add test to detect whether gcc'sPeter Eisentraut2003-10-259-14/+8
* Remove -pipe from compiles.Bruce Momjian2003-10-095-10/+1
* Update Solaris FAQ to mention -fast.Bruce Momjian2003-10-091-1/+1
* Remove -pipe on Linux, per reports from Peter.Bruce Momjian2003-10-091-2/+0
* Add -pipe compile for Linux.Bruce Momjian2003-10-091-0/+2
* Make template CFLAGS handling consistent.Bruce Momjian2003-10-098-13/+13
* Re-add -pipe compile flags for bsd's.Bruce Momjian2003-10-095-3/+8
* This centralizes the optimization defaults into configure.in, ratherBruce Momjian2003-10-0922-52/+13
* Add quotes to CFLAG define.Bruce Momjian2003-10-091-2/+2
* Add quotes around -O setting for consistency.Bruce Momjian2003-10-081-1/+1
* Mark Linux for threads.Bruce Momjian2003-09-271-1/+1
* Finalize configuration of thread_test program.Bruce Momjian2003-09-277-10/+9
* Rename thread compile flag. Move thread test program to tools/thread,Bruce Momjian2003-09-276-8/+9
* Move -D_GNU_SOURCE hack from port header to template, so thatTom Lane2003-09-261-0/+2
* Latest version of gcc from Apple does not work well with -traditional-cppTom Lane2003-09-191-3/+3
* 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