1. 21 7月, 2005 1 次提交
  2. 07 7月, 2005 1 次提交
  3. 04 7月, 2005 1 次提交
  4. 27 6月, 2005 1 次提交
  5. 22 6月, 2005 1 次提交
  6. 21 6月, 2005 1 次提交
    • T
      Cause initdb to create a third standard database "postgres", which · 6f7fc0ba
      Tom Lane 提交于
      unlike template0 and template1 does not have any special status in
      terms of backend functionality.  However, all external utilities such
      as createuser and createdb now connect to "postgres" instead of
      template1, and the documentation is changed to encourage people to use
      "postgres" instead of template1 as a play area.  This should fix some
      longstanding gotchas involving unexpected propagation of database
      objects by createdb (when you used template1 without understanding
      the implications), as well as ameliorating the problem that CREATE
      DATABASE is unhappy if anyone else is connected to template1.
      Patch by Dave Page, minor editing by Tom Lane.  All per recent
      pghackers discussions.
      6f7fc0ba
  7. 12 6月, 2005 1 次提交
  8. 05 6月, 2005 1 次提交
    • B
      · 72c53ac3
      Bruce Momjian 提交于
      Allow kerberos name and username case sensitivity to be specified from
      postgresql.conf.
      
      ---------------------------------------------------------------------------
      
      
      Here's an updated version of the patch, with the following changes:
      
      1) No longer uses "service name" as "application version". It's instead
      hardcoded as "postgres". It could be argued that this part should be
      backpatched to 8.0, but it doesn't make a big difference until you can
      start changing it with GUC / connection parameters. This change only
      affects kerberos 5, not 4.
      
      2) Now downcases kerberos usernames when the client is running on win32.
      
      3) Adds guc option for "krb_caseins_users" to make the server ignore
      case mismatch which is required by some KDCs such as Active Directory.
      Off by default, per discussion with Tom. This change only affects
      kerberos 5, not 4.
      
      4) Updated so it doesn't conflict with the rendevouz/bonjour patch
      already in ;-)
      
      Magnus Hagander
      72c53ac3
  9. 15 5月, 2005 1 次提交
  10. 09 4月, 2005 1 次提交
  11. 04 4月, 2005 1 次提交
  12. 31 3月, 2005 1 次提交
  13. 23 1月, 2005 1 次提交
  14. 17 1月, 2005 1 次提交
  15. 14 1月, 2005 1 次提交
  16. 10 1月, 2005 1 次提交
  17. 09 1月, 2005 1 次提交
  18. 08 1月, 2005 1 次提交
  19. 07 1月, 2005 1 次提交
  20. 06 1月, 2005 1 次提交
  21. 27 12月, 2004 1 次提交
  22. 25 12月, 2004 5 次提交
  23. 16 12月, 2004 1 次提交
  24. 14 12月, 2004 3 次提交
  25. 12 12月, 2004 4 次提交
  26. 07 12月, 2004 1 次提交
  27. 06 10月, 2004 1 次提交
    • B
      please find attached an alternate submission which addresses open item · 513e89b4
      Bruce Momjian 提交于
      "make pgxs install by default". It is up to the committers to chose.
      
      (1) there is only one "install" target. no more "install-all-headers".
          it simplifies/changes several makefiles.
      
      (2) the documentation reflects the change.
      
      (3) a minor fix on pgxs to use a nicer patch without a double slash.
      
      Fabien Coelho
      513e89b4
  28. 01 10月, 2004 1 次提交
  29. 23 9月, 2004 1 次提交
  30. 20 6月, 2004 1 次提交
  31. 23 5月, 2004 1 次提交