1. 23 Dec, 1998 2 commits
  2. 22 Dec, 1998 1 commit
    • Marc G. Fournier's avatar
      · e237194b
      Marc G. Fournier authored
      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
  3. 21 Dec, 1998 1 commit
  4. 20 Dec, 1998 1 commit
    • Marc G. Fournier's avatar
      · 1adb6a9d
      Marc G. Fournier authored
      finished cleaning up outnodes.c ...
      1adb6a9d
  5. 18 Dec, 1998 20 commits
  6. 17 Dec, 1998 3 commits
  7. 16 Dec, 1998 1 commit
  8. 15 Dec, 1998 6 commits
  9. 14 Dec, 1998 5 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