summaryrefslogtreecommitdiff
path: root/check_postgres.pl
diff options
context:
space:
mode:
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)