1. 27 1月, 2000 2 次提交
  2. 26 1月, 2000 1 次提交
    • B
      Add: · 5c25d602
      Bruce Momjian 提交于
        * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
      
      to all files copyright Regents of Berkeley.  Man, that's a lot of files.
      5c25d602
  3. 25 1月, 2000 1 次提交
  4. 23 1月, 2000 2 次提交
  5. 22 1月, 2000 2 次提交
  6. 21 1月, 2000 2 次提交
  7. 20 1月, 2000 3 次提交
  8. 19 1月, 2000 4 次提交
    • P
    • P
      another set of cleanups · f565cf41
      Peter Eisentraut 提交于
      f565cf41
    • 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
  9. 18 1月, 2000 3 次提交
  10. 17 1月, 2000 2 次提交
  11. 16 1月, 2000 2 次提交
    • T
      Clean up pg_dump coredumps caused by change of output formatting for · 97e82dc7
      Tom Lane 提交于
      oidvector/int2vector.  pg_dump code was assuming that it would see
      exactly FUNC_MAX_ARGS integers in the string returned by the backend.
      That's no longer true.  (Perhaps that change wasn't such a good idea
      after all --- will it break any other applications??)
      97e82dc7
    • P
      - Allow array on int8 · 2a1bfbce
      Peter Eisentraut 提交于
      - Prevent permissions on indexes
      - Instituted --enable-multibyte option and tweaked the MB build process where necessary
      - initdb prompts for superuser password
      2a1bfbce
  12. 15 1月, 2000 3 次提交
  13. 14 1月, 2000 3 次提交
  14. 13 1月, 2000 1 次提交
  15. 12 1月, 2000 1 次提交
  16. 11 1月, 2000 2 次提交
  17. 10 1月, 2000 1 次提交
  18. 09 1月, 2000 1 次提交
  19. 07 1月, 2000 1 次提交
  20. 06 1月, 2000 1 次提交
  21. 01 1月, 2000 1 次提交
  22. 28 12月, 1999 1 次提交