1. 12 Jul, 2007 6 commits
  2. 11 Jul, 2007 2 commits
  3. 10 Jul, 2007 4 commits
  4. 09 Jul, 2007 3 commits
  5. 08 Jul, 2007 8 commits
  6. 07 Jul, 2007 2 commits
  7. 06 Jul, 2007 3 commits
  8. 05 Jul, 2007 1 commit
  9. 03 Jul, 2007 2 commits
  10. 02 Jul, 2007 2 commits
    • Magnus Hagander's avatar
      - Fix the -w (wait) option to work in Windows service mode, per bug #3382. · a1587e41
      Magnus Hagander authored
      - Prevent the -w option being passed to the postmaster.
      - Read the postmaster options file when starting as a Windows service.
      
      Dave Page
      a1587e41
    • Tom Lane's avatar
      Fix failure to restart Postgres when Linux kernel returns EIDRM for shmctl(). · 1c7fe33f
      Tom Lane authored
      This is a Linux kernel bug that apparently exists in every extant kernel
      version: sometimes shmctl() will fail with EIDRM when EINVAL is correct.
      We were assuming that EIDRM indicates a possible conflict with pre-existing
      backends, and refusing to start the postmaster when this happens.  Fortunately,
      there does not seem to be any case where Linux can legitimately return EIDRM
      (it doesn't track shmem segments in a way that would allow that), so we can
      get away with just assuming that EIDRM means EINVAL on this platform.
      
      Per reports from Michael Fuhr and Jon Lapham --- it's a bit surprising
      we have not seen more reports, actually.
      1c7fe33f
  11. 01 Jul, 2007 6 commits
  12. 30 Jun, 2007 1 commit