Rearrange recent changes in rough priority order
authorGreg Sabino Mullane <[email protected]>
Fri, 26 Jun 2015 12:52:32 +0000 (08:52 -0400)
committerGreg Sabino Mullane <[email protected]>
Fri, 26 Jun 2015 12:52:32 +0000 (08:52 -0400)
check_postgres.pl

index 42f1ab0742f34e901b112da10a515623acc43c78..6bb63d31c5781fc1641c94e2c1c8ca73e47f5b8b 100755 (executable)
@@ -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