Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-02 | Add some minor casting to help with the bloat query. | Greg Sabino Mullane | |
2015-08-29 | t/02_disk_space.t: relax filesystem check | Christoph 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-17 | Add test for --action=wal_files --lsfunc | Christoph Berg | |
2015-07-17 | Allow 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-17 | Fix hot_standby_delay against a log-shipping (non-streaming) replica. | Joshua Elsasser | |
2015-07-16 | set_translations.pl: Write output for all known languages | Christoph 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-16 | Remove duplicated 'es' section | Christoph Berg | |
... and note author of last commit in changelog | |||
2015-07-14 | Add complete spanish (es) message translations | Luis Vazquez | |
2015-06-30 | Signatures for version 2.22.02.22.0 | Greg Sabino Mullane | |
2015-06-30 | Let's release | Greg Sabino Mullane | |
2015-06-30 | No tabs please | Greg Sabino Mullane | |
2015-06-30 | Bump version to 2.22.0 | Greg Sabino Mullane | |
2015-06-30 | Placeholders for French translation strings | Greg Sabino Mullane | |
2015-06-26 | Merge branch 'master' of bucardo.org:/var/lib/git/check_postgres | Greg Sabino Mullane | |
2015-06-26 | Spelling | Greg Sabino Mullane | |
2015-06-26 | Rearrange recent changes in rough priority order | Greg Sabino Mullane | |
2015-06-23 | Fix txn_time regression test for 9.0/9.1 | Christoph 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-23 | Fix t/02_sequence.t for PG 9.0/1 | Christoph Berg | |
2015-06-23 | Update release notes a bit | Greg Sabino Mullane | |
2015-06-23 | Version bump. | Greg Sabino Mullane | |
2015-05-27 | Remove tabs, cleanup whitespace | Greg Sabino Mullane | |
2015-05-08 | Bump copyright | Greg Sabino Mullane | |
2015-04-15 | Fix 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-15 | Change 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-23 | Add tests for "serial" and "smallserial" columns | Christoph Berg | |
The code was already there, but not covered by tests | |||
2015-03-23 | Query all sequences per DB in parallel for action=sequence | Christoph 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-01 | Allow optional space before 'QUERY PLAN' | Greg Sabino Mullane | |
2014-11-01 | Tweak test, as the output no longer ends where it used to | Greg Sabino Mullane | |
2014-11-01 | Use 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-30 | Grrr...account for trailing whitespace in psql table output | Greg Sabino Mullane | |
2014-10-30 | Thanks a lot, Postgres. Now featuring whitespace in psql output that has ↵ | Greg Sabino Mullane | |
never been there before. | |||
2014-10-30 | Merge dbname2, host2, etc. into the new array method. | Greg Sabino Mullane | |
2014-10-30 | Quote values in error message when replicate_row fails | Greg Sabino Mullane | |
2014-09-08 | Fix 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-14 | Show OS on failure-to-parse errors | Greg Sabino Mullane | |
2014-07-14 | When 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-14 | Tweak testing output | Greg Sabino Mullane | |
2014-07-03 | Improved multi-slave support in replicate_row. | Andrew Yochum | |
2014-07-03 | Merge branch 'space_error' of https://github.com/jeffjanes/check_postgres | Greg Sabino Mullane | |
2014-07-03 | Merge branch 'master' of https://github.com/terrorobe/check_postgres | Greg Sabino Mullane | |
Conflicts: check_postgres.pl | |||
2014-07-03 | Merge branch 'query-time-show-query' of https://github.com/petere/check_postgres | Greg Sabino Mullane | |
2014-07-03 | Declare POD encoding to be utf8 | Christoph Berg | |
2014-06-12 | Quick stub to show port when testing. Always 5432 for now (with a custom ↵ | Greg Sabino Mullane | |
socket dir) | |||
2014-06-12 | Add xact timestamp support to hot_standby_delay | Josh 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-11 | Show actual long-running query in query_time output | Peter Eisentraut | |
2014-06-11 | fix & extend hot_standby_delay documentation | Michael 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-11 | Merge branch 'master' of github.com:terrorobe/check_postgres | Michael Renner | |
2014-05-21 | Don't swallow space before the -c flag when reporting errors | Jeff Janes | |
2014-05-05 | Quick TODO item | Greg Sabino Mullane | |
2014-02-18 | Start 2.21.1 notes | Greg Sabino Mullane | |