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