Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-07-04 | Remove a tab that snuck in. | Greg Sabino Mullane | |
2011-07-04 | Better tests for non-superuser in txn_idle and friends. | Greg Sabino Mullane | |
Attempts to fix bug 59. | |||
2011-07-04 | printf fixes. | Greg Sabino Mullane | |
2011-07-03 | Note that txn_idle and query_time require 8.3 (Thomas Guettler) | Greg Sabino Mullane | |
2011-07-03 | Be clear that we are checking the pg_listener table. Per suggestion from ↵ | Greg Sabino Mullane | |
Thomas Guettler. Note the failure to work at versions >= 9.0 | |||
2011-07-03 | Doc typo in prepared_txns section. | Thomas Guettler | |
2011-07-03 | Credit Thomas Guettler with last commit idea. | Greg Sabino Mullane | |
2011-07-03 | Set some defaults for archive_ready and wal_files. Adjustements welcome. | Greg Sabino Mullane | |
Also make the output for both actions clearer. | |||
2011-07-03 | Cleanup the History section. | Greg Sabino Mullane | |
2011-07-03 | Allow the --schema argument for the slony_status action to take multiple ↵ | Greg Sabino Mullane | |
values, and map those back into the targetdbs as needed. Also detect multiple slonys per database if no --schema is given. Per idea from Jehan-Guillaume de Rorthais. | |||
2011-06-30 | Fix tests for new naming. | Greg Sabino Mullane | |
2011-06-30 | Rename test files | Greg Sabino Mullane | |
2011-06-30 | Test file tweaks for new output. | Greg Sabino Mullane | |
2011-06-30 | Bump to 2.18.0. | Greg Sabino Mullane | |
Update Changes | |||
2011-06-30 | Spell check updates. | Greg Sabino Mullane | |
2011-06-30 | Complete rewrite of the same_schema action. | Greg Sabino Mullane | |
Now supports >2 databases for comparison, as well as "historical" comparisons of the same db over time! | |||
2011-06-27 | Fix ORDER BY in the last vacuum/analyze action | Nicolas Thauvin | |
Before this patch, the "ORDER BY" was on the relname column. This fixes it to get an ORDER BY on the last time column, which is more interesting (especially when you have a perflimit). | |||
2011-06-27 | Fix check_hot_standby_delay perfdata output | Nicolas Thauvin | |
There was a missing space in the perfdata output for this action. | |||
2011-06-27 | Fix the archive_ready action | Nicolas Thauvin | |
The .ready files are not in the pg_xlog directory, but in the pg_xlog/archive_ready one. This patch adds another argument to the check_wal_files() function so that it could find the subdirectory in which it has to look for files. | |||
2011-06-27 | Rename recent tests: 'database' is implicit for most things. | Greg Sabino Mullane | |
Plus, I didn't want to have to re-line up everything inside $action_info :) | |||
2011-06-27 | Add the hitratio action | Guillaume Lelarge | |
This new action allows a user to track the hit ratio, ie the difference between cache and disk reads, in each database. | |||
2011-06-27 | Add the commitratio action | Guillaume Lelarge | |
This new action allows a user to track the commit ratio, ie the difference between commit and rollback, in each database. | |||
2011-06-24 | Make sure --action overrides the naming trick. | Greg Sabino Mullane | |
2011-06-22 | Quick fix for cases when client_port is set to an empty string, per bug ↵ | Greg Sabino Mullane | |
report 79 from Fabrice Metge | |||
2011-06-21 | Account for "empty row" -x output (especially in the source of functions). | Greg Sabino Mullane | |
May fix a recnt bug seen on the list. | |||
2011-06-21 | Merge branch 'master' of [email protected]:/var/lib/git/check_postgres | Greg Sabino Mullane | |
2011-06-21 | Should be warning, not printing, here. | Greg Sabino Mullane | |
2011-06-21 | Allow msg() non-matches to sometimes be non-fatal. | Greg Sabino Mullane | |
2011-06-21 | Make a better (runable) output for the error report. | Greg Sabino Mullane | |
2011-06-16 | Small french update | Guillaume Lelarge | |
2011-06-07 | Allow unlimited number of databases, e.g. dbname2, dbname3, dbname4, ... | Greg Sabino Mullane | |
2011-05-31 | On a parsing problem, output the Postgres version as well. | Greg Sabino Mullane | |
2011-05-31 | Merge branch 'master' of [email protected]:/var/lib/git/check_postgres | Greg Sabino Mullane | |
2011-05-31 | Typo. | Greg Sabino Mullane | |
2011-05-23 | Increment to v2.17.1. | David E. Wheeler | |
2011-05-23 | Swap db1 and db2 if the slave is 1 for the hot standby check (David E. Wheeler) | Greg Sabino Mullane | |
2011-04-22 | Fix typo in check_wal_files. | Guillaume Lelarge | |
2011-04-11 | Merge commit 'petdance/master' | Greg Sabino Mullane | |
2011-04-11 | Merge branch 'master' of [email protected]:/var/lib/git/check_postgres | Greg Sabino Mullane | |
2011-03-24 | silence a warning by removing a "my" | Andy Lester | |
2011-03-24 | fix the incorrect names of the data fields idxscan, idxtupread, etc | Andy Lester | |
2011-03-15 | The last commit created a duplicate action; this removes it | Joshua Tolley | |
2011-03-15 | Fix typo | Joshua Tolley | |
2011-03-15 | Quick fix | Greg Sabino Mullane | |
2011-03-14 | Introduced pgbouncer_backends and pgbouncer_maxwait actions. | Ruslan Kabalin | |
See check_postgres.pl --man for more details. | |||
2011-03-14 | Tabs to spaces | Greg Sabino Mullane | |
2011-03-14 | Minor cleanups to previous patch | Greg Sabino Mullane | |
2011-03-14 | "--assume-standby-mode" option is added. | Ruslan Kabalin | |
If specified, first the check if server in standby mode will be performed (--datadir is required), if so, all checks that require SQL queries will be ignored and "Server in standby mode" with OK status will be returned instead. | |||
2011-03-14 | [backends] do not list excluded databases in output. | Ruslan Kabalin | |
When used with --include or --exclude settings, listing all available databases in perfomance output might be confusing. Thus, only those databases that are taken into account for connectons number calculation are listed. | |||
2011-03-14 | Changes in vim stattings string to meet new formatting | Ruslan Kabalin | |
Signed-off-by: Ruslan Kabalin <[email protected]> |