1. 23 Aug, 2001 1 commit
  2. 05 Aug, 2001 1 commit
    • Tom Lane's avatar
      Endeavor to make pgstats buffer process (a) safe and (b) useful. · e8f10973
      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.
      e8f10973
  3. 04 Aug, 2001 1 commit
    • Tom Lane's avatar
      Fix handling of SIGCHLD, per recent pghackers discussion: on some · dad8e410
      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.
      dad8e410
  4. 05 Jul, 2001 1 commit
  5. 30 Jun, 2001 1 commit
  6. 29 Jun, 2001 1 commit
  7. 22 Jun, 2001 1 commit