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