| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Mark BSD/OS as verified not needing reentrant function names. | Bruce Momjian | 2003-09-03 | 1 | -1/+1 |
* | Mark Unixware as not requiring *_r functions. | Bruce Momjian | 2003-09-03 | 1 | -1/+1 |
* | Fix unixware template --- had spaces around equals. | Bruce Momjian | 2003-08-30 | 1 | -1/+1 |
* | Fix unixware thread test. | Bruce Momjian | 2003-08-25 | 1 | -1/+1 |
* | Add quotes to += of unixware threads define. | Bruce Momjian | 2003-08-24 | 1 | -1/+1 |
* | Make NEED_REENTRANT_FUNC_NAMES _require_ *_r functions, and add tests to | Bruce Momjian | 2003-08-16 | 6 | -7/+6 |
* | Adjustment for unixware threading. | Bruce Momjian | 2003-08-14 | 1 | -1/+3 |
* | Mark unixware as having threaded support. | Bruce Momjian | 2003-08-14 | 1 | -0/+4 |
* | Adjust for compiler options for compiler bug. | Bruce Momjian | 2003-08-13 | 1 | -1/+4 |
* | OSF supports pthreads, per Philip Yarra. | Tom Lane | 2003-07-15 | 1 | -0/+3 |
* | Move thread os defines into template files. | Bruce Momjian | 2003-06-14 | 4 | -0/+26 |
* | Allow Win32 to compile under MinGW. Major changes are: | Bruce Momjian | 2003-05-15 | 1 | -0/+3 |
* | Whack getaddrinfo() patch around until it works, more or less, on | Tom Lane | 2003-04-02 | 1 | -2/+4 |
* | Make "win" a separate port from "cygwin". This means you can now | Peter Eisentraut | 2003-03-21 | 2 | -2/+5 |
* | Mark SCO Openserver 5.0.4. supported by 7.3.1 as per chat report from user. | Bruce Momjian | 2002-12-11 | 1 | -1/+2 |
* | Assorted fixes for Cygwin: | Peter Eisentraut | 2002-09-05 | 1 | -2/+0 |
* | Remove leftovers from subproject removals. Fixes for Python and Kerberos | Peter Eisentraut | 2002-09-04 | 5 | -9/+1 |
* | Back out patch, that was alpha, which I think still needs just -O. | Bruce Momjian | 2002-08-29 | 1 | -2/+2 |
* | Change FreeBSD to use -O2, important for MemSet. | Bruce Momjian | 2002-08-29 | 1 | -2/+2 |
* | Fix case syntax for freebsd template. | Bruce Momjian | 2002-07-08 | 1 | -2/+2 |
* | Move CXX platform-specific stuff into template files. | Bruce Momjian | 2002-07-07 | 3 | -1/+3 |
* | Convert expr to case, for Peter E. | Bruce Momjian | 2002-07-07 | 1 | -4/+4 |
* | Update FreeBSD template to properly compile c++ on alpha. | Bruce Momjian | 2002-07-03 | 1 | -5/+4 |
* | Create an internal semaphore API that is not tied to SysV semaphores. | Tom Lane | 2002-05-05 | 1 | -0/+3 |
* | Upgrade to Autoconf version 2.53. Replaced many custom macro | Peter Eisentraut | 2002-03-29 | 1 | -0/+1 |
* | Remove -mips2 flag, which breaks the build on some MIPS systems. | Peter Eisentraut | 2002-03-21 | 1 | -4/+0 |
* | 0 -> O | Peter Eisentraut | 2001-08-08 | 1 | -1/+1 |
* | Back out qnx plpgsql/Makefile change and move to src/Makefile. | Bruce Momjian | 2001-05-24 | 1 | -1/+1 |
* | Use RTLD_GLOBAL flag for dlopen-style dynamic loaders. | Peter Eisentraut | 2001-05-14 | 1 | -4/+0 |
* | Shared library and GCC support for SCO OpenServer. | Peter Eisentraut | 2001-05-07 | 1 | -2/+6 |
* | Select optimization by default for HP's C compiler. | Tom Lane | 2001-02-20 | 1 | -0/+1 |
* | Darwin porting patches from Peter Bierman <bierman@apple.com> | Tom Lane | 2000-12-11 | 1 | -3/+2 |
* | AIX patches from Andreas. | Tom Lane | 2000-11-18 | 1 | -10/+4 |
* | Make pgsql compile on FreeBSD-alpha. | Bruce Momjian | 2000-11-16 | 1 | -1/+7 |
* | Put -Ae into CC not CFLAGS, since it's not optional. | Peter Eisentraut | 2000-11-04 | 1 | -2/+1 |
* | This is the minimal version of the Darwin support patch from | Peter Eisentraut | 2000-10-31 | 1 | -0/+4 |
* | Determine CXXFLAGS after the C++ compiler was detected. Also honor | Peter Eisentraut | 2000-10-31 | 3 | -3/+0 |
* | Makeover for Unixware 7.1.1 | Peter Eisentraut | 2000-10-22 | 1 | -3/+5 |
* | Move DLSUFFIX, AROPT, and CFLAGS_SL settings from template to | Peter Eisentraut | 2000-10-21 | 20 | -93/+6 |
* | Remove CC and CXX. | Bruce Momjian | 2000-10-21 | 1 | -2/+0 |
* | Per my ongoing discussion with PeterE, here is the patch I applied to | Bruce Momjian | 2000-10-21 | 1 | -1/+3 |
* | Unify solaris_i386 and solaris_sparc templates. They were almost identical | Peter Eisentraut | 2000-10-10 | 2 | -12/+2 |
* | This removes the LDFLAGS from the template and adds an autoconf check | Bruce Momjian | 2000-10-08 | 1 | -3/+0 |
* | Remove stuff that shouldn't be here. | Peter Eisentraut | 2000-10-07 | 1 | -3/+0 |