summaryrefslogtreecommitdiff
path: root/check_postgres.pl
diff options
context:
space:
mode:
authorGreg Sabino Mullane2013-06-25 02:32:26 +0000
committerGreg Sabino Mullane2013-06-25 02:32:26 +0000
commitb0939cd7914c3761685bf351b4bc238ca32e419c (patch)
tree854c40c9772e2cff5a38c81fb1b24d9e78f79c1b /check_postgres.pl
parent3dd88c6c37f2aa18aac0f4087508be1555129d0a (diff)
Update credits.
Diffstat (limited to 'check_postgres.pl')
-rwxr-xr-xcheck_postgres.pl9
1 files changed, 8 insertions, 1 deletions
diff --git a/check_postgres.pl b/check_postgres.pl
index bed2bd3dd..1efd4231d 100755
--- a/check_postgres.pl
+++ b/check_postgres.pl
@@ -9767,12 +9767,19 @@ Items not specifically attributed are by GSM (Greg Sabino Mullane).
Compute correct 'totalwastedbytes' in the bloat query
(Michael Renner)
- Do not use pg_stats "inherited" column in bloat query, if the
+ Do not use pg_stats "inherited" column in bloat query, if the
database is 8.4 or older. (Greg Sabino Mullane, per bug 121)
Remove host reordering in hot_standby_delay check
(Josh Williams, with help from Jacobo Blasco)
+ Better output for the "simple" flag
+ (Greg Sabino Mullane)
+
+ Force same_schema to ignore the 'relallvisible' column
+ (Greg Sabino Mullane)
+
+
=item B<Version 2.20.0> March 13, 2013
Add check for pgagent jobs (David E. Wheeler)