1. 23 12月, 1998 1 次提交
    • M
      · e237194b
      Marc G. Fournier 提交于
      From: Michael Meskes <Michael.Meskes@usa.net>
      
      +
      +Wed Dec  9 11:24:54 MEZ 1998
      +
      +       - Synced preproc.y with gram.y and the keywords.c files to add CASE
      +         statement.
      +
      +Tue Dec 22 14:16:11 CET 1998
      +
      +       - Synced preproc.y with gram.y for locking statements.
      +       - Set version to 2.4.5
      e237194b
  2. 21 12月, 1998 1 次提交
  3. 20 12月, 1998 1 次提交
    • M
      · 1adb6a9d
      Marc G. Fournier 提交于
      finished cleaning up outnodes.c ...
      1adb6a9d
  4. 19 12月, 1998 14 次提交
  5. 18 12月, 1998 7 次提交
  6. 17 12月, 1998 2 次提交
    • M
      · 597205c3
      Marc G. Fournier 提交于
      From: Keith Parks <emkxp01@mtcc.demon.co.uk>
      
      Looks like :vartypmod got transmuted to %vartypmod in an editing session.
      597205c3
    • B
      Upgrade to Pygress 2.2. · e9491eb9
      Bruce Momjian 提交于
      e9491eb9
  7. 16 12月, 1998 1 次提交
  8. 15 12月, 1998 6 次提交
  9. 14 12月, 1998 7 次提交
    • B
      Compilation of libpq for Win32 breaks on 6.4, because of a change that I · 66d64b72
      Bruce Momjian 提交于
      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
    • M
      · 9396802f
      Marc G. Fournier 提交于
      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
    • M
      · df1468e2
      Marc G. Fournier 提交于
      Many more cleanups...
      df1468e2
    • M
      · 7c3b7d27
      Marc G. Fournier 提交于
      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
    • B
      OK, here is a diff for the README file in /usr/src/pgsql/contrib/spi/. · f722af61
      Bruce Momjian 提交于
      For the 6.5 tree.
      
      Have a great night.
      Terry
      f722af61
    • B
      Current multi-byte related codes have a bug with SQL_ASCII · ffb90a01
      Bruce Momjian 提交于
      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
    • T
      Add support for the CASE statement in the rewrite handling. · 4140c2f3
      Thomas G. Lockhart 提交于
      Allows (at least some) rules and views.
      Still some trouble (crashes) with target CASE columns spanning tables,
       but lots now works.
      4140c2f3