Age | Commit message (Expand) | Author |
2016-06-07 | Fix same_schema to ignore some non-logical schema based values: | glynastill |
2016-06-05 | Add changelog entry for check_replication_slots | Christoph Berg |
2016-06-03 | Add check_replication_slots check to check the delay on any replication slots. | glyn |
2016-06-01 | Fix "values are not the same" error in replicate_row when repinfo value is a '0' | glynastill |
2016-05-31 | Remove four more /o flags | Christoph Berg |
2016-05-31 | removed 'o' modifier from regular expressions | Martin von Oertzen |
2016-05-31 | Keep using pg_relation_size on 8.4 and earlier | Christoph Berg |
2016-05-31 | txn_idle: if seconds are -0, use 0 | Christoph Berg |
2016-05-31 | Change table_size to use pg_table_size() | Christoph Berg |
2016-05-26 | Add changelog entry for Correct extra space in perfdata | Christoph Berg |
2016-05-26 | Correct extra space in perfdata | Adrien nayrat |
2016-05-26 | Add changelog entry for last commit, and close #72 | Christoph Berg |
2016-05-26 | Don't fail when query contains 'disabled' word | Marco Nenciarini |
2016-05-26 | Add changelog entries to close #99 and #106 | Christoph Berg |
2016-05-26 | Call psql with option -X | Peter Eisentraut |
2016-05-25 | Update URLs to www.postgresql.org to be https | Magnus Hagander |
2015-12-15 | Add new argument, --audit-file-dir, to allow control of which directory the s... | Greg Sabino Mullane |
2015-11-02 | Add some minor casting to help with the bloat query. | Greg Sabino Mullane |
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 |
2015-07-17 | Fix hot_standby_delay against a log-shipping (non-streaming) replica. | Joshua Elsasser |
2015-07-16 | Remove duplicated 'es' section | Christoph Berg |
2015-07-14 | Add complete spanish (es) message translations | Luis Vazquez |
2015-06-30 | Let's release | 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 | Spelling | Greg Sabino Mullane |
2015-06-26 | Rearrange recent changes in rough priority order | Greg Sabino Mullane |
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 |
2015-04-15 | Change the way tables are quoted in replicate_row. | glynastill |
2015-03-23 | Query all sequences per DB in parallel for action=sequence | Christoph Berg |
2014-11-01 | Allow optional space before 'QUERY PLAN' | Greg Sabino Mullane |
2014-11-01 | Use Data::Dumper when showing full output on a failed parse, as this is more ... | Greg Sabino Mullane |
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 neve... | Greg Sabino Mullane |
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 |
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 t... | 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 |
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 | Add xact timestamp support to hot_standby_delay | Josh Williams |