| Age | Commit message (Expand) | Author |
| 2016-12-30 | Clarify that only one action is run per invocation.HEADmaster | Christoph Berg |
| 2016-09-28 | Remove some tabs | Greg Sabino Mullane |
| 2016-09-26 | t/02_txn_time.t: Allow some time slack | Christoph Berg |
| 2016-09-22 | t/02_disk_space.t: Further relax device name check | Christoph Berg |
| 2016-06-08 | txn_idle: Document that --includeuser can be used to work around superuser ch... | Christoph Berg |
| 2016-06-08 | connection: Make all errors including timeout from psql CRITICAL | Christoph Berg |
| 2016-06-08 | Update query_time docs to match actual code | Christoph Berg |
| 2016-06-08 | hot_standby_delay: Check server version instead of psql version for features | Christoph Berg |
| 2016-06-07 | Add changelog for c09e7840ed82db6274116ce9b83fbdbc72f940c8. | Christoph Berg |
| 2016-06-07 | adjusting check_txn_idle filter by state_change column | Sebastian Webber |
| 2016-06-07 | t/02_replicate_row.t: wait for the forks, and sleep a bit longer | Christoph Berg |
| 2016-06-07 | t/02_replicate_row.t: Allow for some variation in the replication time | Christoph Berg |
| 2016-06-07 | Update MANIFEST | Christoph Berg |
| 2016-06-07 | Convert README to Markdown | Christoph Berg |
| 2016-06-07 | Fix same_schema on 8.4 | Christoph Berg |
| 2016-06-07 | Do some whitespace cleanup | Christoph Berg |
| 2016-06-07 | Fix "--filter" logic to honour regular expressions | glynastill |
| 2016-06-07 | Fix username field in check_txn_idle; broken when adding support for objects ... | glyn |
| 2016-06-07 | same_schema: constraint unit test include table name + reinstate sequence las... | glyn |
| 2016-06-07 | Fix same_schema check so it considers left and right operands when comparing ... | glynastill |
| 2016-06-07 | Fix trigger check in check_same_schema to ignore deferrable unique constraint... | glynastill |
| 2016-06-07 | Fix typo: missing comma in commit 2e07159c2ecca1bd42950121ccb2f6fad762e30a | glynastill |
| 2016-06-07 | Fix same schema to treat pg_constraint.confmatchtype = 'u' = 's' | glynastill |
| 2016-06-07 | Fix USERWHERECLAUSE broken when changing pg_user references to pg_role | glynastill |
| 2016-06-07 | Modify checks that return or rely on a user name to reference pg_roles rather... | glynastill |
| 2016-06-07 | Fix same_schema to ignore some non-logical schema based values: | glynastill |
| 2016-06-06 | Replace $dbh->tables() with selectall_arrayref() | Christoph Berg |
| 2016-06-05 | Add travis CI integration script to run the check_postgres testsuite on travi... | Christoph Berg |
| 2016-06-05 | Minimize number of errors in the server log during testing | Christoph Berg |
| 2016-06-05 | Speed up testing by disabling fsync | Christoph Berg |
| 2016-06-05 | Fix t/02_relation_size.t for 8.4 by skipping indexes_size | Christoph Berg |
| 2016-06-05 | Add changelog entry for check_replication_slots | Christoph Berg |
| 2016-06-03 | Skip replication slot tests before 9.4 | 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-26 | Run "make html" | Christoph Berg |
| 2016-05-26 | Merge pull request #106 from mhagander/postgresql.org_https | Christoph Berg |
| 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 |