- 01 May, 1999 1 commit
-
-
Vadim B. Mikheev authored
should be faster.
-
- 30 Apr, 1999 6 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tom Lane authored
This makes no difference to the optimizer, which has already decided what it's gonna do, but it makes the output of EXPLAIN much more plausible.
-
Tom Lane authored
sometimes estimating an index scan of a table to be cheaper than a sequential scan of the same tuples...
-
Tom Lane authored
from ever returning a path. This put a bit of a crimp in the system's ability to generate intelligent merge-join plans...
-
Bruce Momjian authored
before going into queue behind person with higher piority.
-
- 29 Apr, 1999 4 commits
- 28 Apr, 1999 1 commit
-
-
Tom Lane authored
this is not revealed by any of our regression tests...
-
- 27 Apr, 1999 2 commits
-
-
Jan Wieck authored
Jan
-
Tatsuo Ishii authored
-
- 26 Apr, 1999 6 commits
-
-
Marc G. Fournier authored
These are no longer used ...
-
Marc G. Fournier authored
provides string to be used for expected/* files for system specific output...
-
Michael Meskes authored
-
Tatsuo Ishii authored
-
Tatsuo Ishii authored
-
Tom Lane authored
-
- 25 Apr, 1999 12 commits
-
-
Tom Lane authored
the database encoding and the client encoding match the encoding expected by the test. So, force both of them to be set from the MULTIBYTE environment var. This allows regress tests to be run successfully in multibyte environments other than the compiled-in default.
-
Tom Lane authored
-
Tom Lane authored
environments; it was being careless about character lengths.
-
Tom Lane authored
since multibyte tests fail if it's different from database...
-
Tom Lane authored
different from database's ...
-
Tom Lane authored
it failed to cover the case where high bits of char are 100 or 101. Not sure if fix is right, but it agrees with pg_utf_mblen ... and it doesn't lock up ...
-
Tom Lane authored
wording of 'relation does not exist' error message. Update expected files accordingly.
-
Tom Lane authored
but I think it's OK now...
-
Tom Lane authored
-
Tom Lane authored
-
Tom Lane authored
-
Tom Lane authored
can be generated in a buffer and then sent to the frontend in a single libpq call. This solves problems with NOTICE and ERROR messages generated in the middle of a data message or COPY OUT operation.
-
- 23 Apr, 1999 4 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Thomas G. Lockhart authored
disabled (commented-out) in the code.
-
Tom Lane authored
-
- 22 Apr, 1999 1 commit
-
-
Vadim B. Mikheev authored
-
- 20 Apr, 1999 3 commits
-
-
Tom Lane authored
pg_proc entries for array I/O routines besides the one detected by the original patcher. Tighten type_sanity regress test accordingly.
-
Tom Lane authored
instead of doing a kill(self, SIGQUIT) and expecting the signal handler to do it. Also, clean up inconsistent definitions of the sigjmp buffer in the several files that already referenced it.
-
Tom Lane authored
and related files. Also remove float.c's gratuitous redeclaration of isinf() ... looks like there are more decls in there that ought to be in config.h, but I'll leave well enough alone for now ...
-