summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-02-18Add an ORDER BY to the slony_status check to account for cases in whichJeff Frost
there is more than one node in replication; we want to report on the most lagged server.
2013-10-09'no warnings' makes Perl::Critic cry. Try a different way.Greg Sabino Mullane
2013-09-24--host2 and friends no longer work.David E. Wheeler
2013-09-24Eliminate some "Use of uninitialized value" warnings.David E. Wheeler
2013-09-24Get rid of number opts in docs.David E. Wheeler
2013-09-24`curl` does not like `=` between an option and its value.David E. Wheeler
This gets the `t/02_new_version_cp.t` to pass on systems that use `curl`.
2013-09-24Signatures for 2.21.0Greg Sabino Mullane
2013-09-24Whitespace2.21.0Greg Sabino Mullane
2013-09-24Remove the no warnings hack.Greg Sabino Mullane
2013-09-24Version bump, better binmodeGreg Sabino Mullane
2013-09-24Spelling tweaksGreg Sabino Mullane
2013-09-24Version bumpGreg Sabino Mullane
2013-09-24Skip a few more files in the manifestGreg Sabino Mullane
2013-09-23Spelling fixesGreg Sabino Mullane
2013-09-23TypoGreg Sabino Mullane
2013-09-23Perl::Critic insipred fixesGreg Sabino Mullane
2013-09-23Minor translation fixesGreg Sabino Mullane
2013-09-23Document testsuite, notably the DBD::Pg version requiredChristoph Berg
2013-09-22Fix regex for cp_version testing.Greg Sabino Mullane
2013-09-22Bump version to 2.20.2Greg Sabino Mullane
2013-09-22Adding a jstkind to the dummy pgagent schema, so the recent changes that ↵Greg Sabino Mullane
reference it can work.
2013-09-19t/02_relation_size.t: Sleep 0.5s for the MRTG testChristoph Berg
Sleeping 1s created a race condition because we also check after 1s, so it was only luck whether the result of that check is "1" or "2"
2013-09-19Fix same_schema check on 9.3 by ignoring relminmxid differences in pg_classChristoph Berg
2013-09-19t/02_slony_status.t: Fix to work with 9.3Christoph Berg
The error was "schema does not exist" until 9.2, and is now "table does not exist", so just look for "does not exist".
2013-09-19Setting SKIP_NETWORK_TESTS will skip the new_version testsChristoph Berg
Build daemons for Debian packages might not have network access, so provide a way to disable the tests depeding on networking
2013-09-19t/02_last_vacuum.t: Reorder commit calls to make test more stableChristoph Berg
2013-09-19Install man page in section 1Christoph Berg
Peter Eisentraut, bug 53, github issue 26
2013-09-18Add a changelog entry for the locks fixChristoph Berg
2013-09-18Skipping disk_space tests if df doesn't workChristoph Berg
df might fail in chroot environments, e.g. on build daemons where check-postgres packages are built
2013-09-18Sort lock types so the output ordering is predicatableChristoph Berg
2013-08-28Credit recent change.Greg Sabino Mullane
2013-08-28Update check_postgres.plmintsoft
Fixing issue with SQL steps in check_pgagent_jobs for jobs which perform deletes, these return non-0 yet are still successful. Behaviour should now be that <>0 on batch is a failure, but only -1 is a failure for sql steps.
2013-07-04README: Fix two typosChristoph Berg
2013-07-02t/02_settings_checksum.t: Accept hex digitsChristoph Berg
Previously, this check only worked by chance if the returned checksum started with a plain digit.
2013-06-25Signatures for 2.20.12.20.1Greg Sabino Mullane
2013-06-25Final html doc tweakGreg Sabino Mullane
2013-06-25Let's get 2.20.1 out the doorGreg Sabino Mullane
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-06-25Move issue tracking from Bugzilla to githubGreg Sabino Mullane
2013-06-25Bump version to 2.20.1; update docsGreg Sabino Mullane
2013-06-25Update credits.Greg Sabino Mullane
2013-06-25Better "simple" outputGreg Sabino Mullane
2013-06-24Don't compare the new 'relallvisible' ccolumnGreg Sabino Mullane
2013-06-24Update TODO fileGreg Sabino Mullane
2013-05-08Credit recent changeGreg Sabino Mullane
2013-05-08Remove host reordering in hot_standby_delay checkJosh Williams
This was resulting in the master queries being sent to the replica and vice versa, if the replica is listed first. Will probably still want to reorder the hosts in output (or just list them all) later. Thanks to Jacobo Blasco for debug assistance.
2013-05-01Credit the 9.2 fixesGreg Sabino Mullane
2013-05-01TypoGreg Sabino Mullane
2013-05-01Do things the right way and run different versions of the bloat query ↵Greg Sabino Mullane
depending on the target version.