- 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.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- Apr 25, 2004
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- Apr 24, 2004
-
-
Bruce Momjian authored
-
Bruce Momjian authored
Add test for cross-compiles that they have to run the thread_test program on the target machine.
-
- 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.
-
- Apr 20, 2004
-
-
PostgreSQL Daemon authored
Remove all of the libpgtcl and pgtclsh files, including all references to them within the various makefiles with_tcl is still required for the src/pl/tcl language
-
- Mar 24, 2004
-
-
Bruce Momjian authored
special Win32 open flag FILE_SHARE_DELETE. Claudio Natoli
-
- Mar 20, 2004
-
-
Bruce Momjian authored
Not an issue for 7.4.X.
-
Bruce Momjian authored
Backpatch to 7.4.X. Required for Solaris 7 & 8.
-
- Mar 09, 2004
-
-
Bruce Momjian authored
-
- Mar 03, 2004
-
-
Bruce Momjian authored
-
- Mar 02, 2004
-
-
Bruce Momjian authored
-
- Feb 11, 2004
-
-
Bruce Momjian authored
variable. Remove thread locking for non-thread-safe functions, instead throw a compile error. Platforms will have to re-run tools/thread to record their thread safety.
-
Bruce Momjian authored
Without this patch, no thread locking or *_r functions were being used.
-
- Feb 10, 2004
-
-
Tom Lane authored
snprintf format for uint64 items.
-
- Feb 02, 2004
-
-
Bruce Momjian authored
-
Bruce Momjian authored
run.
-
- Jan 19, 2004
-
-
Tom Lane authored
-
- Jan 09, 2004
-
-
Bruce Momjian authored
Claudio Natoli
-
- Dec 23, 2003
-
-
Tom Lane authored
the platform template files, instead of doing it directly in configure.in. This seems cleaner, and also opens the door to making the choice be dependent on the compiler being used.
-
- Nov 29, 2003
-
-
PostgreSQL Daemon authored
$Header: -> $PostgreSQL Changes ...
-
- Nov 27, 2003
-
-
Peter Eisentraut authored
--with-openssl options. This creates too much risk to pick up the wrong directory accidentally (for example when there are lib64 directories), and does not really help much with contemporary installation layouts.
-
Peter Eisentraut authored
was specified.
-
- Nov 24, 2003
-
-
Peter Eisentraut authored
-
Peter Eisentraut authored
back --infodir, which several automatic build environments expect to exist. Add --without-docdir to prevent installation of documentation, which is helpful for things like RPM that have their own method of installing documentation.
-
Peter Eisentraut authored
Fixes compilation failure with --enable-thread-safety --with-perl and Perl 5.6.1.
-
- Nov 03, 2003
-
-
Tom Lane authored
-
PostgreSQL Daemon authored
tag it Release Candidate 1, as previously discussed
-
- Nov 01, 2003
-
-
Peter Eisentraut authored
When --enable-debug is used, then the default CFLAGS for non-GCC is just -g without -O. Backpatch enhancement of Autoconf inline test that detects problems with the HP C compiler.
-
- Oct 28, 2003
-
-
Tom Lane authored
in -version output. Per report from Johann Uhrmann.
-
- Oct 25, 2003
-
-
Peter Eisentraut authored
option -fno-strict-aliasing is available.
-
- Oct 22, 2003
-
-
PostgreSQL Daemon authored
up configure to beta5
-
- Oct 16, 2003
-
-
Tom Lane authored
per recent pghackers discussions. Also ensure that explicitly setting CFLAGS in the configure environment will be honored.
-
- Oct 14, 2003
-
-
Bruce Momjian authored
-