- 04 May, 1999 11 commits
-
-
Thomas G. Lockhart authored
Original code used float8out(), but the resulting exponential notation was not handled (e.g. '3E9' was decoded as '3').
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
Should this be in the tutorial instead?
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
Document date/time input parsing procedure.
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
Probably not acceptable yet. Need to check some math symbols and markup.
-
Thomas G. Lockhart authored
-
Tom Lane authored
nodes with HAVING qualifier of upper plan. Have not seen any failures, just being a little bit paranoid...
-
- 03 May, 1999 3 commits
-
-
Tom Lane authored
gcc quite so unhappy.
-
Bruce Momjian authored
been applied. The patches are in the .tar.gz attachment at the end: varchar-array.patch this patch adds support for arrays of bpchar() and varchar(), which where always missing from postgres. These datatypes can be used to replace the _char4, _char8, etc., which were dropped some time ago. block-size.patch this patch fixes many errors in the parser and other program which happen with very large query statements (> 8K) when using a page size larger than 8192. This patch is needed if you want to submit queries larger than 8K. Postgres supports tuples up to 32K but you can't insert them because you can't submit queries larger than 8K. My patch fixes this problem. The patch also replaces all the occurrences of `8192' and `1<<13' in the sources with the proper constants defined in include files. You should now never find 8192 hardwired in C code, just to make code clearer. -- Massimo Dal Zotto
-
Tom Lane authored
from EXCEPT/HAVING patch. Cases involving nontrivial GROUP BY expressions now work again. Also, the code is at least somewhat better documented...
-
- 01 May, 1999 6 commits
-
-
Tom Lane authored
the cost of reading the source data.
-
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 1 commit
-
-
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.
-