- 28 Apr, 2000 4 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tom Lane authored
because StatFp never got set in that case. Set it immediately before use to eliminate such problems.
-
Tom Lane authored
field value being displayed; produced coredump instead of the expected <NULL> display.
-
- 27 Apr, 2000 4 commits
-
-
Tom Lane authored
thus causing failure if one sub-select had resjunk entries that the other did not (cf. bug report from Espinosa 4/27/00).
-
Bruce Momjian authored
-
Tom Lane authored
cases where joinclauses were present but some joins have to be made by cartesian-product join anyway. An example is SELECT * FROM a,b,c WHERE (a.f1 + b.f2 + c.f3) = 0; Even though all the rels have joinclauses, we must join two of them in cartesian style before we can use the join clause...
-
Tom Lane authored
that might be hanging about. Now it does ... amazing nobody noticed this before ...
-
- 26 Apr, 2000 11 commits
-
-
Tom Lane authored
not cause any compatibility problems because stored rules don't contain plan nodes --- in fact, we don't even have a readfunc for Unique nodes.
-
Tom Lane authored
than BIND_DEFERRED. That way, if the loaded library has unresolved references, shl_load fails cleanly. As we had it, shl_load would succeed and then the dynlinker would call abort() when we try to call into the loaded library. abort()ing a backend is uncool.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Jan Wieck authored
a new JDBC Makefile here by accident) Jan
-
Peter Mount authored
-
Peter Mount authored
-
Peter Mount authored
-
Bruce Momjian authored
-
- 25 Apr, 2000 7 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Hiroshi Inoue authored
-
Peter Eisentraut authored
-
Tom Lane authored
that will actually work on the column datatype.
-
Tatsuo Ishii authored
to a temp file.
-
- 24 Apr, 2000 2 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 23 Apr, 2000 7 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tom Lane authored
always failed if Perl makefile's INSTALLSITELIB variable was specified in terms of another variable. Fix by adding an echo-installdir target to the Perl makefile, which the upper-level Makefile can invoke.
-
Tom Lane authored
description in indices.sgml, but missed the near-duplicate prose in the reference page...)
-
Tom Lane authored
specified index access method. Clean up wording of some existing error messages, too.
-
Tom Lane authored
-
Tom Lane authored
fsync settings, so the -F option no longer needs to be treated as secure.
-
- 22 Apr, 2000 3 commits
-
-
Tom Lane authored
libpq++.h contained copies of the class declarations in the other libpq++ include files, which was bogus enough, but the declarations were not completely in step with the real declarations. Remove these in favor of including the headers with #include. Make PgConnection destructor virtual (not absolutely necessary, but seems like a real good idea considering the number of subclasses derived from it). Give all classes declared private copy constructors and assignment operators, to prevent compiler from thinking it can copy these objects safely.
-
Tom Lane authored
not a bare database name.
-
Bruce Momjian authored
-
- 21 Apr, 2000 2 commits
-
-
Tom Lane authored
compiler than the one selected to build Postgres with. It was trying to feed Postgres-compiler switches to Tcl's compiler. (Seen this before with the perl5 interface...) Fix to use only CFLAGS taken from Tcl's configure information, plus -I which is pretty universal.
-
Tom Lane authored
unless you feed it -Aa or -Ae switch. Autoconf does not know about this, but we can fix it in the hpux_cc template file. I knew templates were good for something ;-)
-