Add a 'waiting' column to pg_stat_activity to carry the same information

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 9bf760f7dec703aa34d9bd68aaa982943d24411e
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2006-08-19T01:36:34Z
Releases: 8.2.0
Add a 'waiting' column to pg_stat_activity to carry the same information
that ps_status provides by appending 'waiting' to the PS display.  This
completes the project of making it feasible to turn off process title
updates and instead rely on pg_stat_activity.  Per my suggestion a few
weeks ago.

Files