1. 20 Mar, 2005 8 commits
  2. 19 Mar, 2005 2 commits
  3. 18 Mar, 2005 6 commits
  4. 17 Mar, 2005 10 commits
  5. 16 Mar, 2005 11 commits
  6. 15 Mar, 2005 3 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