1. 18 Mar, 2005 1 commit
    • Tom Lane's avatar
      Treat EPERM as a non-error case when checking to see if old postmaster · 7a969cad
      Tom Lane authored
      is still alive.  This improves our odds of not getting fooled by an
      unrelated process when checking a stale lock file.  Other checks already
      in place, plus one newly added in checkDataDir(), ensure that we cannot
      attempt to usurp the place of a postmaster belonging to a different userid,
      so there is no need to error out.  Add comments indicating the importance
      of these other checks.
      7a969cad
  2. 17 Mar, 2005 10 commits
  3. 16 Mar, 2005 11 commits
  4. 15 Mar, 2005 4 commits
    • Bruce Momjian's avatar
      Update to 8.0.1. · 86ad33cd
      Bruce Momjian authored
      86ad33cd
    • Bruce Momjian's avatar
      Add: · 05be5cc4
      Bruce Momjian authored
      > * Allow sequential scans to take advantage of other concurrent
      >   sequentiqal scans, also called "Synchronised Scanning"
      05be5cc4
    • Bruce Momjian's avatar
      Update Win32 item: · d5bc2387
      Bruce Momjian authored
      <         o Disallow encodings like UTF8 which PostgreSQL supports
      <           but the operating system does not (already disallowed by
      < 	  pginstaller)
      >         o Add support for Unicode
      < 	  To fix UTF8, the data needs to be converted to UTF16 and then
      < 	  the Win32 wcscoll() can be used, and perhaps other functions
      > 	  To fix this, the data needs to be converted to/from UTF16/UTF8
      >           so the Win32 wcscoll() can be used, and perhaps other functions
      < 	  locales but provides no ordering.
      <
      > 	  locales but provides no ordering or character set classes.
      d5bc2387
    • Bruce Momjian's avatar
      Clean up win1252 documentation. Mention how we determine the number of · 17c8276d
      Bruce Momjian authored
      bytes/character for each encoding.
      17c8276d
  5. 14 Mar, 2005 14 commits