From: Greg Sabino Mullane Date: Mon, 23 Mar 2009 22:23:21 +0000 (-0400) Subject: Note and credit recent changes. X-Git-Tag: 2.9.0~141 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=78d84c861fb44ef48a55103f16c9f5ce4cfc7dc0;p=check_postgres.git Note and credit recent changes. --- diff --git a/check_postgres.pl b/check_postgres.pl index c268d107c..882b1760a 100755 --- a/check_postgres.pl +++ b/check_postgres.pl @@ -5671,13 +5671,15 @@ Items not specifically attributed are by Greg Sabino Mullane. =item B (March ??, 2009) - Added the 'disabled_triggers' check. - Added internationalization support. + Added the 'disabled_triggers' check + Added internationalization support French translations (Guillaume Lelarge) Make the backends search return ok if no matches due to inclusion rules, per report by Guillaume Lelarge - Begin adding comprehensive unit tests. + Begin adding comprehensive unit tests Fix missing 'upd' field in show_dbstats (Andras Fabian) + Add in missing exabyte regex check (Selena Deckelmann) + Set stats to zero if we bail early due to USERWHERECLAUSE (Andras Fabian) =item B (February 10, 2009)