1. 27 12月, 1998 1 次提交
    • B
      Long awaited port for NetBSD/m68k was finally done by Mr. Mutsuki · 58e539e5
      Bruce Momjian 提交于
      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 12月, 1998 1 次提交
  3. 24 12月, 1998 2 次提交
  4. 23 12月, 1998 3 次提交
    • T
      Fix reference to null pointer when no aggregate function candidates · 18bdefa2
      Thomas G. Lockhart 提交于
       are available. Problem reported by David Sauer <davids@iol.cz>.
      Modify information in resulting error message to indicate both agg name
       and data type.
      18bdefa2
    • B
      Add subversion mention · 5afe8d34
      Bruce Momjian 提交于
      5afe8d34
    • 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
  5. 21 12月, 1998 1 次提交
  6. 20 12月, 1998 1 次提交
    • M
      · 1adb6a9d
      Marc G. Fournier 提交于
      finished cleaning up outnodes.c ...
      1adb6a9d
  7. 19 12月, 1998 14 次提交
  8. 18 12月, 1998 7 次提交
  9. 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
  10. 16 12月, 1998 1 次提交
  11. 15 12月, 1998 6 次提交
  12. 14 12月, 1998 1 次提交
    • 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