1. 21 1月, 2000 11 次提交
  2. 20 1月, 2000 17 次提交
  3. 19 1月, 2000 8 次提交
    • B
      The latest source does not compile on Solaris 7 due to · 560e196b
      Bruce Momjian 提交于
      a missing include from a modified file.
      
      Here is a patch to fix it:-
      
      Keith Parks.
      560e196b
    • P
    • T
      Revert back Makefile.global · d4aab2c0
      Tatsuo Ishii 提交于
      Add check for --with-mb. It is now obsoleted.
      d4aab2c0
    • T
      Fix for multibyte support. Since some function declarations · 8ff9f85b
      Tatsuo Ishii 提交于
      moved to miscadmin.h, we have to include it now.
      8ff9f85b
    • P
      another set of cleanups · f565cf41
      Peter Eisentraut 提交于
      f565cf41
    • B
      Since this patch is not big I send it here instead. I do not have the · 80c5fea9
      Bruce Momjian 提交于
      complete source checked out so I cannot commit it myself.
      
      Michael
      80c5fea9
    • B
      Hi! · 0cb6bc70
      Bruce Momjian 提交于
      Here is a patch to bring both libpq and psql to a state where it compiles on
      win32 (native) again. A lot of things have changed, and I have not been able
      to keep up with them all, so it has been broken for quite a while.
      After this patch, at least it compiles. It also talks "basic talk" to the
      server, but I have not yet tested all things. Sending queries, and using
      e.g. \d or \dt works fine. The rest will have to be tested further.
      It also bumps the version on libpq.dll to 7.0.
      
      Everything should be enclosed in #ifdef WIN32, unless I have missed
      something. Except for one or maybe two places where I have moved a #include
      that should not be used on win32 from the "global area" into a "#ifndef
      WIN32 area".
      
      
      //Magnus
      0cb6bc70
    • B
      Bruce, · 2eebcdde
      Bruce Momjian 提交于
      Attached is a patch which patches cleanly against the Sunday afternoon
      snapshot. It modifies pg_dump to dump COMMENT ON statements for
      user-definable descriptions. In addition, it also modifies comment.c so
      that the operator behavior is as Peter E. would like: a comment on an
      operator is applied to the underlying function.
      
      Thanks,
      
      Mike Mascari
      2eebcdde
  4. 18 1月, 2000 4 次提交