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