diff options
author | Greg Sabino Mullane | 2015-06-26 12:52:32 +0000 |
---|---|---|
committer | Greg Sabino Mullane | 2015-06-26 12:52:32 +0000 |
commit | efcff69ea7678ec264e814b3e515a09d1674db87 (patch) | |
tree | d45400c73984caa335bf927d9a9694e358948a4c /check_postgres.pl | |
parent | 51c6991862c9b24da0bfaa5917c1597db12ff495 (diff) |
Rearrange recent changes in rough priority order
Diffstat (limited to 'check_postgres.pl')
-rwxr-xr-x | check_postgres.pl | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/check_postgres.pl b/check_postgres.pl index 42f1ab074..6bb63d31c 100755 --- a/check_postgres.pl +++ b/check_postgres.pl @@ -9826,38 +9826,38 @@ Items not specifically attributed are by GSM (Greg Sabino Mullane). =item B<Version 2.21.1> + Add xact timestamp support to hot_standby_delay. + Allow the hot_standby_delay check to accept xlog byte position or + timestamp lag intervals as thresholds, or even both at the same time. + (Josh Williams) + + Query all sequences per DB in parallel for action=sequence. + (Christoph Berg) + Fix bloat check to use correct SQL depending on the server version. (Adrian Vondendriesch) + Show actual long-running query in query_time output + (Peter Eisentraut) + Add explicit ORDER BY to the slony_status check to get the most lagged server. (Jeff Frost) - Change the way tables are quoted in replicate_row. - (Glyn Astill) - Improved multi-slave support in replicate_row. (Andrew Yochum) - Add xact timestamp support to hot_standby_delay. - Allow the hot_standby_delay check to accept xlog byte position or - timestamp lag intervals as thresholds, or even both at the same time. - (Josh Williams) - - Fix and extend hot_standby_delay documentation - (Michael Renner) + Change the way tables are quoted in replicate_row. + (Glyn Astill) Don't swallow space before the -c flag when reporting errors (Jeff Janes) - Show actual long-running query in query_time output - (Peter Eisentraut) + Fix and extend hot_standby_delay documentation + (Michael Renner) Declare POD encoding to be utf8. (Christoph Berg) - Query all sequences per DB in parallel for action=sequence. - (Christoph Berg) - =item B<Version 2.21.0> September 24, 2013 Fix issue with SQL steps in check_pgagent_jobs for sql steps which perform deletes |