1. 30 Mar, 1998 1 commit
    • Bruce Momjian's avatar
      The following uuencoded, gzip'd file will ... · 57b59664
      Bruce Momjian authored
      1. Remove the char2, char4, char8 and char16 types from postgresql
      2. Change references of char16 to name in the regression tests.
      3. Rename the char16.sql regression test to name.sql.  4. Modify
      the regression test scripts and outputs to match up.
      
      Might require new regression.{SYSTEM} files...
      
      Darren King
      57b59664
  2. 26 Feb, 1998 1 commit
  3. 02 Nov, 1997 1 commit
  4. 25 Oct, 1997 2 commits
  5. 08 Sep, 1997 3 commits
  6. 07 Sep, 1997 1 commit
  7. 12 Aug, 1997 2 commits
  8. 11 Jun, 1997 1 commit
  9. 17 May, 1997 1 commit
  10. 14 Mar, 1997 1 commit
  11. 10 Sep, 1996 1 commit
    • Marc G. Fournier's avatar
      Fixes: · f2f53aee
      Marc G. Fournier authored
      The comparison routines for text and char data type give incorrect results
      if the input data contains characters greater than 127.  As these routines
      perform the comparison using signed char variables all character codes
      greater than 127 are interpreted as less than 0.  These codes are used to
      encode the iso8859 char sets.
      The other text-like data types seem to work as expected as they use unsigned
      chars in comparisons.
      
      
      Submitted by: Massimo Dal Zotto <dz@cs.unitn.it>
      f2f53aee
  12. 09 Jul, 1996 1 commit