- 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 ...
-
- Nov 24, 2003
-
-
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.
-
- Nov 06, 2003
-
-
Peter Eisentraut authored
-
- Nov 04, 2003
-
-
Peter Eisentraut authored
have included a few fixes over the years to make them more robust and faster.
-
Peter Eisentraut authored
-
- 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.
-
- Sep 07, 2003
-
-
Bruce Momjian authored
o allow configure to see include/port/win32 include files o add matching Win32 accept() prototype o allow pg_id to compile with native Win32 API o fix invalide mbvalidate() function calls (existing bug) o allow /scripts to compile with native Win32 API o add win32.c to Win32 compiles (already in *.mak files)
-
- Sep 02, 2003
-
-
Peter Eisentraut authored
unneeded configure work.
-
- Jul 24, 2003
-
-
Tom Lane authored
was modified for IPv6. Use a robust definition of struct sockaddr_storage, do a proper configure test to see if ss_len exists, don't assume that getnameinfo() will handle AF_UNIX sockets, don't trust getaddrinfo to return the protocol we ask for, etc. This incorporates several outstanding patches from Kurt Roeckx, but I'm to blame for anything that doesn't work ...
-
- Jun 24, 2003
-
-
Bruce Momjian authored
it. Also handle __ss_family as a synonym for ss_family. Kurt Roeckx
-
- Jun 12, 2003
-
-
Tom Lane authored
on some platforms.
-
Bruce Momjian authored
Kurt Roeckx Andrew Dunstan
-
- May 22, 2003
-
-
Tom Lane authored
independently of whether the struct tm tm_zone member exists. Also run autoheader, which seems not to have been done lately; it added about three more things to pg_config.h.in than I was expecting...
-
- May 07, 2003
-
-
Bruce Momjian authored
-
- 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 13, 2003
-
-
Tom Lane authored
-
- Apr 07, 2003
-
-
Peter Eisentraut authored
parts. Standardize spelling of comments in pg_config.h.
-
- Apr 02, 2003
-
-
Tom Lane authored
machines without IPv6. Or at least it works on HPUX 10.20 ...
-
- 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.
-
- Sep 05, 2002
-
-
Peter Eisentraut authored
configuration.
-
- Jul 27, 2002
-
-
Peter Eisentraut authored
Some makefile simplifications.
-
- Jul 16, 2002
-
-
Bruce Momjian authored
UNIQUE and DISTINCT predicates are both listed as implemented -- AFAIK, neither is. I also included another trivial patch which adds the default location of the DSSSL stylesheets on my system (Debian unstable, docbook-dsssl 1.76) to the list of paths that configure looks for. Neil Conway
-
- May 28, 2002
-
-
Peter Eisentraut authored
Makefile.shlib system, not MakeMaker.
-
- May 24, 2002
-
-
Peter Eisentraut authored
system, not Tcl-provided one. Make sure export file, if any, is cleaned. Tcl configuration is now read directly in configure and recorded in Makefile.global. This eliminates some duplicate efforts and allows for easier hand-editing of the results, if necessary.
-
- Apr 14, 2002
-
-
Peter Eisentraut authored
which covers some recent installation schemes. Add Mandrake installation layout to directories to check for stylesheets. Allow documentation build to proceed if stylesheets were not found, in case the stylesheets might be found through the SGML catalog mechanism.
-
- Apr 11, 2002
-
-
Peter Eisentraut authored
and --without-zlib to turn them off.
-
- Apr 10, 2002
-
-
Peter Eisentraut authored
-
- Mar 30, 2002
-
-
Peter Eisentraut authored
-
- Mar 29, 2002
-
-
Peter Eisentraut authored
-