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 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263
|
postgresql-plproxy (2.10.0-3) unstable; urgency=medium
* Skip build-time tests with newnet/newpid on non-Linux.
-- Christoph Berg <myon@debian.org> Wed, 04 Nov 2020 15:20:08 +0100
postgresql-plproxy (2.10.0-2) unstable; urgency=medium
* Add test-dependency on postgresql-common (>= 217~). (Closes: #972045)
-- Christoph Berg <myon@debian.org> Mon, 12 Oct 2020 23:14:45 +0200
postgresql-plproxy (2.10.0-1) unstable; urgency=low
[ Debian Janitor ]
* Trim trailing whitespace.
* Use secure URI in Homepage field.
* Bump debhelper from deprecated 9 to 12.
* Set debhelper-compat version in Build-Depends.
* Remove unnecessary XS-Testsuite field in debian/control.
[ Christoph Berg ]
* New upstream version.
* Upload for PostgreSQL 13.
* Use dh --with pgxs and run tests at build-time as well.
* DH 13.
* R³: no.
* debian/tests: Simplify.
-- Christoph Berg <myon@debian.org> Fri, 09 Oct 2020 11:37:46 +0200
postgresql-plproxy (2.9-2) unstable; urgency=medium
* Upload for PostgreSQL 12.
-- Christoph Berg <myon@debian.org> Wed, 30 Oct 2019 16:57:26 +0100
postgresql-plproxy (2.9-1) unstable; urgency=medium
* New upstream version.
-- Christoph Berg <myon@debian.org> Mon, 16 Sep 2019 15:08:59 +0200
postgresql-plproxy (2.8-3) unstable; urgency=medium
* tests: Recent PostgreSQL minors (11.2 and friends) disallow setting
client_min_messages higher than 'error', so suppressing errors that way
does not work anymore. Instead, drop the "create language plpgsql" code as
plpgsql is preinstalled by default since 9.1.
* Add debian/gitlab-ci.yml.
-- Christoph Berg <christoph.berg@credativ.de> Thu, 14 Feb 2019 16:54:09 +0100
postgresql-plproxy (2.8-2) unstable; urgency=medium
* Upload for PostgreSQL 11.
* Move packaging repository to salsa.debian.org
* Move maintainer address to team+postgresql@tracker.debian.org.
-- Christoph Berg <christoph.berg@credativ.de> Fri, 19 Oct 2018 10:18:52 +0200
postgresql-plproxy (2.8-1) unstable; urgency=medium
* New upstream release.
* Run tests via newnet/localhost so they don't conflict with an existing
cluster on 5432. (Closes: #856423)
-- Christoph Berg <myon@debian.org> Sat, 14 Oct 2017 16:21:59 +0200
postgresql-plproxy (2.7-2) unstable; urgency=medium
* Team upload.
* Add patch to support PG 10 in Makefile.
https://github.com/plproxy/plproxy/pull/27
-- Christoph Berg <christoph.berg@credativ.de> Thu, 21 Sep 2017 14:58:44 +0200
postgresql-plproxy (2.7-1) unstable; urgency=medium
* New upstream release.
-- Christoph Berg <myon@debian.org> Thu, 29 Dec 2016 18:28:39 +0100
postgresql-plproxy (2.6-3) unstable; urgency=medium
* Pull patches from upstream for 9.6 support.
-- Christoph Berg <myon@debian.org> Sun, 25 Sep 2016 23:03:59 +0200
postgresql-plproxy (2.6-2) unstable; urgency=medium
* Reupload with 9.5 support.
* Run tests on port 5432 using newpid/newnet.
-- Christoph Berg <myon@debian.org> Sat, 09 Jan 2016 18:54:22 +0100
postgresql-plproxy (2.6-1) unstable; urgency=medium
* New upstream release.
+ Docs are now markdown (Closes: #795984, thanks to Eduard Sanou for the
original patch which is now obsolete)
* Drop all patches :)
* Update watch file to point at plproxy.github.io.
* Update rules to dh.
-- Christoph Berg <myon@debian.org> Sat, 05 Sep 2015 21:03:05 +0200
postgresql-plproxy (2.5-5) unstable; urgency=medium
* Rebuild against PostgreSQL 9.4.
* Compile sql/plproxy.sql for the non-extension builds.
* Set team as maintainer.
-- Christoph Berg <myon@debian.org> Sun, 27 Jul 2014 11:44:14 +0200
postgresql-plproxy (2.5-4) unstable; urgency=low
[ Martin Pitt ]
* debian/tests/installcheck: Temporarily modify test scripts to use CREATE
EXTENSION instead of sourcing the build tree's plproxy.sql. We want to
test the installed package and avoid building.
[ Christoph Berg ]
* Use CREATE EXTENSION for 9.1+ only.
-- Christoph Berg <myon@debian.org> Sat, 08 Feb 2014 12:14:28 +0100
postgresql-plproxy (2.5-3) unstable; urgency=low
[ Martin Pitt ]
* Update Vcs-* tags to current git.
* Add postgresql-server-dev-all test dependency as the test uses
pg_buildext.
* debian/tests/installcheck: Create build-$version if it does not exist.
[ Christoph Berg ]
* Call rm -rf build-*/ in clean instead of using pg_buildext (doesn't work
because build-*/doc is missing).
-- Christoph Berg <myon@debian.org> Fri, 01 Nov 2013 22:38:13 +0100
postgresql-plproxy (2.5-2) unstable; urgency=low
* Add autopkgtest support.
* Use "all" in debian/pgversions.
* Makefile: Remove the old vpath patch (now better supported by PostgreSQL),
and remove the recursion into doc which doesn't work in build-%v/.
* src/plproxy.h: include libpq-fe.h earlier to un-mess pg_int64 when using
libpq-dev from 9.3.
-- Christoph Berg <myon@debian.org> Fri, 13 Sep 2013 13:51:07 +0200
postgresql-plproxy (2.5-1) experimental; urgency=low
* New upstream release.
-- Christoph Berg <myon@debian.org> Thu, 20 Dec 2012 15:50:35 +0100
postgresql-plproxy (2.4-1) unstable; urgency=low
* New upstream release.
* "build" target needs DESTDIR defined too, temporarily put a version of
pg_buildext in debian/ that does this.
-- Christoph Berg <myon@debian.org> Wed, 13 Jun 2012 16:14:51 +0200
postgresql-plproxy (2.3-1) unstable; urgency=low
[ Christoph Berg ]
* Add 8.2 and 8.3 to supported versions.
[ Peter Eisentraut ]
* New upstream release
- Obsoletes patches/doc
-- Peter Eisentraut <petere@debian.org> Wed, 02 Nov 2011 21:10:16 +0200
postgresql-plproxy (2.2-3) unstable; urgency=low
* Rebuild for PostgreSQL 9.1.
* Remove our private pg_buildext copy.
-- Christoph Berg <myon@debian.org> Fri, 17 Jun 2011 17:13:08 +0200
postgresql-plproxy (2.2-2) unstable; urgency=low
* Building the documentation needs asciidoc.
-- Christoph Berg <myon@debian.org> Tue, 05 Apr 2011 18:05:27 +0200
postgresql-plproxy (2.2-1) unstable; urgency=low
* New upstream release.
* Fix Vcs-* fields.
* Support building for multiple PostgreSQL versions (8.4 and 9.0 now).
* Install documentation.
* Add myself as Maintainer.
-- Christoph Berg <myon@debian.org> Fri, 01 Apr 2011 14:51:55 +0200
postgresql-plproxy (2.1-1) unstable; urgency=low
* New upstream release.
* Update policy version 3.9.1.
* Changed source format to 3.0 (quilt)
* Added provisions for building with mismatching libpq-dev and
postgresql-server-dev installed.
* Changed section to database
* Fixed copyright file to match reality
-- Peter Eisentraut <petere@debian.org> Thu, 05 Aug 2010 21:49:06 +0300
postgresql-plproxy (2.0.8-1.1) unstable; urgency=low
* Non-maintainer upload.
* debian/control
- support PostrgeSQL 8.4, changing build-depends, depends and binary package
name; Closes: #536973, #559596
* debian/install
- install into 8.4 directory
-- Sandro Tosi <morph@debian.org> Thu, 11 Feb 2010 13:51:21 +0100
postgresql-plproxy (2.0.8-1) unstable; urgency=low
* New Upstream Release
* Added README.source
-- Fernando Ike de Oliveira <fike@midstorm.org> Thu, 05 Mar 2009 16:54:09 -0300
postgresql-plproxy (2.0.7-1) unstable; urgency=low
* New upstream release.
-- Fernando Ike de Oliveira <fike@midstorm.org> Fri, 09 Jan 2009 15:51:48 -0200
postgresql-plproxy (2.0.5-2) unstable; urgency=low
* Fix directory /usr/share/postgresql-8.2-plproxy to 8.3.
* Update to debhelper 7.
-- Fernando Ike de Oliveira <fike@midstorm.org> Tue, 08 Jul 2008 11:22:55 -0300
postgresql-plproxy (2.0.5-1) unstable; urgency=low
* New upstream release
* Update policy version to 3.8.0.
* Added Vcs-* control fields.
* Added Homepage control field.
-- Fernando Ike de Oliveira <fike@midstorm.org> Mon, 09 Jun 2008 13:47:37 -0300
postgresql-plproxy (2.0.4-1) unstable; urgency=low
* New upstream release.
-- Fernando Ike de Oliveira <fike@midstorm.org> Tue, 05 Feb 2008 12:09:02 -0200
postgresql-plproxy (2.0.2-1) unstable; urgency=low
* Initial release. (Closes: #427293)
-- Fernando Ike de Oliveira <fike@midstorm.org> Tue, 05 Jun 2007 23:19:56 -0300
|