summaryrefslogtreecommitdiff
path: root/check_postgres.pl
diff options
context:
space:
mode:
authorGreg Sabino Mullane2010-04-07 15:45:40 +0000
committerAndy Lester2010-04-07 16:46:31 +0000
commitba324843d54fd2a00198d78001069983f74725e6 (patch)
tree5714cea48e45f7e059cb068e541c89e3ea7357c5 /check_postgres.pl
parent30e2e7bfadafac842c722b11b8cf6965d8c86c07 (diff)
Bump to version 2.15.0, regenerate HTML, update release changes.
Diffstat (limited to 'check_postgres.pl')
-rwxr-xr-xcheck_postgres.pl7
1 files changed, 6 insertions, 1 deletions
diff --git a/check_postgres.pl b/check_postgres.pl
index f6fb0ce94..40cb89093 100755
--- a/check_postgres.pl
+++ b/check_postgres.pl
@@ -8454,9 +8454,14 @@ Items not specifically attributed are by Greg Sabino Mullane.
=over 4
-=item B<Version 2.15.0>
+=item B<NEXT>
Add --man option to show the entire manual. (Andy Lester)
+
+=item B<Version 2.15.0>
+
+ Redo the internal run_command() sub to use -x and hashes instead of regexes.
+ Fix error in custom logic (Andreas Mager)
Add the "pgbouncer_checksum" action (Guillaume Lelarge)
Fix regex to work on WIN32 for check_fsm_relations and check_fsm_pages (Luke Koops)
Don't apply a LIMIT when using --exclude on the bloat action (Marti Raudsepp)