summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)Author
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-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-07same_schema: constraint unit test include table name + reinstate sequence las...glyn
2016-06-06Replace $dbh->tables() with selectall_arrayref()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-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-05-31Keep using pg_relation_size on 8.4 and earlierChristoph Berg
2016-05-31Change table_size to use pg_table_size()Christoph Berg
2015-08-29t/02_disk_space.t: relax filesystem checkChristoph Berg
2015-07-17Add test for --action=wal_files --lsfuncChristoph Berg
2015-06-30No tabs pleaseGreg Sabino Mullane
2015-06-23Fix txn_time regression test for 9.0/9.1Christoph Berg
2015-06-23Fix t/02_sequence.t for PG 9.0/1Christoph Berg
2015-03-23Add tests for "serial" and "smallserial" columnsChristoph Berg
2015-03-23Query all sequences per DB in parallel for action=sequenceChristoph Berg
2014-11-01Tweak test, as the output no longer ends where it used toGreg Sabino Mullane
2014-07-14Tweak testing outputGreg Sabino Mullane
2014-07-03Merge branch 'master' of https://github.com/terrorobe/check_postgresGreg Sabino Mullane
2014-06-12Quick stub to show port when testing. Always 5432 for now (with a custom sock...Greg Sabino Mullane
2013-09-23Spelling fixesGreg Sabino Mullane
2013-09-23Perl::Critic insipred fixesGreg Sabino Mullane
2013-09-23Minor translation fixesGreg Sabino Mullane
2013-09-22Fix regex for cp_version testing.Greg Sabino Mullane
2013-09-22Adding a jstkind to the dummy pgagent schema, so the recent changes that refe...Greg Sabino Mullane
2013-09-19t/02_relation_size.t: Sleep 0.5s for the MRTG testChristoph Berg
2013-09-19t/02_slony_status.t: Fix to work with 9.3Christoph Berg
2013-09-19Setting SKIP_NETWORK_TESTS will skip the new_version testsChristoph Berg
2013-09-19t/02_last_vacuum.t: Reorder commit calls to make test more stableChristoph Berg
2013-09-18Skipping disk_space tests if df doesn't workChristoph Berg
2013-09-18Sort lock types so the output ordering is predicatableChristoph Berg
2013-07-02t/02_settings_checksum.t: Accept hex digitsChristoph Berg
2013-06-25Cannot test for bad sequences in that manner: we already exclude temp schemas!Greg Sabino Mullane
2013-06-25No tabs please.Greg Sabino Mullane
2013-03-13Minor tweaks to get ready for 2.20.0Greg Sabino Mullane
2013-03-13Don't barf when schema does not exist.Greg Sabino Mullane
2013-02-11Force tests to use port 5432 in case PGPORT is conflicting.Greg Sabino Mullane
2013-02-11Better debug output: check for dbdir and datadir separately.Greg Sabino Mullane
2012-09-11Postgres 9.2 compatibilityJosh Williams
2012-05-23Force to port 5432 for funky systems.Greg Sabino Mullane
2012-05-23Bail out early if the test server is completely unreachableGreg Sabino Mullane
2012-05-21Spelling fixes.Greg Sabino Mullane
2012-05-21Minor cleanups.Greg Sabino Mullane