Skip to content
Snippets Groups Projects
  1. Dec 08, 2001
  2. Nov 28, 2001
  3. Nov 25, 2001
  4. Sep 27, 2001
  5. Sep 08, 2001
    • Peter Eisentraut's avatar
      Make the world somewhat safe for (not from) DELETE FROM pg_shadow; · c0d4d547
      Peter Eisentraut authored
      Assign the fixed user id 1 to the user created by initdb.
      A stand-alone backend will always set the user id to 1.
      (Consequently, the name of that user is no longer important.)
      
      In stand-alone mode, the user id 1 will have implicit superuser
      status, to allow repairs even if there are no users defined.
      
      Print a warning message when starting in stand-alone mode when no
      users are defined.
      
      Disallow dropping the current user and session user.
      
      Granting/revoking superuser status also grants/revokes usecatupd.
      (Previously, it would never grant it back.  This could lead to "deadlocks".)
      
      CREATE USER and CREATE GROUP will start allocating user ids at 100
      (unless explicitly specified), to prevent accidental creation of a
      superuser (plus some room for future extensions).
      c0d4d547
  6. Sep 03, 2001
  7. Mar 17, 2001
  8. Dec 26, 2000
  9. Nov 14, 2000
  10. Oct 05, 2000
  11. Jul 22, 2000
  12. Jul 21, 2000
  13. May 08, 2000
  14. May 03, 2000
  15. Mar 27, 2000
  16. Aug 06, 1999
  17. Jul 22, 1999
  18. Jul 06, 1999
  19. Jun 14, 1999
  20. May 27, 1999
  21. May 26, 1999
  22. May 22, 1999
  23. May 20, 1999
  24. Mar 17, 1999
  25. Feb 18, 1999
  26. Aug 24, 1998
  27. May 27, 1998
  28. Jan 26, 1998
    • Marc G. Fournier's avatar
      From: Phil Thompson <phil@river-bank.demon.co.uk> · d5bbe2ac
      Marc G. Fournier authored
      I've completed the patch to fix the protocol and authentication issues I
      was discussing a couple of weeks ago.  The particular changes are:
      
      - the protocol has a version number
      - network byte order is used throughout
      - the pg_hba.conf file is used to specify what method is used to
        authenticate a frontend (either password, ident, trust, reject, krb4
        or krb5)
      - support for multiplexed backends is removed
      - appropriate changes to man pages
      - the -a switch to many programs to specify an authentication service
        no longer has any effect
      - the libpq.so version number has changed to 1.1
      
      The new backend still supports the old protocol so old interfaces won't
      break.
      d5bbe2ac
  29. Jan 11, 1998
  30. Oct 28, 1997
  31. Sep 24, 1997
  32. Aug 06, 1997
  33. Jan 26, 1997
  34. Dec 11, 1996
  35. Dec 07, 1996
  36. Nov 14, 1996
Loading