summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-11-02Add some minor casting to help with the bloat query.Greg Sabino Mullane
2015-08-29t/02_disk_space.t: relax filesystem checkChristoph Berg
In https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=790231, Daniel Schepler reports pbuilder (a throwaway-minimal-chroot build wrapper for Debian packages) to setup the filesystem name to be shown as "-". Allow this in the testsuite.
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
The wrapper function around pg_ls_dir() must hardcode the pg_xlog or pgxlog/archive_status path, and should take no arguments. It must be created as a superuser with SECURITY DEFINER.
2015-07-17Fix hot_standby_delay against a log-shipping (non-streaming) replica.Joshua Elsasser
2015-07-16set_translations.pl: Write output for all known languagesChristoph Berg
set_translations.pl only wrote output for languages seen in .po files, dropping other previously known languages. Also, fix output to honor the current indentation style (no tabs). In order to change the current formatting as little as possible, set the minimal output key output width to 14, and no not append a space after 'key' ('checkcluster-nomrtg' is otherwise too long).
2015-07-16Remove duplicated 'es' sectionChristoph Berg
... and note author of last commit in changelog
2015-07-14Add complete spanish (es) message translationsLuis Vazquez
2015-06-30Signatures for version 2.22.02.22.0Greg Sabino Mullane
2015-06-30Let's releaseGreg Sabino Mullane
2015-06-30No tabs pleaseGreg Sabino Mullane
2015-06-30Bump version to 2.22.0Greg Sabino Mullane
2015-06-30Placeholders for French translation stringsGreg Sabino Mullane
2015-06-26Merge branch 'master' of bucardo.org:/var/lib/git/check_postgresGreg Sabino Mullane
2015-06-26SpellingGreg Sabino Mullane
2015-06-26Rearrange recent changes in rough priority orderGreg Sabino Mullane
2015-06-23Fix txn_time regression test for 9.0/9.1Christoph Berg
Newer versions will show the last or current query here, older versions will just show "<IDLE> in transaction" if there is currently no query running.
2015-06-23Fix t/02_sequence.t for PG 9.0/1Christoph Berg
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
check_sequence - Split big UNION of sequence selects into chunks to avoid overrunning system argument size run_command - If we have specified a "target" database, skip all others in global targetdb list
2015-04-15Change the way tables are quoted in replicate_row.glynastill
Change the way tables are quoted in replicate_row to allow for tables with schema name.
2015-03-23Add tests for "serial" and "smallserial" columnsChristoph Berg
The code was already there, but not covered by tests
2015-03-23Query all sequences per DB in parallel for action=sequenceChristoph Berg
action=sequence used to open a new session for every sequence checked, which could be very slow. Fix by creating a single SQL statement using UNION ALL to query all sequences at once.
2014-11-01Allow optional space before 'QUERY PLAN'Greg Sabino Mullane
2014-11-01Tweak test, as the output no longer ends where it used toGreg Sabino Mullane
2014-11-01Use Data::Dumper when showing full output on a failed parse, as this is more ↵Greg Sabino Mullane
often than not a complex structure.
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 ↵Greg Sabino Mullane
never been there before.
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
Previously it used the psql version which might differ when multiple versions are installed locally, or when querying remote servers. The hot_standby_delay check is also affected, but more involved to fix, so leave that for later. Adrian Vondendriesch
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 ↵Greg Sabino Mullane
than just the failing line, to better aid in debugging as recently seen on the list.
2014-07-14Tweak testing outputGreg 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
Conflicts: check_postgres.pl
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-12Quick stub to show port when testing. Always 5432 for now (with a custom ↵Greg Sabino Mullane
socket dir)
2014-06-12Add xact timestamp support to hot_standby_delayJosh Williams
Allow the hot_standby_delay check to accept xlog byte position or timestamp lag intervals as thresholds, or even both at the same time.
2014-06-11Show actual long-running query in query_time outputPeter Eisentraut
2014-06-11fix & extend hot_standby_delay documentationMichael Renner
This should also account for all places where the refactoring of the numbered dbparameters (host2, port2, etc.) was referenced in the documentation. Drop the TODO entry.
2014-06-11Merge branch 'master' of github.com:terrorobe/check_postgresMichael Renner
2014-05-21Don't swallow space before the -c flag when reporting errorsJeff Janes
2014-05-05Quick TODO itemGreg Sabino Mullane
2014-02-18Start 2.21.1 notesGreg Sabino Mullane