1. 01 Sep, 1998 7 commits
  2. 31 Aug, 1998 6 commits
  3. 30 Aug, 1998 19 commits
  4. 29 Aug, 1998 8 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
    • Bruce Momjian's avatar
      This is the first (of hopefully few) AIX port patches. This patch · 9728ce74
      Bruce Momjian authored
      was tested with Linux/GCC.  I still have some issues with with the
      snprintf() function.
      
      David Hartwig
      9728ce74
    • Bruce Momjian's avatar
      update libpq.rc version. · 9a888480
      Bruce Momjian authored
      9a888480
    • Bruce Momjian's avatar
      Hello! · a060d5be
      Bruce Momjian authored
      Here is a new patch for libpq, to make it work on Win32 again (since
      the latest modifications broke it a little).
      
      Please also add the file "libpq.rc" to the interfaces/libpq directory.
      This will allow version-stamping of the generated DLL file, so that
      automatic install programs (and interested users) can determine
      the version of the file.  The file is currently set as "prerelease".
      Before the release, somebody should change the line "FILEFLAGS
      VS_FF_PRERELEASE" to "FILEFLAGS 0".  That information should probably
      go into toos\RELEASE_CHANGES.
      
      The patch is against the cvs as of ~ 1998-08-26 14:30 CEST.
      
      
      //Magnus
      a060d5be