- Oct 13, 2005
-
-
Bruce Momjian authored
-
- Sep 26, 2005
-
-
Bruce Momjian authored
Marko Kreen
-
- Aug 29, 2005
-
-
Bruce Momjian authored
will use pthreadGC2. Dave Page
-
- Jul 01, 2005
-
-
Peter Eisentraut authored
-
- Feb 24, 2005
-
-
Tom Lane authored
-
- Feb 22, 2005
-
-
Bruce Momjian authored
+ # Determine if printf supports %1$ argument selection, e.g. %5$ selects + # the fifth argument after the printf print string. + # This is not in the C99 standard, but in the Single Unix Specification (SUS). + # It is used in our langauge translation strings. Nicolai Tufar with configure changes by Bruce.
-
- Jan 08, 2005
-
-
Peter Eisentraut authored
-
- Dec 16, 2004
-
-
Bruce Momjian authored
binary compiles, and adjust configure tests for AIX.
-
- Dec 14, 2004
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- Dec 02, 2004
-
-
Tom Lane authored
that readline must depend on libcurses, but it seems more recent ones use libtermcap instead. Allow that case.
-
- Nov 30, 2004
-
-
Tom Lane authored
reliably (ie, regardless of which libraries they depend on). Also make sure that we don't select headers that obviously belong to the wrong one of the two libraries. This was discussed back around 4-Sep but seems to have slipped through the cracks. The header selection could be checked more closely, perhaps, but let's see if this is good enough.
-
- Oct 24, 2004
-
-
Tom Lane authored
compiler emits any warnings, the test program had better be 100% correct, not only 90% correct. The recent addition of -Wold-style-definition broke thread-safety detection on every platform that has that switch, because the test program used an old-style definition.
-
- Oct 20, 2004
-
-
Neil Conway authored
-O2 -Wall -Wmissing-prototypes -Wpointer-arith Check whether the version of GCC we are using supports any of: -Wdeclaration-after-statement -Wendif-labels -Wold-style-definition And add the supported flags to CFLAGS.
-
- Oct 11, 2004
-
-
Tom Lane authored
-L spec rather than assuming libpython is in the standard search path (this returns to the way 7.4 did it). But check the distutils output to see if it looks like Python has built a shared library, and if so link with that instead of the probably-not-shared library found in configdir.
-
- Oct 10, 2004
-
-
Tom Lane authored
-
- Oct 06, 2004
-
-
Bruce Momjian authored
Magnus Hagander
-
- Oct 04, 2004
-
-
Bruce Momjian authored
# MinGW uses '%I64d', though gcc throws an warning with -Wall, # while '%lld' doesn't generate a warning, but doesn't work.
-
- Sep 18, 2004
-
-
Peter Eisentraut authored
-
- Sep 17, 2004
-
-
Joe Conway authored
from James William Pye.
-
- Sep 11, 2004
-
-
Bruce Momjian authored
than /dev/null, which Win32 doesn't have.
-
Bruce Momjian authored
-
- Sep 08, 2004
-
-
Bruce Momjian authored
-
- Sep 02, 2004
- Aug 17, 2004
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- Aug 12, 2004
-
-
Bruce Momjian authored
test only tests for building a binary, not building a shared library. On Linux, you can build a binary with -pthread, but you can't build a binary that uses a threaded shared library unless you also use -pthread when building the binary, or adding -lpthread to the shared library build. This patch has the effect of doing the later by adding both -pthread and -lpthread when building libpq.
-
Bruce Momjian authored
-
- Jul 30, 2004
-
-
Peter Eisentraut authored
some massaging by Peter Eisentraut. This is basically a simple generalization of the existing contrib makefiles.
-
- Jul 17, 2004
-
-
Peter Eisentraut authored
macros provided by the real libtool, when other packages borrow some macros from PostgreSQL, as in the case of the ODBC driver.
-
- Jun 08, 2004
-
-
Bruce Momjian authored
-
- May 20, 2004
-
-
Bruce Momjian authored
David Turover
-
- Apr 26, 2004
-
-
Bruce Momjian authored
-D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS for all ports. It can't hurt if they are not supported, but it makes our job easier for porting. Should fix Darwin compile and other platforms without mucking with the thread detection code.
-
- Apr 23, 2004
-
-
Bruce Momjian authored
Allow additional thread flags to be added via port templates. Change thread flag names to PTHREAD_CFLAGS and PTHREAD_LIBS to match new configure script.
-
- Mar 20, 2004
-
-
Bruce Momjian authored
Backpatch to 7.4.X. Required for Solaris 7 & 8.
-
- Feb 02, 2004
-
-
Tom Lane authored
-fno-strict-aliasing.
-
- Jan 19, 2004
-
-
Tom Lane authored
-
- Dec 13, 2003
-
-
Bruce Momjian authored
docbook style sheets, as discussed with Peter.
-
- Nov 29, 2003
-
-
PostgreSQL Daemon authored
$Header: -> $PostgreSQL Changes ...
-