summaryrefslogtreecommitdiff
path: root/check_postgres.pl
AgeCommit message (Expand)Author
2015-04-15Fix issues with latest changes to check_sequence and run_command:glyn
2015-04-15Change the way tables are quoted in replicate_row.glynastill
2015-03-23Query all sequences per DB in parallel for action=sequenceChristoph Berg
2014-11-01Allow optional space before 'QUERY PLAN'Greg Sabino Mullane
2014-11-01Use Data::Dumper when showing full output on a failed parse, as this is more ...Greg Sabino Mullane
2014-10-30Grrr...account for trailing whitespace in psql table outputGreg Sabino Mullane
2014-10-30Thanks a lot, Postgres. Now featuring whitespace in psql output that has neve...Greg Sabino Mullane
2014-10-30Merge dbname2, host2, etc. into the new array method.Greg Sabino Mullane
2014-10-30Quote values in error message when replicate_row failsGreg Sabino Mullane
2014-09-08Fix bloat check to use correct SQL depending on the server version.Christoph Berg
2014-07-14Show OS on failure-to-parse errorsGreg Sabino Mullane
2014-07-14When we fail to parse the psql output, show the entire output string rather t...Greg Sabino Mullane
2014-07-03Improved multi-slave support in replicate_row.Andrew Yochum
2014-07-03Merge branch 'space_error' of https://github.com/jeffjanes/check_postgresGreg Sabino Mullane
2014-07-03Merge branch 'master' of https://github.com/terrorobe/check_postgresGreg Sabino Mullane
2014-07-03Merge branch 'query-time-show-query' of https://github.com/petere/check_postgresGreg Sabino Mullane
2014-07-03Declare POD encoding to be utf8Christoph Berg
2014-06-12Add xact timestamp support to hot_standby_delayJosh Williams
2014-06-11Show actual long-running query in query_time outputPeter Eisentraut
2014-06-11fix & extend hot_standby_delay documentationMichael Renner
2014-05-21Don't swallow space before the -c flag when reporting errorsJeff Janes
2014-02-18Start 2.21.1 notesGreg Sabino Mullane
2014-02-18Add an ORDER BY to the slony_status check to account for cases in whichJeff Frost
2013-10-09'no warnings' makes Perl::Critic cry. Try a different way.Greg Sabino Mullane
2013-09-24--host2 and friends no longer work.David E. Wheeler
2013-09-24Eliminate some "Use of uninitialized value" warnings.David E. Wheeler
2013-09-24Get rid of number opts in docs.David E. Wheeler
2013-09-24`curl` does not like `=` between an option and its value.David E. Wheeler
2013-09-24Whitespace2.21.0Greg Sabino Mullane
2013-09-24Remove the no warnings hack.Greg Sabino Mullane
2013-09-24Version bump, better binmodeGreg Sabino Mullane
2013-09-23Spelling fixesGreg Sabino Mullane
2013-09-23TypoGreg Sabino Mullane
2013-09-23Perl::Critic insipred fixesGreg Sabino Mullane
2013-09-23Minor translation fixesGreg Sabino Mullane
2013-09-22Bump version to 2.20.2Greg Sabino Mullane
2013-09-19Fix same_schema check on 9.3 by ignoring relminmxid differences in pg_classChristoph Berg
2013-09-19Setting SKIP_NETWORK_TESTS will skip the new_version testsChristoph Berg
2013-09-19Install man page in section 1Christoph Berg
2013-09-18Add a changelog entry for the locks fixChristoph Berg
2013-09-18Sort lock types so the output ordering is predicatableChristoph Berg
2013-08-28Credit recent change.Greg Sabino Mullane
2013-08-28Update check_postgres.plmintsoft
2013-06-25Let's get 2.20.1 out the doorGreg Sabino Mullane
2013-06-25Bump version to 2.20.1; update docsGreg Sabino Mullane
2013-06-25Update credits.Greg Sabino Mullane
2013-06-25Better "simple" outputGreg Sabino Mullane
2013-06-24Don't compare the new 'relallvisible' ccolumnGreg Sabino Mullane
2013-05-08Credit recent changeGreg Sabino Mullane
2013-05-08Remove host reordering in hot_standby_delay checkJosh Williams