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
|
preprepare (0.9-7) unstable; urgency=medium
* Upload for PostgreSQL 15.
* debian/watch: Look at GitHub tags instead of releases.
-- Christoph Berg <myon@debian.org> Mon, 24 Oct 2022 17:01:49 +0200
preprepare (0.9-6) unstable; urgency=medium
* Upload for PostgreSQL 14.
-- Christoph Berg <myon@debian.org> Thu, 21 Oct 2021 11:57:19 +0200
preprepare (0.9-5) unstable; urgency=medium
* R³: no.
-- Christoph Berg <myon@debian.org> Fri, 09 Oct 2020 20:07:01 +0200
preprepare (0.9-4) unstable; urgency=medium
* Upload for PostgreSQL 13.
* Use dh --with pgxs_loop.
* DH 13.
* debian/tests: Simplify.
-- Christoph Berg <myon@debian.org> Tue, 06 Oct 2020 20:45:33 +0200
preprepare (0.9-3) unstable; urgency=medium
* Upload for PostgreSQL 12.
-- Christoph Berg <myon@debian.org> Thu, 31 Oct 2019 11:15:50 +0100
preprepare (0.9-2) unstable; urgency=medium
* Upload for PostgreSQL 11.
-- Christoph Berg <myon@debian.org> Sat, 13 Oct 2018 22:52:22 +0200
preprepare (0.9-1) unstable; urgency=medium
* Team upload to Debian with PostgreSQL 10 support.
* New upstream release.
-- Christoph Berg <christoph.berg@credativ.de> Wed, 27 Sep 2017 13:05:36 +0200
preprepare (0.8-1) unstable; urgency=medium
* New upstream release with 9.6 support.
-- Christoph Berg <myon@debian.org> Sat, 24 Sep 2016 18:56:26 +0200
preprepare (0.7-3) unstable; urgency=medium
* Reupload for 9.5.
* Fix Makefile to install sql files only once.
-- Christoph Berg <myon@debian.org> Fri, 08 Jan 2016 21:33:47 +0100
preprepare (0.7-2) unstable; urgency=medium
* Reupload for 9.4.
-- Christoph Berg <myon@debian.org> Fri, 25 Jul 2014 22:47:14 +0200
preprepare (0.7-1) unstable; urgency=medium
* Ship plugin symlink in the package so users don't need to create them
manually.
* Use "all" in debian/pgversions.
* Add Vcs headers.
* Set team as maintainer.
-- Christoph Berg <christoph.berg@credativ.de> Tue, 24 Jun 2014 14:16:19 +0200
preprepare (0.6-2) unstable; urgency=medium
* Add make to the test dependencies.
-- Christoph Berg <myon@debian.org> Sun, 26 Jan 2014 17:43:54 +0100
preprepare (0.6-1) unstable; urgency=low
* New upstream release with 9.3 support. (Closes: #731517)
* Convert debian/*.docs to dh_installdocs --all.
* debian/rules: Use "pg_buildext loop".
* Add myself to Uploaders.
* Update description to mention PostgreSQL.
* Add example query to README.*.
* Run regression tests using autopkgtest.
* Add watch file.
-- Christoph Berg <christoph.berg@credativ.de> Tue, 10 Dec 2013 17:23:16 +0100
preprepare (0.5-1) unstable; urgency=low
* Fix an error with -Werror=format-security, from ubuntu builds (Closes: #647222)
-- Dimitri Fontaine <dim@tapoueh.org> Mon, 31 Oct 2011 21:28:56 +0100
preprepare (0.4-2) unstable; urgency=low
[ Dimitri Fontaine ]
* Repackage for 9.1 support (Closes: #639482)
[ Christoph Berg ]
* Remove debian/*.dirs, they are not needed.
* Override dh_auto_install to do nothing, dh_install will take care.
-- Dimitri Fontaine <dim@tapoueh.org> Mon, 05 Sep 2011 13:04:51 +0200
preprepare (0.4-1.1) unstable; urgency=low
* Non-maintainer upload.
* debian/{control, postgresql-8.3*, rules}
- support only PostgreSQL 8.4, dropping support for 8.3; thanks to Martin
Pitt for the report; Closes: #559611
-- Sandro Tosi <morph@debian.org> Thu, 18 Feb 2010 15:08:52 +0100
preprepare (0.4-1) unstable; urgency=low
* Better support for GUC options
-- Dimitri Fontaine <dim@tapoueh.org> Tue, 18 Aug 2009 10:02:07 +0200
preprepare (0.3-1) unstable; urgency=low
* Add support for discard() function
* Add support for prepare_all('schema.relation'), overriding GUC setting
* Document those additions
-- Dimitri Fontaine <dim@tapoueh.org> Sat, 18 Jul 2009 23:11:53 +0200
preprepare (0.2-1) unstable; urgency=low
* Add support for local_preload_libraries and preprepare.at_init = on
for PostgreSQL 8.4 and following
* ITP (Closes: #536782)
-- Dimitri Fontaine <dim@tapoueh.org> Tue, 07 Jul 2009 09:58:08 +0200
preprepare (0.1-1) unstable; urgency=low
* Initial release
-- Dimitri Fontaine <dim@tapoueh.org> Wed, 13 May 2009 16:42:29 +0200
|