1. 04 May, 1998 5 commits
  2. 01 May, 1998 8 commits
  3. 30 Apr, 1998 2 commits
  4. 29 Apr, 1998 12 commits
  5. 28 Apr, 1998 11 commits
  6. 27 Apr, 1998 2 commits
    • Marc G. Fournier's avatar
      From: t-ishii@sra.co.jp · f554af0a
      Marc G. Fournier authored
      Hi, here are patches I promised (against 6.3.2):
      
      * character_length(), position(), substring() are now aware of
                multi-byte characters
      * add octet_length()
      * add --with-mb option to configure
      * new regression tests for EUC_KR
        (contributed by "Soonmyung. Hong" <hong@lunaris.hanmesoft.co.kr>)
      * add some test cases to the EUC_JP regression test
      * fix problem in regress/regress.sh in case of System V
      * fix toupper(), tolower() to handle 8bit chars
      
      note that:
      
      o  patches for both configure.in and configure are
      included. maybe the one for configure is not necessary.
      
      o pg_proc.h was modified to add octet_length(). I used OIDs
      (1374-1379) for that. Please let me know if these numbers are not
      appropriate.
      f554af0a
    • Marc G. Fournier's avatar
      From: Jun Kuwamura <juk@rccm.co.jp> · 2cbcf461
      Marc G. Fournier authored
        I do not know about these contributions well as I only made the binaries
      to contribute to a Japanese Linux package.(I did not test them.)  But I
      try to make some brief introduction about the contrib directory with my
      poor English.  Here is a draft of README about contrib directory:
      2cbcf461