summaryrefslogtreecommitdiff
path: root/check_postgres.pl
AgeCommit message (Expand)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
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 Thom...Greg Sabino Mullane
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
2011-07-03Cleanup the History section.Greg Sabino Mullane
2011-07-03Allow the --schema argument for the slony_status action to take multiple valu...Greg Sabino Mullane
2011-06-30Test file tweaks for new output.Greg Sabino Mullane
2011-06-30Bump to 2.18.0.Greg Sabino Mullane
2011-06-30Complete rewrite of the same_schema action.Greg Sabino Mullane
2011-06-27Fix ORDER BY in the last vacuum/analyze actionNicolas Thauvin
2011-06-27Fix check_hot_standby_delay perfdata outputNicolas Thauvin
2011-06-27Fix the archive_ready actionNicolas Thauvin
2011-06-27Rename recent tests: 'database' is implicit for most things.Greg Sabino Mullane
2011-06-27Add the hitratio actionGuillaume Lelarge
2011-06-27Add the commitratio actionGuillaume Lelarge
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 repor...Greg Sabino Mullane
2011-06-21Account for "empty row" -x output (especially in the source of functions).Greg Sabino Mullane
2011-06-21Merge branch 'master' of greg@bucardo.org:/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 greg@bucardo.org:/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
2011-03-14Tabs to spacesGreg Sabino Mullane
2011-03-14Minor cleanups to previous patchGreg Sabino Mullane