Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
that will actually work on the column datatype.
|
|
to a temp file.
|
|
|
|
|
|
|
|
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.
|
|
specified index access method. Clean up wording of some existing error
messages, too.
|
|
fsync settings, so the -F option no longer needs to be treated as secure.
|
|
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.
|
|
not a bare database name.
|
|
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.
|
|
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 ;-)
|
|
gcc doesn't think these are a problem, but somewhere out there is a
compiler that will spit up.
|
|
'Twas my fault, I think.
|
|
|
|
know if that case ever breaks again...
|
|
to give wrong results: it should be looking at inJoinSet not inFromCl.
Also, make 'modified' flag be local to ApplyRetrieveRule: we should
append a rule's quals to the query iff that particular rule applies,
not if we have fired any previously-considered rule for the query!
|
|
|
|
as 'alphaev5', cf report from Stepanov 13-Apr-00.
|
|
(SELECT FROM table*). Cause was reference to 'eref' field of an RTE,
which is null in an RTE loaded from a stored rule parsetree. There
wasn't any good reason to be touching the refname anyway...
|
|
table for an average of NTUP_PER_BUCKET tuples/bucket, but cost_hashjoin
was assuming a target load of one tuple/bucket. This was causing a
noticeable underestimate of hashjoin costs.
|
|
|
|
|
|
and errors from pickier compilers.
|
|
|
|
|
|
|
|
|
|
Not a big step forward, but it's something...
|
|
|
|
Remove knowledge of path to documentation source directory from perl
script, instead have Makefile pass it to script.
|
|
\copy without arguments failed
commands with too many arguments were too silent
|
|
(LIKE and regexp matches). These are not yet referenced in pg_operator,
so by default the system will continue to use eqsel/neqsel.
Also, tweak convert_to_scalar() logic so that common prefixes of strings
are stripped off, allowing better accuracy when all strings in a table
share a common prefix.
|
|
prevent duplicate OIDs from being added. Clean up redundant error
messages.
|
|
|
|
print OIDs as %u not %d.
|
|
|
|
With the default option, pg_ctl can show messages from
postmaster upon its failure.
|
|
since it has no way to indicate to its caller that the constant is
actually NULL. This prevents coredump in cases like
WHERE textfield < null::text;
|
|
subsequent elogs() in the same COPY operation to display the wrong
line number. Fix is to clear lineno only when elog level is such
that we will not return to caller.
|
|
repaired psql option scanning bug (special treatment to \g |pipe)
fixed ipcclean makefile
made configure look for Perl to handle psql help build gracefully
|
|
Thanks to Mika Nystrom <mika@camembert.cs.caltech.edu> for spotting this.
|
|
Fix spelling of "millennium".
Thanks to Mika Nystrom <mika@camembert.cs.caltech.edu> for spotting this.
|
|
extern int inet_aton(const char *cp, struct in_addr * addr);
appearing before the optional #define for const, which was certain
to fail on a machine with neither const nor inet_aton().
|
|
|