- 20 Jan, 2000 1 commit
-
-
Tom Lane authored
-
- 09 Jan, 2000 1 commit
-
-
Tatsuo Ishii authored
tcop/postgres.c can use them. Now we have an interlock between postmaster and postgres.
-
- 07 Jan, 2000 1 commit
-
-
Tatsuo Ishii authored
-
- 16 Dec, 1999 1 commit
-
-
Bruce Momjian authored
backend/Makefiles to be patched could significantly be reduced since they have been adopted to the QNX4 needs. Andreas Kardos
-
- 06 Dec, 1999 1 commit
-
-
Tatsuo Ishii authored
-
- 04 Dec, 1999 1 commit
-
-
Tatsuo Ishii authored
-
- 03 Dec, 1999 1 commit
-
-
Tatsuo Ishii authored
-
- 25 Oct, 1999 1 commit
-
-
Tom Lane authored
eliminating some wildly inconsistent coding in various parts of the system. I set MAXPGPATH = 1024 in config.h.in. If anyone is really convinced that there ought to be a configure-time test to set the value, go right ahead ... but I think it's a waste of time.
-
- 08 Oct, 1999 4 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
up debugging options for postmaster and postgres programs. postmaster -d is no longer optional. Documentation updates.
-
Vadim B. Mikheev authored
-
- 06 Oct, 1999 2 commits
-
-
Vadim B. Mikheev authored
-
Vadim B. Mikheev authored
First step in cleaning up backend initialization code. Fix for FATAL: now FATAL is ERROR + exit.
-
- 30 Sep, 1999 2 commits
- 27 Sep, 1999 2 commits
-
-
Vadim B. Mikheev authored
It doesn't work currently but also don't break anything -:)
-
Bruce Momjian authored
When drawing up a very simple "text-drawing" of how the negotiation is done, I realised I had done this last part (fallback) in a very stupid way. Patch #4 fixes this, and does it in a much better way. Included is also the simple text-drawing of how the negotiation is done. //Magnus
-
- 21 Sep, 1999 1 commit
-
-
Bruce Momjian authored
-
- 19 Jul, 1999 1 commit
-
-
Bruce Momjian authored
-
- 17 Jul, 1999 1 commit
-
-
Bruce Momjian authored
-
- 16 Jul, 1999 3 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 15 Jul, 1999 2 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 07 Jul, 1999 1 commit
-
-
Bruce Momjian authored
-
- 02 Jul, 1999 1 commit
-
-
Bruce Momjian authored
-
- 04 Jun, 1999 1 commit
-
-
Tom Lane authored
given number of backends (-N), per recent discussion in pghackers list.
-
- 25 May, 1999 1 commit
-
-
Bruce Momjian authored
-
- 22 May, 1999 1 commit
-
-
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).
-
- 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.
-
- 19 Feb, 1999 1 commit
-
-
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.
-
- 13 Feb, 1999 1 commit
-
-
Bruce Momjian authored
-
- 30 Jan, 1999 1 commit
-
-
Tom Lane authored
per patch from Tatsuo Ishii
-
- 17 Jan, 1999 1 commit
-
-
Bruce Momjian authored
-
- 29 Nov, 1998 1 commit
-
-
Tom Lane authored
doesn't work there. Fortunately the postmaster only has stdout and stderr to flush.
-
- 01 Sep, 1998 2 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 25 Aug, 1998 1 commit
-
-
Marc G. Fournier authored
From: Massimo Dal Zotto <dz@cs.unitn.it> > tprintf.patch > > tprintf.patch > > adds functions and macros which implement a conditional trace package > with the ability to change flags and numeric options of running > backends at runtime. > Options/flags can be specified in the command line and/or read from > the file pg_options in the data directory.
-