1. 16 8月, 2005 2 次提交
  2. 14 8月, 2005 1 次提交
    • T
      Make pg_stat_file() use OUT parameters so that the user doesn't have to · 2af9a44f
      Tom Lane 提交于
      remember the output parameter set for himself.  It's a bit of a kluge
      but fixing array_in to work in bootstrap mode looks worse.
      I removed the separate pg_file_length() function, as it no longer has any
      real notational advantage --- you can write (pg_stat_file(...)).length.
      2af9a44f
  3. 01 8月, 2005 1 次提交
  4. 27 7月, 2005 1 次提交
    • T
      Add a role property 'rolinherit' which, when false, denotes that the role · af019fb9
      Tom Lane 提交于
      doesn't automatically inherit the privileges of roles it is a member of;
      for such a role, membership in another role can be exploited only by doing
      explicit SET ROLE.  The default inherit setting is TRUE, so by default
      the behavior doesn't change, but creating a user with NOINHERIT gives closer
      adherence to our current reading of SQL99.  Documentation still lacking,
      and I think the information schema needs another look.
      af019fb9
  5. 28 6月, 2005 1 次提交
    • T
      Replace pg_shadow and pg_group by new role-capable catalogs pg_authid · 7762619e
      Tom Lane 提交于
      and pg_auth_members.  There are still many loose ends to finish in this
      patch (no documentation, no regression tests, no pg_dump support for
      instance).  But I'm going to commit it now anyway so that Alvaro can
      make some progress on shared dependencies.  The catalog changes should
      be pretty much done.
      7762619e
  6. 19 6月, 2005 1 次提交
    • T
      Add a time-of-preparation column to the pg_prepared_xacts view, per an · a8d1075f
      Tom Lane 提交于
      old suggestion by Oliver Jowett.  Also, add a transaction column to the
      pg_locks view to show the xid of each transaction holding or awaiting
      locks; this allows prepared transactions to be properly associated with
      the locks they own.  There was already a column named 'transaction',
      and I chose to rename it to 'transactionid' --- since this column is
      new in the current devel cycle there should be no backwards compatibility
      issue to worry about.
      a8d1075f
  7. 18 6月, 2005 1 次提交
  8. 18 5月, 2005 1 次提交
  9. 09 5月, 2005 1 次提交
    • N
      Complete the following TODO items: · 4744c1a0
      Neil Conway 提交于
      * Add session start time to pg_stat_activity
      * Add the client IP address and port to pg_stat_activity
      
      Original patch from Magnus Hagander, code review by Neil Conway. Catalog
      version bumped. This patch sends the client IP address and port number in
      every statistics message; that's not ideal, but will be fixed up shortly.
      4744c1a0
  10. 02 1月, 2005 1 次提交
  11. 12 10月, 2004 1 次提交
  12. 22 7月, 2004 3 次提交
  13. 26 4月, 2004 1 次提交
  14. 14 1月, 2004 1 次提交
  15. 04 12月, 2003 1 次提交
  16. 30 11月, 2003 1 次提交
    • P
      · 55b11325
      PostgreSQL Daemon 提交于
      make sure the $Id tags are converted to $PostgreSQL as well ...
      55b11325
  17. 14 11月, 2003 1 次提交
  18. 11 11月, 2003 1 次提交