1. 31 Aug, 2004 9 commits
  2. 30 Aug, 2004 14 commits
  3. 29 Aug, 2004 13 commits
  4. 28 Aug, 2004 4 commits
    • Bruce Momjian's avatar
      The attached patch improves pg_ctl's win32 service code to eliminate · fe90fb4d
      Bruce Momjian authored
      some possible causes of the stale postmaster.pid problem that some users
      have reported.
      
      - The service did not properly report that it accepts
      SERVICE_CONTROL_SHUTDOWN events, thus it's possible the SCM simply
      killed the postmaster on shutdown.
      
      - 'WaitHints' are now given to the SCM to prevent it timing out if
      pg_ctl doesn't respond to a control event quickly enough.
      
      - During shutdown, the service checkpoint counter is incremented every
      five seconds for up to a minute to prevent the SCM timing out and
      assuming the service is not responding.
      
      Dave Page
      fe90fb4d
    • Bruce Momjian's avatar
      > Am Dienstag, 17. August 2004 14:26 schrieb Fabien COELHO: · f7587aeb
      Bruce Momjian authored
      > > The patch adds missing the "libpgport.a" file to the installation under
      > > "install-all-headers". It is needed by some contribs. I install the
      > > library in "pkglibdir", but I was wondering whether it should be "libdir"?
      
      Please find attached a small patch against current CVS head that fixes
      pgport library installation so that it goes to libdir instead of
      pkglibdir. It works for me.
      
      Fabien Coelho
      f7587aeb
    • Bruce Momjian's avatar
      Fix high-bit comparison compiler warning in pg_dump. · 92259946
      Bruce Momjian authored
      Philip Warner
      92259946
    • Bruce Momjian's avatar
      Add regression tests for ALTER INDEX. · 5395aed9
      Bruce Momjian authored
      Gavin Sherry
      5395aed9