summaryrefslogtreecommitdiff
path: root/check_postgres.pl
AgeCommit message (Collapse)Author
2009-05-29Allow constraint exclusions for same_schema.Greg
2009-05-29Check function bodies by default for same_schema action.Greg
2009-05-29Typos, move same_schema msgs to French translation section.Greg
2009-05-28Add same_schema action, basics are done, still needs to be changed to msg() ↵Greg
form.
2009-05-18New mailing list.Greg Sabino Mullane
2009-05-15Set release date for 2.8.1Greg Sabino Mullane
2009-05-11Use statement_timeout in addition to alarm.Greg Sabino Mullane
Per requests from many people.
2009-05-05Suport PGBINDIR for psql executable as wellGreg Sabino Mullane
2009-05-04Support warning/crit for new_version_cp based on version. Show message as well.Greg Sabino Mullane
2009-05-03Add back in auto-html creation, do p:c for Makefile.PLGreg Sabino Mullane
2009-05-01Perl module-a-fyGreg Sabino Mullane
2009-04-30More tweaks to support Postgres 8.0Greg Sabino Mullane
2009-04-30More support for older versions of Postgres, other cleanups.Greg Sabino Mullane
2009-04-30Don't allow values over 2 billion for wraparound check.Greg Sabino Mullane
Older version compatibility.
2009-04-30Clean up wording for txn_wraparound.Greg Sabino Mullane
2009-04-29Simplify random string for logfiles to support old versions of Postgres.Greg Sabino Mullane
Fix typo in disabled_triggers.
2009-04-29Refactor EXISTS thing, make older PG version testing better.Greg Sabino Mullane
2009-04-28Minor tweak.Greg Sabino Mullane
2009-04-28Force query_runtime output to normal non-exponential numbers.Greg Sabino Mullane
Thanks to Josh Tolley for finding.
2009-04-28Make spaces in dirs by default.Greg Sabino Mullane
2009-04-28Many translation fixes and the cool test file that helped me find them.Greg Sabino Mullane
2009-04-27Many test cleanups and changes.Greg Sabino Mullane
2009-04-27Better handling of mismatched pg_controldata versions.Greg Sabino Mullane
2009-04-27Add PGBINDIR and PGCONTROLDATA. Give Jeff more credit.Greg Sabino Mullane
Apparently older pg_controldata binaries will work against newer structures, but give the wrong result. Bleh.
2009-04-27Add tests for disk_space; added missing msg name.Jeff Boes
2009-04-27Add tests for dbstats; fixed invalid error in check_postgres.pl;Jeff Boes
extended CP_Testing::run method to allow no dbname runs.
2009-04-248.4 does FSM differently: handle that.Greg Sabino Mullane
2009-04-24Minor Perl::Critic inspired change (plus another git push test)Greg Sabino Mullane
2009-04-24Fix size_to_bytes typo, adjust POD.Greg Sabino Mullane
2009-04-24Translation fixes by Guillaume LelargeGreg Sabino Mullane
2009-04-23Initial cut, 'disabled_triggers' testsJeff Boes
2009-04-23Another translation from Guillaume LelargeGreg Sabino Mullane
2009-04-23Handle "meta" commands differently.Greg Sabino Mullane
2009-04-23Fixed for new_version_pg, plus a test for it.Greg Sabino Mullane
2009-04-22Typo.Jeff Boes
2009-04-22Clean up prepared_txns action and make a test for it.Greg Sabino Mullane
2009-04-22Wording change for new prepare_txns action.Greg Sabino Mullane
2009-04-22Add prepared_txns check.Greg Sabino Mullane
2009-04-21Adjust last_vacuum_analyze a bit.Greg Sabino Mullane
2009-04-17Allow week and year in some time inputs.Greg Sabino Mullane
2009-04-14Testing tweaks.Greg Sabino Mullane
2009-04-14Remove --schema entirely - use search_path instead.Greg Sabino Mullane
2009-04-10Finally fix the space-in-directory issues - Jeff Boes.Greg Sabino Mullane
2009-04-10TypoGreg Sabino Mullane
2009-04-09French translations from Jean-Paul ArgudoGreg Sabino Mullane
Minor refactoring and cleanup.
2009-04-09Allow emptyok to actually work.Greg Sabino Mullane
2009-04-08User version.rss file to get Postgres revision information, per suggestion ↵Greg Sabino Mullane
from Guillaume Lelarge
2009-04-07Make Perl::Critic happy.Greg Sabino Mullane
2009-04-07Two cool new checks: new_version_cp and new_version_pg to check if youGreg Sabino Mullane
have the latest and greatest check_postgres.pl and that you are running the latest revision of Postgres.
2009-04-07Allow --dbservice to work on older versions (Cédric Villemain)Greg Sabino Mullane