- Dec 16, 2000
-
-
Peter Eisentraut authored
flawed because the timestamp file is already updated when Makefile.global is remade, and the rule for config.h never gets run.
-
- Dec 06, 2000
-
-
Marc G. Fournier authored
update VERSION to 7.1beta1..
-
- Nov 29, 2000
-
-
Tom Lane authored
socket file, in favor of having an ordinary lockfile beside the socket file. Clean up a few robustness problems in the lockfile code. If postmaster is going to reject a connection request based on database state, it will now tell you so before authentication exchange not after. (Of course, a failure after is still possible if conditions change meanwhile, but this makes life easier for a yet-to-be-written pg_ping utility.)
-
- Nov 26, 2000
-
-
Peter Eisentraut authored
space as separator again.
-
- Nov 22, 2000
-
-
Peter Eisentraut authored
compatibility library which contains a 'main' function, which is not good. If someone really needed it, think of a different plan.
-
- Nov 20, 2000
-
-
Peter Eisentraut authored
'long long int' portions of ecpg if the type or these functions don't exist.
-
- Nov 09, 2000
-
-
Peter Eisentraut authored
but take it as 'int *' instead. Add real test for whether ld -R works on Unixware. Rename --enable-uniconv to --enable-unicode-conversion. Install shlibs mode 755 by default, since 644 causes gratuitous complaints from ldd et al. on some systems.
-
- Nov 06, 2000
-
-
Peter Eisentraut authored
to work everywhere. Also, on FreeBSD you need to set the optreset variable to 1 before parsing the command line a second time with getopt().
-
- Nov 05, 2000
-
-
Peter Eisentraut authored
standard installation layout it should be possible to build the HTML and print documentation without additional manual setup.
-
- Nov 04, 2000
-
-
Peter Eisentraut authored
says.
-
Bruce Momjian authored
-
- Nov 03, 2000
-
-
Peter Eisentraut authored
included, and then include <strings.h> if so. Several systems already needed <strings.h> anyway. Some new systems that claim to conform to the Unix 9x "standard" do not declare str[n]casemp() in string.h, and C99 compilers will not like that.
-
- Nov 02, 2000
-
-
Bruce Momjian authored
-
- Oct 31, 2000
-
-
Peter Eisentraut authored
Bruce Hartzler <bruceh@mail.utexas.edu>. It contains shared library support, regression test map, and the usual template files. The dynamic loader is missing, the spin lock code apparently doesn't assemble due to syntax problems, and semaphores are to be hoped for from Apple.
-
Peter Eisentraut authored
--enable-debug and environment variable override.
-
- Oct 30, 2000
-
-
Tatsuo Ishii authored
-
- Oct 28, 2000
-
-
Peter Eisentraut authored
path into executables and shared libraries (-rpath or -R for most). Can be disabled with --disable-rpath, since some binary packaging standards do not like this option.
-
- Oct 26, 2000
-
-
Peter Eisentraut authored
waiting for input. From Pete Forman <gsez020@kryten.bedford.waii.com>.
-
- Oct 25, 2000
-
-
Bruce Momjian authored
-
Peter Eisentraut authored
the -l options. (This was not the case when using the OpenSSL or Kerberos options.) Also make sure that shared library links get to see all the -L options. Get Kerberos 5 support to compile on Redhat 7.0. Add OpenSSL and -lsocket (if used/found) to libpq link.
-
- Oct 24, 2000
-
-
Peter Eisentraut authored
messed up and we end up with the comments from included files in the output "configure".
-
Tom Lane authored
-
- Oct 23, 2000
-
-
Peter Eisentraut authored
particular, allow linking with arbitrary commands rather than only $(AR) or $(LD), and treat C++ without hacks. Add option to disable shared libraries. This takes the place of the BSD_SHLIB variable. The regression test driver ignores the plpgsql test if there are no shared libraries available.
-
Bruce Momjian authored
-
- Oct 22, 2000
-
-
Peter Eisentraut authored
Makefile.port, since they are of no use to configure and much of the library magic happens in Makefile.port anyway. Use __alpha, not __alpha__, since the former is universally available. Remove -DNOFIXADE from the compile command line and put it in the port include file.
-
- Oct 21, 2000
-
-
Peter Eisentraut authored
flags for Solaris. The test itself is straight from libtool.
-
- Oct 20, 2000
-
-
Peter Eisentraut authored
source directory. This involves mostly makefiles using $(srcdir) when they might have used ".". (Regression tests don't work with this, yet.) Sort out usage of CPPFLAGS, CFLAGS (and CXXFLAGS). Add "override" keyword in most places, to preserve necessary flags even when the user overrode the flags.
-
- Oct 15, 2000
-
-
Bruce Momjian authored
-
- Oct 11, 2000
-
-
Bruce Momjian authored
-
- Oct 10, 2000
-
-
Peter Eisentraut authored
anyway, the rest being due to them not being kept in sync. Add configure test for lorder and use it (on Solaris) when found.
-
- Oct 09, 2000
-
-
Peter Eisentraut authored
-
- Oct 08, 2000
-
-
Peter Eisentraut authored
installing into a shared location. Also Makefile.global organizational cleanup.
-
Bruce Momjian authored
-
- Oct 07, 2000
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- Oct 03, 2000
-
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- Oct 02, 2000
-
-
Bruce Momjian authored
-