From 88ec7e2e309617abd98265da6dd5eb1253b7f9d3 Mon Sep 17 00:00:00 2001 From: Greg Sabino Mullane Date: Tue, 4 Apr 2023 11:07:39 -0400 Subject: [PATCH] Attribution for last commit --- check_postgres.pl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/check_postgres.pl b/check_postgres.pl index 161da67..b2dd92c 100755 --- a/check_postgres.pl +++ b/check_postgres.pl @@ -11450,6 +11450,10 @@ =head1 HISTORY =item B not yet released + Add new action "lockwait" showing details of blocked queries + (Github user miraclesvenni) + [Github issue #154] + Raise minimum version or Perl to 5.10.0 Allow commas in passwords via --dbpass for one-connection queries (Greg Sabino Mullane) [Github issue #133]