1. 04 Aug, 2007 2 commits
    • Tom Lane's avatar
      Fix a problem in my recent patch to initialize cancel_key for autovac workers · 0b9d3d4d
      Tom Lane authored
      as well as regular backends: if no regular backend launches before the autovac
      launcher tries to start an autovac worker, the postmaster would get an Assert
      fault due to calling PostmasterRandom before random_seed was initialized.
      Cleanest solution seems to be to take the initialization of random_seed out
      of ServerLoop and let PostmasterRandom do it for itself.
      0b9d3d4d
    • Tom Lane's avatar
      Switch over to using the src/timezone functions for formatting timestamps · bdd6b622
      Tom Lane authored
      displayed in the postmaster log.  This avoids Windows-specific problems with
      localized time zone names that are in the wrong encoding, and generally seems
      like a good idea to forestall other potential platform-dependent issues.
      To preserve the existing behavior that all backends will log in the same time
      zone, create a new GUC variable log_timezone that can only be changed on a
      system-wide basis, and reference log-related calculations to that zone instead
      of the TimeZone variable.
      
      This fixes the issue reported by Hiroshi Saito that timestamps printed by
      xlog.c startup could be improperly localized on Windows.  We still need a
      simpler patch for that problem in the back branches, however.
      bdd6b622
  2. 03 Aug, 2007 2 commits
  3. 02 Aug, 2007 3 commits
  4. 01 Aug, 2007 5 commits
  5. 31 Jul, 2007 3 commits
  6. 27 Jul, 2007 2 commits
  7. 26 Jul, 2007 1 commit
  8. 25 Jul, 2007 9 commits
  9. 24 Jul, 2007 5 commits
  10. 23 Jul, 2007 5 commits
  11. 21 Jul, 2007 2 commits
  12. 20 Jul, 2007 1 commit