- 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 25, 2003
-
-
Peter Eisentraut authored
option -fno-strict-aliasing is available.
-
- Apr 24, 2003
-
-
Tom Lane authored
rewritten and the protocol is changed, but most elog calls are still elog calls. Also, we need to contemplate mechanisms for controlling all this functionality --- eg, how much stuff should appear in the postmaster log? And what API should libpq expose for it?
-
- Apr 07, 2003
-
-
Peter Eisentraut authored
parts. Standardize spelling of comments in pg_config.h.
-
- Jan 28, 2003
-
-
Peter Eisentraut authored
separate macro. Also add support for %I64d which is the way on Windows. The code that checks for the 64-bit int type now gives more reasonable results when cross-compiling: In that case we just take the compiler's information and trust that the arithmetic works. Disabling int64 is too pessimistic.
-
- Mar 29, 2002
-
-
Peter Eisentraut authored
calls with new or now-built-in versions. Make sure that all calls to AC_DEFINE have a third argument, for possible use of autoheader in the future.
-
- Dec 02, 2001
-
-
Peter Eisentraut authored
which include files to consider. Should fix BeOS problems with int8 types.
-
- Aug 29, 2000
-
-
Peter Eisentraut authored
-
- Aug 27, 2000
-
-
Peter Eisentraut authored
the harm potential outweighs the possible benefits.
-
- Jun 11, 2000
-
-
Peter Eisentraut authored
Interfaced a lot of the custom tests to the config.cache, in the process made them separate macros and grouped them out into files. Made naming adjustments. Removed a couple of useless/unused configure tests. Disabled C++ by default. C++ is no more special than Perl, Python, and Tcl. And it breaks equally often. :(
-