- May 22, 1999
-
-
Tom Lane authored
symbolic LOW/MEDIUM/HIGH values --- needed for experiments with other effort levels ...
-
Tom Lane authored
from being accepted when they are passed from client connection request. Get rid of a couple that no longer do anything (like -P).
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- May 21, 1999
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Michael Meskes authored
-
Bruce Momjian authored
-
Tatsuo Ishii authored
-
Bruce Momjian authored
-
Tom Lane authored
failure messages.
-
Tom Lane authored
-
- May 20, 1999
-
-
Jan Wieck authored
from initdb again. Added two new commands, createlang and destroylang to bin. These hopefully end this damned mklang.sql discussion. Jan
-
Tom Lane authored
and trigger function found but returns wrong type.
-
Jan Wieck authored
SelectStmt and CursorStmt tried to parse FOR UPDATE ... / FOR READ ONLY. Cursor now checks that it is read only by looking at forUpdate of Query. SelectStmt handles FOR READ ONLY too. Jan
-
Tatsuo Ishii authored
-
Tom Lane authored
-
Tom Lane authored
entries (prosrc is now name of C-level function).
-
Tom Lane authored
-
- May 19, 1999
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Marc G. Fournier authored
Bring python up to date ... From: D'Arcy J.M. Cain <darcy@druid.net>
-
Tom Lane authored
will pass through rather than spitting up. This is necessary to handle cases where coerce_type causes a subexpression to be retransformed, as in SELECT count(*) + 1.0 FROM table
-
Peter Mount authored
-
Peter Mount authored
-
- May 18, 1999
-
-
Tom Lane authored
remove optimizer's arbitrary limit on how large a join it will use hashing for. (The limit was too large to prevent the problems we'd been seeing, anyway...)
-
Tom Lane authored
-
Tom Lane authored
fixed-size hashtable. This should prevent 'hashtable out of memory' errors, unless you really do run out of memory. Note: target size for hashtable is now taken from -S postmaster switch, not -B, since it is local memory in the backend rather than shared memory.
-
Peter Mount authored
-
Michael Meskes authored
-
Peter Mount authored
-
Peter Mount authored
-
- May 17, 1999
-
-
Bruce Momjian authored
ALTER TABLE RENAME with extents. Ole Gjerde
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Jan Wieck authored
Jan
-