1. 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
  2. 14 Mar, 2005 14 commits
  3. 13 Mar, 2005 21 commits
  4. 12 Mar, 2005 1 commit
    • Tom Lane's avatar
      When cloning template0 (or other fully-frozen databases), set the new · 78a572bf
      Tom Lane authored
      database's datallowconn and datfrozenxid to the current transaction ID
      instead of copying the source database's values.  This is OK because we
      assume the source DB contains no normal transaction IDs whatsoever.
      This keeps VACUUM from immediately starting to complain about unvacuumed
      databases in the situation where we are more than 2 billion transactions
      out from the XID stamp of template0.  Per discussion with Milen Radev
      (although his complaint turned out to be due to something else, but the
      problem is real anyway).
      78a572bf