- 21 Feb, 1999 1 commit
-
-
Tom Lane authored
of MAXBACKENDS is now 1024, since all it's costing is about 32 bytes of memory per array slot. configure's --with-maxbackends switch now controls DEF_MAXBACKENDS which is simply the default value of the postmaster's -N switch. Thus, the out-of-the-box configuration will still limit you to 64 backends, but you can go up to 1024 backends simply by restarting the postmaster with a different -N switch --- no rebuild required.
-
- 20 Feb, 1999 6 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Marc G. Fournier authored
From: Michael Meskes <Michael_Meskes@topmail.de> See Changes file...
-
- 19 Feb, 1999 7 commits
-
-
Tom Lane authored
calling PQsetdb ...
-
Tom Lane authored
postmaster will release whatever it did get before dying.
-
Tom Lane authored
(--with-maxbackends). Add a postmaster switch (-N backends) that allows the limit to be reduced at postmaster start time. (You can't increase it, sorry to say, because there are still some fixed-size arrays.) Grab the number of semaphores indicated by min(MAXBACKENDS, -N) at postmaster startup, so that this particular form of bogus configuration is exposed immediately rather than under heavy load.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
-
- 18 Feb, 1999 7 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tom Lane authored
client connection.
-
Bruce Momjian authored
-
- 16 Feb, 1999 1 commit
-
-
Bruce Momjian authored
-
- 15 Feb, 1999 10 commits
-
-
Bruce Momjian authored
-
Tom Lane authored
symmetry with regprocout.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tom Lane authored
-
Tom Lane authored
what is_opclause will accept.
-
- 14 Feb, 1999 4 commits
-
-
Tom Lane authored
A test case is: create table linetab (x line); select * from linetab where ?| x; which coredumps in 6.4.2 and current sources.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 13 Feb, 1999 4 commits
-
-
Bruce Momjian authored
-
Thomas G. Lockhart authored
decade, century, or millenium.
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
Fix problem with date_part() for timespan (had an offset of one) when given decade, century, and millenium as arguments. Reported by Ricardo J.C.Coelho.
-