1. 01 Sep, 1998 10 commits
  2. 31 Aug, 1998 6 commits
  3. 30 Aug, 1998 19 commits
  4. 29 Aug, 1998 5 commits
    • Bruce Momjian's avatar
      f1d0e64f
    • Bruce Momjian's avatar
      Ok. BTW Mr. Kataoka who is maintaing Japanese version of PostgreSQL · 88800aac
      Bruce Momjian authored
      ODBC driver have found a bug in 6.3.2 pg_dump and have made patches.
      I confirmed that the same bug still exists in the current source
      tree. So I made up patches based on Kataoka's. Here are some
      explanations.
      
      o fmtId() returns pointer to a static memory in it. In the meantime
      there is a line where is fmtId() called twice without saving the
      first value returned by fmtId(). So second call to fmtId() will
      break the first one.
      
      o findTableByName() looks up a table by its name. if a table name
      contanins upper letters or non ascii chars, fmtId() will returns
      a name quoted in double quotes, which will not what findTableByName()
      wants. The result is SEG fault.  -- Tatsuo Ishii t-ishii@sra.co.jp
      88800aac
    • Bruce Momjian's avatar
      Fix scanner name length trimming. · 2618fcdf
      Bruce Momjian authored
      2618fcdf
    • Bruce Momjian's avatar
      Better error message if table exists. · 53916cab
      Bruce Momjian authored
      53916cab
    • Bruce Momjian's avatar
      · 5a722414
      Bruce Momjian authored
      This patch resolves some regression test failures caused by platform
      dependencies.
      
      David Hartwig
      5a722414