pgsql: Show xid and xmin in pg_stat_activity and pg_stat_replication.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Show xid and xmin in pg_stat_activity and pg_stat_replication.
Date: 2014-02-25 17:37:19
Message-ID: E1WILwV-0000W3-Vc@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Show xid and xmin in pg_stat_activity and pg_stat_replication.

Christian Kruse, reviewed by Andres Freund and myself, with further
minor adjustments by me.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/dd1a3bccca241a998b4ebf39d67202698e5fa599

Modified Files
--------------
doc/src/sgml/monitoring.sgml | 16 +++++++++++
src/backend/catalog/system_views.sql | 3 ++
src/backend/postmaster/pgstat.c | 50 ++++++++++++++++++++++++++--------
src/backend/storage/ipc/sinvaladt.c | 32 ++++++++++++++++++++++
src/backend/utils/adt/pgstatfuncs.c | 27 ++++++++++++++----
src/include/catalog/catversion.h | 2 +-
src/include/catalog/pg_proc.h | 2 +-
src/include/pgstat.h | 29 ++++++++++++++++++++
src/include/storage/sinvaladt.h | 1 +
src/test/regress/expected/rules.out | 7 +++--
10 files changed, 149 insertions(+), 20 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2014-02-25 18:41:19 pgsql: Update a few comments to mention materialized views.
Previous Message Robert Haas 2014-02-25 16:32:35 pgsql: pg_basebackup: Skip only the *contents* of pg_replslot.