- 18 Apr, 2000 13 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
Move several platforms to the unsupported list :(
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tom Lane authored
as 'alphaev5', cf report from Stepanov 13-Apr-00.
-
Tom Lane authored
(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...
-
Tom Lane authored
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.
-
Thomas G. Lockhart authored
-
Tom Lane authored
-
Tom Lane authored
and errors from pickier compilers.
-
- 17 Apr, 2000 7 commits
-
-
Bruce Momjian authored
-
Peter Mount authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tom Lane authored
Not a big step forward, but it's something...
-
- 16 Apr, 2000 12 commits
-
-
Peter Eisentraut authored
-
Tom Lane authored
estimation operators. See contrib/likeplanning/README for info.
-
Tom Lane authored
Remove knowledge of path to documentation source directory from perl script, instead have Makefile pass it to script.
-
Peter Eisentraut authored
\copy without arguments failed commands with too many arguments were too silent
-
Tom Lane authored
(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.
-
Tom Lane authored
prevent duplicate OIDs from being added. Clean up redundant error messages.
-
Tom Lane authored
-
Tom Lane authored
print OIDs as %u not %d.
-
Tom Lane authored
-
Tom Lane authored
-
Tatsuo Ishii authored
With the default option, pg_ctl can show messages from postmaster upon its failure.
-
Tom Lane authored
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;
-
- 15 Apr, 2000 2 commits
-
-
Bruce Momjian authored
-
Tom Lane authored
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.
-
- 14 Apr, 2000 6 commits
-
-
Peter Eisentraut authored
repaired psql option scanning bug (special treatment to \g |pipe) fixed ipcclean makefile made configure look for Perl to handle psql help build gracefully
-
Bruce Momjian authored
-
Tom Lane authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-