Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-18 | Add an ORDER BY to the slony_status check to account for cases in which | Jeff 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-24 | Eliminate some "Use of uninitialized value" warnings. | David E. Wheeler | |
2013-09-24 | Get 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-24 | Signatures for 2.21.0 | Greg Sabino Mullane | |
2013-09-24 | Whitespace2.21.0 | Greg Sabino Mullane | |
2013-09-24 | Remove the no warnings hack. | Greg Sabino Mullane | |
2013-09-24 | Version bump, better binmode | Greg Sabino Mullane | |
2013-09-24 | Spelling tweaks | Greg Sabino Mullane | |
2013-09-24 | Version bump | Greg Sabino Mullane | |
2013-09-24 | Skip a few more files in the manifest | Greg Sabino Mullane | |
2013-09-23 | Spelling fixes | Greg Sabino Mullane | |
2013-09-23 | Typo | Greg Sabino Mullane | |
2013-09-23 | Perl::Critic insipred fixes | Greg Sabino Mullane | |
2013-09-23 | Minor translation fixes | Greg Sabino Mullane | |
2013-09-23 | Document testsuite, notably the DBD::Pg version required | Christoph Berg | |
2013-09-22 | Fix regex for cp_version testing. | Greg Sabino Mullane | |
2013-09-22 | Bump version to 2.20.2 | Greg Sabino Mullane | |
2013-09-22 | Adding a jstkind to the dummy pgagent schema, so the recent changes that ↵ | Greg Sabino Mullane | |
reference it can work. | |||
2013-09-19 | t/02_relation_size.t: Sleep 0.5s for the MRTG test | Christoph 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-19 | Fix same_schema check on 9.3 by ignoring relminmxid differences in pg_class | Christoph Berg | |
2013-09-19 | t/02_slony_status.t: Fix to work with 9.3 | Christoph 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-19 | Setting SKIP_NETWORK_TESTS will skip the new_version tests | Christoph Berg | |
Build daemons for Debian packages might not have network access, so provide a way to disable the tests depeding on networking | |||
2013-09-19 | t/02_last_vacuum.t: Reorder commit calls to make test more stable | Christoph Berg | |
2013-09-19 | Install man page in section 1 | Christoph Berg | |
Peter Eisentraut, bug 53, github issue 26 | |||
2013-09-18 | Add a changelog entry for the locks fix | Christoph Berg | |
2013-09-18 | Skipping disk_space tests if df doesn't work | Christoph Berg | |
df might fail in chroot environments, e.g. on build daemons where check-postgres packages are built | |||
2013-09-18 | Sort lock types so the output ordering is predicatable | Christoph Berg | |
2013-08-28 | Credit recent change. | Greg Sabino Mullane | |
2013-08-28 | Update check_postgres.pl | mintsoft | |
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-04 | README: Fix two typos | Christoph Berg | |
2013-07-02 | t/02_settings_checksum.t: Accept hex digits | Christoph Berg | |
Previously, this check only worked by chance if the returned checksum started with a plain digit. | |||
2013-06-25 | Signatures for 2.20.12.20.1 | Greg Sabino Mullane | |
2013-06-25 | Final html doc tweak | Greg Sabino Mullane | |
2013-06-25 | Let's get 2.20.1 out the door | Greg Sabino Mullane | |
2013-06-25 | Cannot test for bad sequences in that manner: we already exclude temp schemas! | Greg Sabino Mullane | |
2013-06-25 | No tabs please. | Greg Sabino Mullane | |
2013-06-25 | Move issue tracking from Bugzilla to github | Greg Sabino Mullane | |
2013-06-25 | Bump version to 2.20.1; update docs | Greg Sabino Mullane | |
2013-06-25 | Update credits. | Greg Sabino Mullane | |
2013-06-25 | Better "simple" output | Greg Sabino Mullane | |
2013-06-24 | Don't compare the new 'relallvisible' ccolumn | Greg Sabino Mullane | |
2013-06-24 | Update TODO file | Greg Sabino Mullane | |
2013-05-08 | Credit recent change | Greg Sabino Mullane | |
2013-05-08 | Remove host reordering in hot_standby_delay check | Josh 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-01 | Credit the 9.2 fixes | Greg Sabino Mullane | |
2013-05-01 | Typo | Greg Sabino Mullane | |
2013-05-01 | Do things the right way and run different versions of the bloat query ↵ | Greg Sabino Mullane | |
depending on the target version. |