Skip to content
Snippets Groups Projects
  1. Nov 04, 2005
  2. Oct 31, 2005
  3. Oct 30, 2005
  4. Oct 28, 2005
  5. Oct 23, 2005
  6. Oct 15, 2005
  7. Jul 21, 2005
  8. Jul 06, 2005
  9. Jul 03, 2005
  10. Jun 27, 2005
  11. Jun 21, 2005
    • Tom Lane's avatar
      pg_dump can now dump large objects even in plain-text output mode, by · 7a28de20
      Tom Lane authored
      using the recently added lo_create() function.  The restore logic in
      pg_restore is greatly simplified as well, since there's no need anymore
      to try to adjust database references to match a new set of blob OIDs.
      7a28de20
    • Tom Lane's avatar
      Cause initdb to create a third standard database "postgres", which · 6f7fc0ba
      Tom Lane authored
      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
  12. Jun 12, 2005
  13. Jun 04, 2005
    • Bruce Momjian's avatar
      · 72c53ac3
      Bruce Momjian authored
      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
  14. May 15, 2005
  15. Apr 09, 2005
  16. Apr 04, 2005
  17. Mar 31, 2005
  18. Jan 23, 2005
  19. Jan 17, 2005
  20. Jan 13, 2005
  21. Jan 10, 2005
  22. Jan 08, 2005
  23. Jan 07, 2005
  24. Jan 06, 2005
  25. Dec 27, 2004
  26. Dec 24, 2004
  27. Dec 16, 2004
  28. Dec 14, 2004
  29. Dec 13, 2004
  30. Dec 11, 2004
Loading