- 01 May, 1999 5 commits
-
-
Tom Lane authored
to save a little bit of backend startup time. This way, the first backend started after a VACUUM will rebuild the init file with up-to-date statistics for the critical system indexes.
-
Tom Lane authored
-
Tom Lane authored
an identifier :-(. Sloppy transmission of a patch, likely.
-
Vadim B. Mikheev authored
FATAL 1:btree: BTP_CHAIN flag was expected
-
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
-