| Commit message (Expand) | Author | Age |
* | Update OSF thread flags for non-gcc compiles. | Bruce Momjian | 2004-01-08 |
* | Update Solaris thread setting for non-gcc compilers. | Bruce Momjian | 2004-01-08 |
* | Backpatch Solaris non-gcc thread compile fix to 7.4.X. | Bruce Momjian | 2004-01-01 |
* | Add -O to really trigger compiler bug. | Peter Eisentraut | 2003-11-05 |
* | Add detection of compiler bug. | Peter Eisentraut | 2003-11-05 |
* | Fix CFLAGS logic. | Peter Eisentraut | 2003-11-01 |
* | Get Tru64/cc to compile. Need to add -ieee so that it doesn't choke on | Peter Eisentraut | 2003-10-25 |
* | Fix CFLAGS selection to actually work. Add test to detect whether gcc's | Peter Eisentraut | 2003-10-25 |
* | Remove -pipe from compiles. | Bruce Momjian | 2003-10-09 |
* | Update Solaris FAQ to mention -fast. | Bruce Momjian | 2003-10-09 |
* | Remove -pipe on Linux, per reports from Peter. | Bruce Momjian | 2003-10-09 |
* | Add -pipe compile for Linux. | Bruce Momjian | 2003-10-09 |
* | Make template CFLAGS handling consistent. | Bruce Momjian | 2003-10-09 |
* | Re-add -pipe compile flags for bsd's. | Bruce Momjian | 2003-10-09 |
* | This centralizes the optimization defaults into configure.in, rather | Bruce Momjian | 2003-10-09 |
* | Add quotes to CFLAG define. | Bruce Momjian | 2003-10-09 |
* | Add quotes around -O setting for consistency. | Bruce Momjian | 2003-10-08 |
* | Mark Linux for threads. | Bruce Momjian | 2003-09-27 |
* | Finalize configuration of thread_test program. | Bruce Momjian | 2003-09-27 |
* | Rename thread compile flag. Move thread test program to tools/thread, | Bruce Momjian | 2003-09-27 |
* | Move -D_GNU_SOURCE hack from port header to template, so that | Tom Lane | 2003-09-26 |
* | Latest version of gcc from Apple does not work well with -traditional-cpp | Tom Lane | 2003-09-19 |
* | NetBSD needs reentrant funcs. | Bruce Momjian | 2003-09-15 |
* | Attempt threading in this order: | Bruce Momjian | 2003-09-13 |
* | Mark FreeBSD as non-thread-safe. | Bruce Momjian | 2003-09-12 |
* | Tighten casting of function call pointers for threads. | Bruce Momjian | 2003-09-03 |
* | Mark unixware as verified. | Bruce Momjian | 2003-09-03 |
* | Add Unixware as verified. | Bruce Momjian | 2003-09-03 |
* | Mark BSD/OS as verified not needing reentrant function names. | Bruce Momjian | 2003-09-03 |
* | Mark Unixware as not requiring *_r functions. | Bruce Momjian | 2003-09-03 |
* | Fix unixware template --- had spaces around equals. | Bruce Momjian | 2003-08-30 |
* | Fix unixware thread test. | Bruce Momjian | 2003-08-25 |
* | Add quotes to += of unixware threads define. | Bruce Momjian | 2003-08-24 |
* | Make NEED_REENTRANT_FUNC_NAMES _require_ *_r functions, and add tests to | Bruce Momjian | 2003-08-16 |
* | Adjustment for unixware threading. | Bruce Momjian | 2003-08-14 |
* | Mark unixware as having threaded support. | Bruce Momjian | 2003-08-14 |
* | Adjust for compiler options for compiler bug. | Bruce Momjian | 2003-08-13 |
* | OSF supports pthreads, per Philip Yarra. | Tom Lane | 2003-07-15 |
* | Move thread os defines into template files. | Bruce Momjian | 2003-06-14 |
* | Allow Win32 to compile under MinGW. Major changes are: | Bruce Momjian | 2003-05-15 |
* | Whack getaddrinfo() patch around until it works, more or less, on | Tom Lane | 2003-04-02 |
* | Make "win" a separate port from "cygwin". This means you can now | Peter Eisentraut | 2003-03-21 |
* | Mark SCO Openserver 5.0.4. supported by 7.3.1 as per chat report from user. | Bruce Momjian | 2002-12-11 |
* | Assorted fixes for Cygwin: | Peter Eisentraut | 2002-09-05 |
* | Remove leftovers from subproject removals. Fixes for Python and Kerberos | Peter Eisentraut | 2002-09-04 |
* | Back out patch, that was alpha, which I think still needs just -O. | Bruce Momjian | 2002-08-29 |
* | Change FreeBSD to use -O2, important for MemSet. | Bruce Momjian | 2002-08-29 |
* | Fix case syntax for freebsd template. | Bruce Momjian | 2002-07-08 |
* | Move CXX platform-specific stuff into template files. | Bruce Momjian | 2002-07-07 |
* | Convert expr to case, for Peter E. | Bruce Momjian | 2002-07-07 |