1. 16 9月, 2006 1 次提交
  2. 27 7月, 2005 1 次提交
  3. 04 1月, 2005 1 次提交
  4. 30 11月, 2003 1 次提交
    • P
      · 969685ad
      PostgreSQL Daemon 提交于
      $Header: -> $PostgreSQL Changes ...
      969685ad
  5. 12 9月, 2003 1 次提交
  6. 10 9月, 2003 1 次提交
  7. 01 9月, 2003 1 次提交
  8. 27 6月, 2003 1 次提交
  9. 15 4月, 2003 1 次提交
  10. 22 4月, 2002 1 次提交
    • T
      Augment the date/time examples in the User's Guide to reflect the newer · c05f29e8
      Thomas G. Lockhart 提交于
       capabilities of specifying time zones as intervals per SQL9x.
      Put refentrytitle contents on the same line as the tag.
       Otherwise, leading whitespace is propagated into the product, which
       (at least) messes up the ToC layout.
      Remove (some) docinfo tags containing dates. Best to omit if the dates
       are not accurate; maybe use CVS dates instead or leave them out.
      c05f29e8
  11. 08 12月, 2001 1 次提交
  12. 12 9月, 2001 1 次提交
  13. 03 9月, 2001 1 次提交
  14. 13 8月, 2001 1 次提交
  15. 24 7月, 2000 1 次提交
  16. 22 7月, 2000 1 次提交
  17. 15 1月, 2000 1 次提交
    • P
      * User management commands no longer user pg_exec_query_dest -> more robust · 4ceb2d0c
      Peter Eisentraut 提交于
      * 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