summaryrefslogtreecommitdiff
path: root/check_postgres.pl
AgeCommit message (Collapse)Author
2011-07-27New option "replace" to allow replacing the audit file after a run.Greg Sabino Mullane
2011-07-27More prosrc filtering tweaks.Greg Sabino Mullane
2011-07-12Don't tell us about the sequence number changing over time!Greg Sabino Mullane
2011-07-12Support per-version SQL for same_schema action.Greg Sabino Mullane
2011-07-12Use the entire sub call for the "totaltime" counter for same_schema.Greg Sabino Mullane
2011-07-12Do not show connection variants for historical database.Greg Sabino Mullane
2011-07-12Switch around probin munging.Greg Sabino Mullane
2011-07-11Credit last commitGreg Sabino Mullane
2011-07-11Fix typo in dbstats action.Stas Vitkovsky
2011-07-04Various testing fixes.Greg Sabino Mullane
2011-07-04The database name is not always available (e.g. check_checkpoint)Greg Sabino Mullane
2011-07-04Better tests for non-superuser in txn_idle and friends.Greg Sabino Mullane
Attempts to fix bug 59.
2011-07-04printf fixes.Greg Sabino Mullane
2011-07-03Note that txn_idle and query_time require 8.3 (Thomas Guettler)Greg Sabino Mullane
2011-07-03Be 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-03Doc typo in prepared_txns section.Thomas Guettler
2011-07-03Credit Thomas Guettler with last commit idea.Greg Sabino Mullane
2011-07-03Set some defaults for archive_ready and wal_files. Adjustements welcome.Greg Sabino Mullane
Also make the output for both actions clearer.
2011-07-03Cleanup the History section.Greg Sabino Mullane
2011-07-03Allow 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-30Test file tweaks for new output.Greg Sabino Mullane
2011-06-30Bump to 2.18.0.Greg Sabino Mullane
Update Changes
2011-06-30Complete 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-27Fix ORDER BY in the last vacuum/analyze actionNicolas 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-27Fix check_hot_standby_delay perfdata outputNicolas Thauvin
There was a missing space in the perfdata output for this action.
2011-06-27Fix the archive_ready actionNicolas 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-27Rename 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-27Add the hitratio actionGuillaume 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-27Add the commitratio actionGuillaume Lelarge
This new action allows a user to track the commit ratio, ie the difference between commit and rollback, in each database.
2011-06-24Make sure --action overrides the naming trick.Greg Sabino Mullane
2011-06-22Quick fix for cases when client_port is set to an empty string, per bug ↵Greg Sabino Mullane
report 79 from Fabrice Metge
2011-06-21Account 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-21Merge branch 'master' of [email protected]:/var/lib/git/check_postgresGreg Sabino Mullane
2011-06-21Should be warning, not printing, here.Greg Sabino Mullane
2011-06-21Allow msg() non-matches to sometimes be non-fatal.Greg Sabino Mullane
2011-06-21Make a better (runable) output for the error report.Greg Sabino Mullane
2011-06-16Small french updateGuillaume Lelarge
2011-06-07Allow unlimited number of databases, e.g. dbname2, dbname3, dbname4, ...Greg Sabino Mullane
2011-05-31On a parsing problem, output the Postgres version as well.Greg Sabino Mullane
2011-05-31Merge branch 'master' of [email protected]:/var/lib/git/check_postgresGreg Sabino Mullane
2011-05-31Typo.Greg Sabino Mullane
2011-05-23Increment to v2.17.1.David E. Wheeler
2011-05-23Swap db1 and db2 if the slave is 1 for the hot standby check (David E. Wheeler)Greg Sabino Mullane
2011-04-22Fix typo in check_wal_files.Guillaume Lelarge
2011-03-24fix the incorrect names of the data fields idxscan, idxtupread, etcAndy Lester
2011-03-15The last commit created a duplicate action; this removes itJoshua Tolley
2011-03-15Fix typoJoshua Tolley
2011-03-14Introduced pgbouncer_backends and pgbouncer_maxwait actions.Ruslan Kabalin
See check_postgres.pl --man for more details.
2011-03-14Tabs to spacesGreg Sabino Mullane
2011-03-14Minor cleanups to previous patchGreg Sabino Mullane