Skip to content
Snippets Groups Projects
  1. Dec 08, 2001
  2. Sep 21, 2001
  3. Sep 14, 2001
  4. Sep 03, 2001
  5. Aug 15, 2001
  6. Jul 11, 2001
    • Tom Lane's avatar
      Changes from Vince Vielhaber to allow the optional clauses of CREATE · 320b6db0
      Tom Lane authored
      USER and ALTER USER to appear in any order, not only the fixed order
      they used to be required to appear in.
      Also, some changes from Tom Lane to create a FULL option for VACUUM;
      it doesn't do anything yet, but I needed to change many of the same
      files to make that happen, so now seemed like a good time.
      320b6db0
  7. Oct 13, 2000
  8. Jul 14, 2000
  9. Mar 27, 2000
  10. Jan 14, 2000
    • Peter Eisentraut's avatar
      * User management commands no longer user pg_exec_query_dest -> more robust · 4ceb2d0c
      Peter Eisentraut authored
      * Let unprivileged users change their own passwords.
      
      * The password is now an Sconst in the parser, which better reflects its text datatype and also
      forces users to quote them.
      
      * If your password is NULL you won't be written to the password file, meaning you can't connect
      until you have a password set up (if you use password authentication).
      
      * When you drop a user that owns a database you get an error. The database is not gone.
      4ceb2d0c
  11. Dec 04, 1999
  12. Nov 30, 1999
    • Bruce Momjian's avatar
      create/alter user extension · eebfb9ba
      Bruce Momjian authored
      This one should work much better than the one I sent in previously. The
      functionality is the same, but the patch was missing one file resulting
      in
      the compilation failing. The docs also received a minor fix.
      
      Peter Eisentraut                  Sernanders väg 10:115
      eebfb9ba
  13. Oct 07, 1999
  14. Jul 22, 1999
  15. Jul 06, 1999
  16. Jun 14, 1999
  17. Dec 29, 1998
  18. Oct 30, 1998
  19. Sep 22, 1998
  20. Sep 07, 1998
  21. Sep 01, 1998
Loading