1. 21 10月, 2005 1 次提交
  2. 27 7月, 2005 1 次提交
  3. 27 5月, 2005 1 次提交
  4. 06 11月, 2004 1 次提交
    • T
      Create 'default_tablespace' GUC variable that supplies a TABLESPACE · 98e8b480
      Tom Lane 提交于
      clause implicitly whenever one is not given explicitly.  Remove concept
      of a schema having an associated tablespace, and simplify the rules for
      selecting a default tablespace for a table or index.  It's now just
      (a) explicit TABLESPACE clause; (b) default_tablespace if that's not an
      empty string; (c) database's default.  This will allow pg_dump to use
      SET commands instead of tablespace clauses to determine object locations
      (but I didn't actually make it do so).  All per recent discussions.
      98e8b480
  5. 18 6月, 2004 1 次提交
    • T
      Tablespaces. Alternate database locations are dead, long live tablespaces. · 2467394e
      Tom Lane 提交于
      There are various things left to do: contrib dbsize and oid2name modules
      need work, and so does the documentation.  Also someone should think about
      COMMENT ON TABLESPACE and maybe RENAME TABLESPACE.  Also initlocation is
      dead, it just doesn't know it yet.
      
      Gavin Sherry and Tom Lane.
      2467394e
  6. 02 6月, 2004 1 次提交
    • T
      Align GRANT/REVOKE behavior more closely with the SQL spec, per discussion · 4b2dafcc
      Tom Lane 提交于
      of bug report #1150.  Also, arrange that the object owner's irrevocable
      grant-option permissions are handled implicitly by the system rather than
      being listed in the ACL as self-granted rights (which was wrong anyway).
      I did not take the further step of showing these permissions in an
      explicit 'granted by _SYSTEM' ACL entry, as that seemed more likely to
      bollix up existing clients than to do anything really useful.  It's still
      a possible future direction, though.
      4b2dafcc
  7. 30 11月, 2003 1 次提交
    • P
      · 969685ad
      PostgreSQL Daemon 提交于
      $Header: -> $PostgreSQL Changes ...
      969685ad
  8. 01 11月, 2003 1 次提交
    • T
      When a superuser does GRANT or REVOKE on an object he doesn't own, · 85454829
      Tom Lane 提交于
      process the command as though it were issued by the object owner.
      This prevents creating weird scenarios in which the same privileges
      may appear to flow from different sources, and ensures that a superuser
      can in fact revoke all privileges if he wants to.  In particular this
      means that the regression tests work when run by a superuser other than
      the original bootstrap userid.  Per report from Larry Rosenman.
      85454829
  9. 01 9月, 2003 1 次提交
  10. 27 4月, 2003 1 次提交
  11. 24 1月, 2003 1 次提交
  12. 10 1月, 2003 1 次提交
  13. 22 11月, 2002 1 次提交
  14. 21 4月, 2002 1 次提交
    • T
      Restructure AclItem representation so that we can have more than eight · b0bcf8aa
      Tom Lane 提交于
      different privilege bits (might as well make use of the space we were
      wasting on padding).  EXECUTE and USAGE bits for procedures, languages
      now are separate privileges instead of being overlaid on SELECT.  Add
      privileges for namespaces and databases.  The GRANT and REVOKE commands
      work for these object types, but we don't actually enforce the privileges
      yet...
      b0bcf8aa
  15. 22 2月, 2002 1 次提交
  16. 19 2月, 2002 1 次提交
  17. 08 12月, 2001 1 次提交
  18. 20 11月, 2001 1 次提交
  19. 19 11月, 2001 1 次提交
  20. 03 9月, 2001 1 次提交
  21. 10 6月, 2001 1 次提交
  22. 27 5月, 2001 1 次提交
  23. 26 12月, 2000 1 次提交
  24. 13 10月, 2000 1 次提交
  25. 06 10月, 2000 1 次提交
  26. 10 4月, 2000 1 次提交
  27. 08 4月, 2000 1 次提交
  28. 22 7月, 1999 1 次提交
  29. 07 7月, 1999 1 次提交
  30. 14 6月, 1999 1 次提交
  31. 29 12月, 1998 1 次提交
  32. 31 10月, 1998 1 次提交
  33. 25 9月, 1998 1 次提交
  34. 05 9月, 1998 1 次提交
  35. 01 9月, 1998 1 次提交