From efcff69ea7678ec264e814b3e515a09d1674db87 Mon Sep 17 00:00:00 2001 From: Greg Sabino Mullane Date: Fri, 26 Jun 2015 08:52:32 -0400 Subject: [PATCH] Rearrange recent changes in rough priority order --- check_postgres.pl | 30 +++++++++++++++--------------- 1 file 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 + 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 September 24, 2013 Fix issue with SQL steps in check_pgagent_jobs for sql steps which perform deletes -- 2.30.2