1. 06 12月, 2002 1 次提交
    • B
      We have just finished porting the old KAME IPv6 patch over to · 8fc86dd5
      Bruce Momjian 提交于
      postgresql version 7.3, but yea... this patch adds full IPv6
      support to postgres. I've tested it out on 7.2.3 and has
      been running perfectly stable.
      
      CREDITS:
       The KAME Project  (Initial patch)
       Nigel Kukard  <nkukard@lbsd.net>
       Johan Jordaan  <johanj@lando.co.za>
      8fc86dd5
  2. 04 12月, 2002 1 次提交
  3. 05 9月, 2002 2 次提交
  4. 02 9月, 2002 1 次提交
  5. 31 8月, 2002 1 次提交
  6. 30 8月, 2002 1 次提交
  7. 29 8月, 2002 1 次提交
  8. 28 8月, 2002 1 次提交
  9. 27 8月, 2002 1 次提交
  10. 18 8月, 2002 1 次提交
  11. 21 6月, 2002 1 次提交
  12. 05 5月, 2002 1 次提交
  13. 04 4月, 2002 1 次提交
    • B
      Authentication improvements: · 43a3543a
      Bruce Momjian 提交于
      A new pg_hba.conf column, USER
      Allow specifiction of lists of users separated by commas
      Allow group names specified by +
      Allow include files containing lists of users specified by @
      Allow lists of databases, and database files
      Allow samegroup in database column to match group name matching dbname
      Removal of secondary password files
      Remove pg_passwd utility
      Lots of code cleanup in user.c and hba.c
      New data/global/pg_pwd format
      New data/global/pg_group file
      43a3543a
  14. 05 3月, 2002 2 次提交
  15. 04 3月, 2002 1 次提交
  16. 03 3月, 2002 1 次提交
    • B
      Commit to match discussed elog() changes. Only update is that LOG is · a033daf5
      Bruce Momjian 提交于
      now just below FATAL in server_min_messages.  Added more text to
      highlight ordering difference between it and client_min_messages.
      
      ---------------------------------------------------------------------------
      
      REALLYFATAL => PANIC
      STOP => PANIC
      New INFO level the prints to client by default
      New LOG level the prints to server log by default
      Cause VACUUM information to print only to the client
      NOTICE => INFO where purely information messages are sent
      DEBUG => LOG for purely server status messages
      DEBUG removed, kept as backward compatible
      DEBUG5, DEBUG4, DEBUG3, DEBUG2, DEBUG1 added
      DebugLvl removed in favor of new DEBUG[1-5] symbols
      New server_min_messages GUC parameter with values:
              DEBUG[5-1], INFO, NOTICE, ERROR, LOG, FATAL, PANIC
      New client_min_messages GUC parameter with values:
              DEBUG[5-1], LOG, INFO, NOTICE, ERROR, FATAL, PANIC
      Server startup now logged with LOG instead of DEBUG
      Remove debug_level GUC parameter
      elog() numbers now start at 10
      Add test to print error message if older elog() values are passed to elog()
      Bootstrap mode now has a -d that requires an argument, like postmaster
      a033daf5
  17. 26 2月, 2002 1 次提交
    • B
      Fix for PAM error message display: · f75e16d4
      Bruce Momjian 提交于
      > and that the right fix is to make each of the subsequent calls be in
      > this same pattern, not to try to emulate their nonsensical style.
      
      Dominic J. Eidson
      f75e16d4
  18. 23 2月, 2002 1 次提交
  19. 20 2月, 2002 1 次提交
  20. 06 11月, 2001 1 次提交
  21. 28 10月, 2001 1 次提交
  22. 25 10月, 2001 1 次提交
  23. 19 10月, 2001 1 次提交
    • T
      Fix authentication so that it doesn't record an extra 'Password · aed378e8
      Tom Lane 提交于
      authentication failed' and a 'send() failed: Broken pipe' message
      on every connection from psql in password auth mode.  Problem is
      that psql doesn't ask user for a password until it sees a password
      challenge failure, and libpq just closes the connection unceremoniously
      if it's challenged for a password when it hasn't got one to send.
      Accordingly, EOF from the client after asking for a password is
      normal behavior and should not result in postmaster log entries.
      aed378e8
  24. 27 9月, 2001 1 次提交
  25. 22 9月, 2001 1 次提交
  26. 08 9月, 2001 1 次提交
  27. 06 9月, 2001 1 次提交
    • B
      PAM authentication: · 04c1f729
      Bruce Momjian 提交于
      > pam_strerror() should be used a few more times, rather than just saying
      > "Error!".  Also, the configure.in snippet seems wrong.  You add
      > -I$pam_prefix/include/security to $INCLUDES and then you #include
      > <security/pam_appl.h>.  This whole thing is probably unnecessary, since
      > PAM is a system library on the systems where it exists, so the headers
      > and libraries are found automatically, unlike OpenSSL and
      > Kerberos.
      
      See attached revised patch. (I'm sure the configure.in stuff can be done
      right/better, I'm just not enough of a autoconf guru to know what to
      change it to.)
      
      Dominic J. Eidson
      04c1f729
  28. 21 8月, 2001 2 次提交
  29. 17 8月, 2001 4 次提交
  30. 16 8月, 2001 2 次提交
  31. 07 8月, 2001 1 次提交
  32. 02 8月, 2001 1 次提交
  33. 21 7月, 2001 1 次提交