1. 08 Jun, 2006 8 commits
  2. 07 Jun, 2006 10 commits
  3. 06 Jun, 2006 9 commits
  4. 05 Jun, 2006 6 commits
  5. 04 Jun, 2006 5 commits
  6. 03 Jun, 2006 2 commits
    • Tom Lane's avatar
      Don't choke during startup if the environment offers an invalid value · f2de12e5
      Tom Lane authored
      for LC_MESSAGES; instead, just press forward, leaving the effective setting
      at 'C'.  There is not any very good reason to complain when we are going
      to replace the value soon with whatever postgresql.conf says.  This change
      should solve the occasionally-reported problem of initdb failing with
      'failed to initialize lc_messages'; the current theory is that that is
      a reflection of either wrong LANG/LC_MESSAGES or completely broken locale
      support.
      f2de12e5
    • Tom Lane's avatar
      Fix copy-and-pasteo in Russian translation: message complaining about · 84e741f4
      Tom Lane authored
      HAVE_INT64_TIMESTAMP was mentioning PG_CONTROL_VERSION instead.
      Victor Snezhko
      84e741f4