1. 18 Dec, 1998 3 commits
    • Bruce Momjian's avatar
      Attached is a patch with some fixes that (I think that) should go into · 03f16488
      Bruce Momjian authored
      6.4.1. Here is the list:
      
      - The type int8 now works. In fact, the bug(s) were in
      src/backend/port/snprintf.c, so int8 is probably broken in every platform
      that hasn't a native snprintf/vsnprintf. The type itself worked as
      expected, only the output was wrong. Anyway, this patch should be checked
      in other platforms.
      
      - The regression tests for int2 and int4, which were broken due to
      differences in the error messages, are fixed.
      
      - The regression test for float8, which was broken in the reference
      platform, is also fixed. I don't know if the new file (float8-OSF1.out)
      will work on other platforms, but it might be worth to try it.
      
      - Two new template files are provided (alpha_cc, which includes
      optimization, and alpha_gcc), and src/templates/.similar is updated
      accordingly. src/templates/alpha should be removed from the distribution.
      *IMPORTANT NOTE*: I don't know if you can use gcc to compile postgres;
      I've written the alpha_gcc file because alpha_cc has some flags that are
      specific to DEC C.
      
      - There is a (very basic) Digital Unix specific FAQ in
      doc/FAQ_DigitalUnix.
      
      --
      -------------------------------------------------------------------
      Pedro José Lobo Perea                   Tel:    +34 91 336 78 19
      03f16488
    • Bruce Momjian's avatar
      Fix for HAVE_LONG bug in snprintf.c. · 9d6f0606
      Bruce Momjian authored
      9d6f0606
    • Bruce Momjian's avatar
      6b7cf132
  2. 17 Dec, 1998 3 commits
  3. 16 Dec, 1998 1 commit
  4. 15 Dec, 1998 6 commits
  5. 14 Dec, 1998 7 commits
    • Bruce Momjian's avatar
      Compilation of libpq for Win32 breaks on 6.4, because of a change that I · 66d64b72
      Bruce Momjian authored
      missed before the release. It's simply a symbol that is undefined. This
      patch defines this symbol in "win32.h", so it should have no effect on any
      other platforms. It should go into 6.4.1 if possible, since compilation is
      completely broken without it.
      
      I am also attaching a patch for the "win32.mak" file - it leaves a file
      behind when doing "make clean" after the library is built on Visual C++ 6.0.
      This is not at all as urgent, but I don't see it breaking here, so I think
      it might as well go in there too?
      
      //Magnus
      66d64b72
    • Marc G. Fournier's avatar
      · 9396802f
      Marc G. Fournier authored
      more cleanups...of note, appendStringInfo now performs like sprintf(),
      where you state a format and arguments.  the old behavior required
      each appendStringInfo to have to have a sprintf() before it if any
      formatting was required.
      
      Also shortened several instances where there were multiple appendStringInfo()
      calls in a row, doing nothing more then adding one more word to the String,
      instead of doing them all in one call.
      9396802f
    • Marc G. Fournier's avatar
      · df1468e2
      Marc G. Fournier authored
      Many more cleanups...
      df1468e2
    • Marc G. Fournier's avatar
      · 7c3b7d27
      Marc G. Fournier authored
      Initial attempt to clean up the code...
      
      Switch sprintf() to snprintf()
      Remove any/all #if 0 -or- #ifdef NOT_USED -or- #ifdef FALSE sections of
      	code
      7c3b7d27
    • Bruce Momjian's avatar
      OK, here is a diff for the README file in /usr/src/pgsql/contrib/spi/. · f722af61
      Bruce Momjian authored
      For the 6.5 tree.
      
      Have a great night.
      Terry
      f722af61
    • Bruce Momjian's avatar
      Current multi-byte related codes have a bug with SQL_ASCII · ffb90a01
      Bruce Momjian authored
      support. Included patches will solve it and should be applied to
      both trees.  Also, it fix the problem with \c command of psql when
      switching different encoding databases.
      
      Regression tests passed.
      --
      Tatsuo Ishii
      t-ishii@sra.co.jp
      ffb90a01
    • Thomas G. Lockhart's avatar
      Add support for the CASE statement in the rewrite handling. · 4140c2f3
      Thomas G. Lockhart authored
      Allows (at least some) rules and views.
      Still some trouble (crashes) with target CASE columns spanning tables,
       but lots now works.
      4140c2f3
  6. 13 Dec, 1998 19 commits
  7. 12 Dec, 1998 1 commit