1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98
|
check-postgres (2.22.0-2+deb9u1) stretch; urgency=high
* PostgreSQL 9.6.8 changes pg_get_indexdef() to always include the schema
name. Cope with that in the testsuite. Closes: #897523.
-- Christoph Berg <christoph.berg@credativ.de> Thu, 05 Jul 2018 14:45:54 +0200
check-postgres (2.22.0-2) unstable; urgency=medium
* t/02_disk_space.t: Relax requirements on device name.
-- Christoph Berg <christoph.berg@credativ.de> Thu, 22 Sep 2016 15:18:36 +0200
check-postgres (2.22.0-1) unstable; urgency=medium
* New upstream release.
-- Christoph Berg <christoph.berg@credativ.de> Tue, 30 Jun 2015 18:02:22 +0200
check-postgres (2.21.0-3) unstable; urgency=medium
* t/02_replicate_row.t: Mark MRTG output test as TODO, it fails too often
without a real reason. Closes: #775644.
-- Christoph Berg <christoph.berg@credativ.de> Mon, 26 Jan 2015 18:13:16 +0100
check-postgres (2.21.0-2) unstable; urgency=medium
* Set team as maintainer.
-- Christoph Berg <myon@debian.org> Wed, 15 Oct 2014 22:31:18 +0200
check-postgres (2.21.0-1) unstable; urgency=low
* New upstream release.
+ t/02_disk_space.t: Skip if "df" doesn't work. Closes: #718052.
+ t/02_last_vacuum.t: Commit content in test table so the stats can see it.
+ check_postgres.pl, t/02_locks.t: Sort lock types.
+ t/02_new_version_*: Skip if SKIP_NETWORK_TESTS is set.
+ t/02_replicate_row.t: Set MRTG test sleep delay to 0.5s.
+ check_postgres.pl, t/02_slony_status.t: Fix for 9.3.
* B-D on libdbd-pg-perl 2.19.3 for testing PostgreSQL >= 9.2.
-- Christoph Berg <christoph.berg@credativ.de> Wed, 25 Sep 2013 10:31:10 +0200
check-postgres (2.20.1-1) unstable; urgency=low
* New upstream release.
+ Basic connection check returns CRITICAL. Closes: #700866.
* Run testsuite on build; disable "new version" tests because they need
networking.
* Repository moved to git.
-- Christoph Berg <myon@debian.org> Tue, 02 Jul 2013 09:46:32 +0200
check-postgres (2.20.0-1) experimental; urgency=low
[ Peter Eisentraut ]
* Improve watch file
[ Christoph Berg ]
* New upstream release.
* Add testsuite runner (not used yet).
-- Christoph Berg <myon@debian.org> Wed, 20 Mar 2013 16:07:18 +0100
check-postgres (2.19.0-1) unstable; urgency=low
* New upstream release.
-- Christoph Berg <myon@debian.org> Tue, 24 Jan 2012 12:35:02 +0100
check-postgres (2.18.0-1) unstable; urgency=low
* New upstream release.
-- Christoph Berg <myon@debian.org> Wed, 05 Oct 2011 16:43:27 +0200
check-postgres (2.16.0-2) unstable; urgency=low
* Merge my rouge packaging into Peter's package. Luckily, everything was
pretty compatible. Closes: #635163.
* Prevent running of the "cleanup" test on clean, this would need DBI in the
Build-Depends and we don't run the test suite anyway.
-- Christoph Berg <myon@debian.org> Fri, 29 Jul 2011 23:48:15 +0200
check-postgres (2.16.0-1) unstable; urgency=low
* Initial release.
-- Christoph Berg <myon@debian.org> Thu, 14 Jul 2011 16:43:32 +0200
check-postgres (2.14.3-1) unstable; urgency=low
* Initial release (closes: #602441)
-- Peter Eisentraut <petere@debian.org> Tue, 30 Nov 2010 21:40:35 +0200
|