Skip to content
Snippets Groups Projects
  1. Jul 17, 1999
  2. Jul 16, 1999
  3. Jul 15, 1999
  4. Jul 14, 1999
  5. May 25, 1999
  6. Feb 14, 1999
  7. Dec 14, 1998
  8. Sep 01, 1998
  9. Apr 26, 1998
  10. Apr 07, 1998
  11. Mar 30, 1998
    • 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
  12. Feb 26, 1998
  13. Nov 02, 1997
  14. Oct 25, 1997
  15. Sep 08, 1997
  16. Sep 07, 1997
  17. Aug 12, 1997
  18. Jun 11, 1997
  19. May 17, 1997
  20. Mar 15, 1997
  21. Sep 10, 1996
    • 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
  22. Jul 09, 1996
Loading