]> granicus.if.org Git - postgresql/commit
Show xid and xmin in pg_stat_activity and pg_stat_replication.
authorRobert Haas <rhaas@postgresql.org>
Tue, 25 Feb 2014 17:34:04 +0000 (12:34 -0500)
committerRobert Haas <rhaas@postgresql.org>
Tue, 25 Feb 2014 17:34:04 +0000 (12:34 -0500)
commitdd1a3bccca241a998b4ebf39d67202698e5fa599
treeac25477cab559d842e406a1f6ba878257c694dc4
parent278c94209b90b8e241f64ea4ce2d955b63b1f5d7
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.
doc/src/sgml/monitoring.sgml
src/backend/catalog/system_views.sql
src/backend/postmaster/pgstat.c
src/backend/storage/ipc/sinvaladt.c
src/backend/utils/adt/pgstatfuncs.c
src/include/catalog/catversion.h
src/include/catalog/pg_proc.h
src/include/pgstat.h
src/include/storage/sinvaladt.h
src/test/regress/expected/rules.out