- 02 Mar, 2004 1 commit
-
-
Bruce Momjian authored
L J Bayuk
-
- 25 Dec, 2003 1 commit
-
-
Bruce Momjian authored
fork/exec'd, in the same mode as the previous patch for backends. Claudio Natoli
-
- 29 Nov, 2003 1 commit
-
-
PostgreSQL Daemon authored
make sure the $Id tags are converted to $PostgreSQL as well ...
-
- 04 Aug, 2003 1 commit
-
-
Bruce Momjian authored
-
- 27 Apr, 2003 1 commit
-
-
Tom Lane authored
I had inadvertently omitted it while rearranging things to support length-counted incoming messages. Also, change the parser's API back to accepting a 'char *' query string instead of 'StringInfo', as the latter wasn't buying us anything except overhead. (I think when I put it in I had some notion of making the parser API 8-bit-clean, but seeing that flex depends on null-terminated input, that's not really ever gonna happen.)
-
- 26 Apr, 2003 1 commit
-
-
Tom Lane authored
new stats collector oftener than once a minute. Per gripe from Erik Walthinsen 4/25/03.
-
- 20 Mar, 2003 1 commit
-
-
Bruce Momjian authored
Neil Conway
-
- 09 Jan, 2003 1 commit
-
-
Tom Lane authored
by having to include miscadmin.h into other header files.
-
- 05 Dec, 2002 1 commit
-
-
Bruce Momjian authored
-
- 05 Nov, 2001 1 commit
-
-
Bruce Momjian authored
initdb/regression tests pass.
-
- 25 Oct, 2001 1 commit
-
-
Bruce Momjian authored
tests pass.
-
- 21 Oct, 2001 1 commit
-
-
Tom Lane authored
per suggestion from Peter. Simplify several APIs by transmitting the original argv location directly from main.c to ps_status.c, instead of passing it down through several levels of subroutines.
-
- 03 Sep, 2001 1 commit
-
-
Peter Eisentraut authored
-
- 05 Aug, 2001 1 commit
-
-
Tom Lane authored
Make sure it exits immediately when collector process dies --- in old code, buffer process would hang around and compete with the new buffer process for packets. Make sure it doesn't block on writing the pipe when the collector falls more than a pipeload behind. Avoid leaking pgstats FDs into every backend.
-
- 04 Aug, 2001 1 commit
-
-
Tom Lane authored
platforms system(2) gets confused unless the signal handler is set to SIG_DFL, not SIG_IGN. pgstats.c now uses pqsignal() as it should, not signal(). Also, arrange for the stats collector process to show a reasonable ID in 'ps', rather than looking like a postmaster.
-
- 05 Jul, 2001 1 commit
-
-
Jan Wieck authored
Jan
-
- 29 Jun, 2001 2 commits
- 22 Jun, 2001 1 commit
-
-
Jan Wieck authored
Jan
-