1. 02 Mar, 2004 1 commit
  2. 25 Dec, 2003 1 commit
  3. 29 Nov, 2003 1 commit
    • PostgreSQL Daemon's avatar
      · 55b11325
      PostgreSQL Daemon authored
      make sure the $Id tags are converted to $PostgreSQL as well ...
      55b11325
  4. 04 Aug, 2003 1 commit
  5. 27 Apr, 2003 1 commit
    • Tom Lane's avatar
      Put back encoding-conversion step in processing of incoming queries; · 982430f8
      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.)
      982430f8
  6. 26 Apr, 2003 1 commit
  7. 20 Mar, 2003 1 commit
  8. 09 Jan, 2003 1 commit
  9. 05 Dec, 2002 1 commit
  10. 05 Nov, 2001 1 commit
  11. 25 Oct, 2001 1 commit
  12. 21 Oct, 2001 1 commit
  13. 03 Sep, 2001 1 commit
  14. 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
  15. 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
  16. 05 Jul, 2001 1 commit
  17. 29 Jun, 2001 2 commits
  18. 22 Jun, 2001 1 commit