Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-07-27 | New option "replace" to allow replacing the audit file after a run. | Greg Sabino Mullane | |
2011-07-27 | More prosrc filtering tweaks. | Greg Sabino Mullane | |
2011-07-12 | Don't tell us about the sequence number changing over time! | Greg Sabino Mullane | |
2011-07-12 | Support per-version SQL for same_schema action. | Greg Sabino Mullane | |
2011-07-12 | Use the entire sub call for the "totaltime" counter for same_schema. | Greg Sabino Mullane | |
2011-07-12 | Do not show connection variants for historical database. | Greg Sabino Mullane | |
2011-07-12 | Switch around probin munging. | Greg Sabino Mullane | |
2011-07-11 | Credit last commit | Greg Sabino Mullane | |
2011-07-11 | Fix typo in dbstats action. | Stas Vitkovsky | |
2011-07-04 | Various testing fixes. | Greg Sabino Mullane | |
2011-07-04 | The database name is not always available (e.g. check_checkpoint) | 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 | 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 | 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-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-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 | |