1. 07 Feb, 1999 14 commits
  2. 06 Feb, 1999 4 commits
  3. 05 Feb, 1999 5 commits
  4. 04 Feb, 1999 7 commits
  5. 03 Feb, 1999 5 commits
  6. 02 Feb, 1999 5 commits
    • Bruce Momjian's avatar
      SET_ARGS cleanup · 4090d17f
      Bruce Momjian authored
      4090d17f
    • Bruce Momjian's avatar
      f1b78234
    • Bruce Momjian's avatar
      OK I found it, · eb341553
      Bruce Momjian authored
      I search in the planner for the '\xFF' appending.
      Finally I found in MakeIndexable() in gram.y
      
      Attach a patch which removes the "<=" test in USE_LOCALE,
      might make some queries a bit slower for us "locale-heads",
      BUT correct result is more important.
      
              regards,
      --
      -----------------
      Göran Thyni
      eb341553
    • Bruce Momjian's avatar
      Add missing mb files. · 2163d9e3
      Bruce Momjian authored
      2163d9e3
    • Bruce Momjian's avatar
      Included patches make some enhancements to the multi-byte support. · a7ad43cd
      Bruce Momjian authored
      o allow to use Big5 (a Chinese encoding used in Taiwan) as a client
        encoding. In this case the server side encoding should be EUC_TW
      
      o add EUC_TW and Big5 test cases to the regression and the mb test
        (contributed by Jonah Kuo)
      
      o fix mistake in include/mb/pg_wchar.h. An encoding id for EUC_TW was
        not correct (was 3 and now is 4)
      
      o update documents (doc/README.mb and README.mb.jp)
      
      o update psql helpfile (bin/psql/psqlHelp.h)
      
      --
      Tatsuo Ishii
      t-ishii@sra.co.jp
      a7ad43cd