1. 26 Dec, 1998 1 commit
    • Bruce Momjian's avatar
      Long awaited port for NetBSD/m68k was finally done by Mr. Mutsuki · 58e539e5
      Bruce Momjian authored
      Nakajima. Since he is not subscribing the mailing list, I'm posting
      his patches by his request.  According to him, he has successfully
      compiled and passed the regression test on Mac SE/30 running
      NetBSD/m68k. Also, another person has reported that with the patches
      PostgreSQL is working on NetBSD/sun3 too.
      --
      Tatsuo Ishii
      58e539e5
  2. 25 Dec, 1998 1 commit
  3. 24 Dec, 1998 2 commits
  4. 23 Dec, 1998 2 commits
  5. 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
  6. 21 Dec, 1998 1 commit
  7. 20 Dec, 1998 1 commit
    • Marc G. Fournier's avatar
      · 1adb6a9d
      Marc G. Fournier authored
      finished cleaning up outnodes.c ...
      1adb6a9d
  8. 18 Dec, 1998 20 commits
  9. 17 Dec, 1998 3 commits
  10. 16 Dec, 1998 1 commit
  11. 15 Dec, 1998 6 commits
  12. 14 Dec, 1998 1 commit
    • 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