aboutsummaryrefslogtreecommitdiff
path: root/src/template
Commit message (Expand)AuthorAge
* Rename irix5 port to irix.Bruce Momjian2004-05-19
* Remove extra 'then'.Bruce Momjian2004-05-14
* No need for gcc thread stuff anymore, only cc.Bruce Momjian2004-05-13
* Remove warning about Unixware.Bruce Momjian2004-05-13
* Unconditionally define:Bruce Momjian2004-04-26
* Fix typo on thread lib name.Bruce Momjian2004-04-25
* Add new auto-detection of thread flags.Bruce Momjian2004-04-23
* Add NetBSD thread compile flags.Bruce Momjian2004-04-20
* Update Darwin thread compile flags, and OS version info.Bruce Momjian2004-04-07
* Update darwin OS version.Bruce Momjian2004-04-07
* Update Darwin as thread-safe.Bruce Momjian2004-04-07
* Add -D_REENTRANT for Solaris threading.Bruce Momjian2004-03-26
* Update gcc solaris flags.Bruce Momjian2004-03-25
* Disasble threads on unixware until other platforms report a problem.Bruce Momjian2004-03-22
* Add mention of "-D_POSIX_PTHREAD_SEMANTICS" enabling 5-arg getpwuid_r().Bruce Momjian2004-03-22
* Add Unixware thread support from Larry Rosenman.Bruce Momjian2004-03-18
* Update Solaris thread flags, per Jim SeymourBruce Momjian2004-03-14
* Mark linux as thread-enabled with new 7.5 tests.Bruce Momjian2004-03-14
* Check and set thread-safe functions separately, rather than as a singleBruce Momjian2004-02-11
* Update OSF thread flags for non-gcc compiles.Bruce Momjian2004-01-08
* Fix Solaris thread build settings for non-gcc compilers.Bruce Momjian2004-01-08
* Make Solaris non-gcc thread flag "-mt" a compile flag, not a link flag.Bruce Momjian2003-12-31
* Add "-mt" link flag for Solaris non-gcc compiles when using threads ---Bruce Momjian2003-12-30
* Use inlined TAS() on PA-RISC, if we are compiling with gcc.Tom Lane2003-12-23
* Push responsibility for selecting out-of-line-assembler TAS code out toTom Lane2003-12-23
* Add -O to really trigger compiler bug.Peter Eisentraut2003-11-05
* Add detection of compiler bug.Peter Eisentraut2003-11-05
* Fix CFLAGS logic.Peter Eisentraut2003-11-01
* Get Tru64/cc to compile. Need to add -ieee so that it doesn't choke onPeter Eisentraut2003-10-25
* Fix CFLAGS selection to actually work. Add test to detect whether gcc'sPeter Eisentraut2003-10-25
* Remove -pipe from compiles.Bruce Momjian2003-10-09
* Update Solaris FAQ to mention -fast.Bruce Momjian2003-10-09
* Remove -pipe on Linux, per reports from Peter.Bruce Momjian2003-10-09
* Add -pipe compile for Linux.Bruce Momjian2003-10-09
* Make template CFLAGS handling consistent.Bruce Momjian2003-10-09
* Re-add -pipe compile flags for bsd's.Bruce Momjian2003-10-09
* This centralizes the optimization defaults into configure.in, ratherBruce Momjian2003-10-09
* Add quotes to CFLAG define.Bruce Momjian2003-10-09
* Add quotes around -O setting for consistency.Bruce Momjian2003-10-08
* Mark Linux for threads.Bruce Momjian2003-09-27
* Finalize configuration of thread_test program.Bruce Momjian2003-09-27
* Rename thread compile flag. Move thread test program to tools/thread,Bruce Momjian2003-09-27
* Move -D_GNU_SOURCE hack from port header to template, so thatTom Lane2003-09-26
* 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