summaryrefslogtreecommitdiff
path: root/check_postgres.pl
AgeCommit message (Expand)Author
2016-06-07Fix same_schema to ignore some non-logical schema based values:glynastill
2016-06-05Add changelog entry for check_replication_slotsChristoph Berg
2016-06-03Add check_replication_slots check to check the delay on any replication slots.glyn
2016-06-01Fix "values are not the same" error in replicate_row when repinfo value is a '0'glynastill
2016-05-31Remove four more /o flagsChristoph Berg
2016-05-31removed 'o' modifier from regular expressionsMartin von Oertzen
2016-05-31Keep using pg_relation_size on 8.4 and earlierChristoph Berg
2016-05-31txn_idle: if seconds are -0, use 0Christoph Berg
2016-05-31Change table_size to use pg_table_size()Christoph Berg
2016-05-26Add changelog entry for Correct extra space in perfdataChristoph Berg
2016-05-26Correct extra space in perfdataAdrien nayrat
2016-05-26Add changelog entry for last commit, and close #72Christoph Berg
2016-05-26Don't fail when query contains 'disabled' wordMarco Nenciarini
2016-05-26Add changelog entries to close #99 and #106Christoph Berg
2016-05-26Call psql with option -XPeter Eisentraut
2016-05-25Update URLs to www.postgresql.org to be httpsMagnus Hagander
2015-12-15Add new argument, --audit-file-dir, to allow control of which directory the s...Greg Sabino Mullane
2015-11-02Add some minor casting to help with the bloat query.Greg Sabino Mullane
2015-07-17Add test for --action=wal_files --lsfuncChristoph Berg
2015-07-17Allow a wrapper function for wal_files and archive_ready as a non-superuser.Joshua Elsasser
2015-07-17Fix hot_standby_delay against a log-shipping (non-streaming) replica.Joshua Elsasser
2015-07-16Remove duplicated 'es' sectionChristoph Berg
2015-07-14Add complete spanish (es) message translationsLuis Vazquez
2015-06-30Let's releaseGreg Sabino Mullane
2015-06-30Bump version to 2.22.0Greg Sabino Mullane
2015-06-30Placeholders for French translation stringsGreg Sabino Mullane
2015-06-26SpellingGreg Sabino Mullane
2015-06-26Rearrange recent changes in rough priority orderGreg Sabino Mullane
2015-06-23Update release notes a bitGreg Sabino Mullane
2015-06-23Version bump.Greg Sabino Mullane
2015-05-27Remove tabs, cleanup whitespaceGreg Sabino Mullane
2015-05-08Bump copyrightGreg Sabino Mullane
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