diff options
author | Greg Sabino Mullane | 2008-06-10 01:09:38 +0000 |
---|---|---|
committer | Greg Sabino Mullane | 2008-06-10 01:09:38 +0000 |
commit | 679abb3d2d47567b54f09f4199cedf2d24c9f718 (patch) | |
tree | b0feb5dc10fb4753acb65e48a2c1a6fd24da6a1d /check_postgres.pl.html | |
parent | 1ff4ea9cdb62ff0b12a3fe253fc7d828c76468d7 (diff) |
Bump version to 1.8.1
Diffstat (limited to 'check_postgres.pl.html')
-rw-r--r-- | check_postgres.pl.html | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/check_postgres.pl.html b/check_postgres.pl.html index 82f4b0382..9f4f52d84 100644 --- a/check_postgres.pl.html +++ b/check_postgres.pl.html @@ -49,7 +49,7 @@ </p> <hr /> <h1><a name="version">VERSION</a></h1> -<p>This documents describes <strong>check_postgres.pl</strong> version 1.8.0</p> +<p>This documents describes <strong>check_postgres.pl</strong> version 1.8.1</p> <p> </p> <hr /> @@ -1149,13 +1149,21 @@ is needed by the <strong>check_disk_space</strong> action.</p> <h1><a name="history">HISTORY</a></h1> <p>Items not specifically attributed are by Greg Sabino Mullane.</p> <dl> +<dt><strong><a name="1" class="item"><strong>Version 1.8.1</strong> (June 9, 2008)</a></strong> + +<dd> +<p>Allow check_bloat to work on Postgres version 8.0. +Allow for different commands to be run for each action depending on the server version. +Give better warnings when running actions not available on older Postgres servers.</p> +</dd> +</li> <dt><strong><a name="0" class="item"><strong>Version 1.8.0</strong> (June 3, 2008)</a></strong> <dd> <p>Add the --reverse option to the custom_query action.</p> </dd> </li> -<dt><strong><a name="1" class="item"><strong>Version 1.7.1</strong> (June 2, 2008)</a></strong> +<dt><strong><strong>Version 1.7.1</strong> (June 2, 2008)</strong> <dd> <p>Fix query_time action: account for race condition in which zero rows appear in pg_stat_activity. |