- 22 Jan, 2001 1 commit
-
-
Tom Lane authored
eliminates a raft of portability issues, including whether sys_nerr exists, whether the platform has any valid negative errnos, etc. The downside is minimal: errno shouldn't ever contain an invalid value anyway, and if it does, reasonably modern versions of strerror will not choke. This rangecheck idea seemed good at the time, but it's clearly a net loss, and I apologize to all concerned for having ever put it in.
-
- 20 Jan, 2001 1 commit
-
-
Tom Lane authored
-
- 10 Jan, 2001 1 commit
-
-
Peter Eisentraut authored
optimized away completely.
-
- 09 Jan, 2001 2 commits
-
-
Peter Eisentraut authored
-
PostgreSQL Daemon authored
jump version to beta3 ... beta2 was created and pulled due to a couple of large-ish bugs that Tom and Vadim were able to fix, but to avoid any confusion, beta2 was removed ... and for tag'ng purposes, beta3 is being created ...
-
- 07 Jan, 2001 1 commit
-
-
PostgreSQL Daemon authored
-
- 04 Jan, 2001 1 commit
-
-
Peter Eisentraut authored
amounts to checking for -ledit instead of -lreadline.)
-
- 02 Jan, 2001 1 commit
-
-
Peter Eisentraut authored
-
- 01 Jan, 2001 1 commit
-
-
Tom Lane authored
Otherwise, build falls over on a machine with a non-devel RPM of libz.
-
- 29 Dec, 2000 1 commit
-
-
Tom Lane authored
Autoconf manual. In particular, touching it before creating config.status is guaranteed to lose.
-
- 27 Dec, 2000 1 commit
-
-
Tom Lane authored
1. Distinguish cases where a Datum representing a tuple datatype is an OID from cases where it is a pointer to TupleTableSlot, and make sure we use the right typlen in each case. 2. Make fetchatt() and related code support 8-byte by-value datatypes on machines where Datum is 8 bytes. Centralize knowledge of the available by-value datatype sizes in two macros in tupmacs.h, so that this will be easier if we ever have to do it again.
-
- 16 Dec, 2000 1 commit
-
-
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.
-
- 06 Dec, 2000 1 commit
-
-
Marc G. Fournier authored
update VERSION to 7.1beta1..
-
- 29 Nov, 2000 1 commit
-
-
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.)
-
- 26 Nov, 2000 1 commit
-
-
Peter Eisentraut authored
space as separator again.
-
- 22 Nov, 2000 1 commit
-
-
Peter Eisentraut authored
compatibility library which contains a 'main' function, which is not good. If someone really needed it, think of a different plan.
-
- 20 Nov, 2000 1 commit
-
-
Peter Eisentraut authored
'long long int' portions of ecpg if the type or these functions don't exist.
-
- 09 Nov, 2000 1 commit
-
-
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.
-
- 06 Nov, 2000 1 commit
-
-
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().
-
- 05 Nov, 2000 1 commit
-
-
Peter Eisentraut authored
standard installation layout it should be possible to build the HTML and print documentation without additional manual setup.
-
- 04 Nov, 2000 2 commits
-
-
Peter Eisentraut authored
says.
-
Bruce Momjian authored
-
- 03 Nov, 2000 1 commit
-
-
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.
-
- 02 Nov, 2000 1 commit
-
-
Bruce Momjian authored
-
- 31 Oct, 2000 2 commits
-
-
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.
-
- 30 Oct, 2000 1 commit
-
-
Tatsuo Ishii authored
-
- 27 Oct, 2000 1 commit
-
-
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.
-
- 26 Oct, 2000 1 commit
-
-
Peter Eisentraut authored
waiting for input. From Pete Forman <gsez020@kryten.bedford.waii.com>.
-
- 25 Oct, 2000 2 commits
-
-
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.
-
- 24 Oct, 2000 2 commits
-
-
Peter Eisentraut authored
messed up and we end up with the comments from included files in the output "configure".
-
Tom Lane authored
-
- 23 Oct, 2000 2 commits
-
-
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
-
- 21 Oct, 2000 1 commit
-
-
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.
-
- 20 Oct, 2000 2 commits
-
-
Peter Eisentraut authored
flags for Solaris. The test itself is straight from libtool.
-
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.
-
- 14 Oct, 2000 1 commit
-
-
Bruce Momjian authored
-
- 11 Oct, 2000 1 commit
-
-
Bruce Momjian authored
-