]> granicus.if.org Git - postgresql/commit
Add client_hostname field to pg_stat_activity.
authorRobert Haas <rhaas@postgresql.org>
Thu, 17 Feb 2011 21:03:28 +0000 (16:03 -0500)
committerRobert Haas <rhaas@postgresql.org>
Thu, 17 Feb 2011 21:03:28 +0000 (16:03 -0500)
commit4a25bc145ad5d05da6f01c00bae0f576e9e17115
tree82f6bfe16bd3e37f205cf7ff5ded07ddb60cfd97
parenta3e8486dffc413506b14eae9dc5d423f6ae8324a
Add client_hostname field to pg_stat_activity.

Peter Eisentraut, reviewed by Steve Singer, Alvaro Herrera, and me.
doc/src/sgml/monitoring.sgml
src/backend/catalog/system_views.sql
src/backend/postmaster/pgstat.c
src/backend/utils/adt/pgstatfuncs.c
src/include/catalog/catversion.h
src/include/catalog/pg_proc.h
src/include/pgstat.h
src/test/regress/expected/rules.out