- 20 May, 1999 1 commit
-
-
Tom Lane authored
entries (prosrc is now name of C-level function).
-
- 19 May, 1999 6 commits
-
-
Tom Lane authored
-
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>
-
- 18 May, 1999 8 commits
-
-
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
-
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
-
- 17 May, 1999 21 commits
-
-
Peter Mount authored
-
Peter Mount authored
-
Bruce Momjian authored
ALTER TABLE RENAME with extents. Ole Gjerde
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Jan Wieck authored
Jan
-
Bruce Momjian authored
looks like someone just didn't add support for multiple segments for truncation. The following patch seems to do the right thing, for me at least. It passed my tests, my data looks right(no data that shouldn't be in there) and regression is ok. Ole Gjerde
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Marc G. Fournier authored
Update pointers to where the register/mailing list pages are found on the wweb site ..
-
Tom Lane authored
for SERIAL column's constraint, but forgot to increase space palloc'd...
-
Bruce Momjian authored
-
Marc G. Fournier authored
Apply freebsd specific patches dealign with ELF system from FreeBSD's ports collection ...
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tom Lane authored
for GEQO ...
-
Tom Lane authored
is evaluated. This bounds memory usage to something reasonable even when many tables are being joined.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 16 May, 1999 4 commits