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
|
postgresql-plsh (1.20171014-3) unstable; urgency=medium
* Recompile against new heap_getattr() API in PostgreSQL 11.2.
-- Christoph Berg <christoph.berg@credativ.de> Tue, 12 Feb 2019 15:12:38 +0100
postgresql-plsh (1.20171014-2) unstable; urgency=medium
* Upload for PostgreSQL 11.
* Add patch for new TupleDescAttr API.
* Move packaging repository to salsa.debian.org
* Move maintainer address to team+postgresql@tracker.debian.org.
-- Christoph Berg <christoph.berg@credativ.de> Thu, 18 Oct 2018 14:01:18 +0200
postgresql-plsh (1.20171014-1) unstable; urgency=medium
* New upstream version.
-- Christoph Berg <myon@debian.org> Wed, 18 Oct 2017 19:14:23 +0200
postgresql-plsh (1.20140221-6) unstable; urgency=medium
* Team upload with PostgreSQL 10 support.
-- Christoph Berg <christoph.berg@credativ.de> Wed, 27 Sep 2017 13:00:16 +0200
postgresql-plsh (1.20140221-5) unstable; urgency=medium
* Rebuild for 9.6.
-- Christoph Berg <myon@debian.org> Sun, 25 Sep 2016 23:13:30 +0200
postgresql-plsh (1.20140221-3) unstable; urgency=medium
* Rebuild for 9.5.
-- Christoph Berg <myon@debian.org> Sat, 09 Jan 2016 14:02:10 +0100
postgresql-plsh (1.20140221-2) unstable; urgency=medium
* Rebuild for 9.4.
* Set team as maintainer.
-- Christoph Berg <myon@debian.org> Fri, 25 Jul 2014 22:50:59 +0200
postgresql-plsh (1.20140221-1) unstable; urgency=medium
* New upstream release including a fix for CVE-2014-0061.
-- Christoph Berg <myon@debian.org> Tue, 25 Feb 2014 07:28:54 +0100
postgresql-plsh (1.20130823-2) unstable; urgency=low
* Patch tests/init.sql to use CREATE EXTENSION instead of sourcing the build
tree's plsh.sql. Thanks to Martin Pitt for the initial patch.
* Use the new pg_buildext installcheck from pg-server-dev 153.
* Support all PostgreSQL versions.
* Update debian/rules to use dh.
-- Christoph Berg <myon@debian.org> Fri, 14 Feb 2014 21:11:29 +0100
postgresql-plsh (1.20130823-1) unstable; urgency=low
* New upstream release on github with CREATE EXTENSION support.
* Use "9.1+" in debian/pgversions and B-D on pg-server-dev-all 148.
(8.4 and 9.0 are not patched yet for improved VPATH build support.)
* Add autopkgtest support.
* Repository moved to git.
-- Christoph Berg <myon@debian.org> Tue, 17 Sep 2013 12:50:30 +0200
postgresql-plsh (1.3-5) unstable; urgency=low
* Rebuild for PostgreSQL 9.1.
* Use debian/control.in.
-- Christoph Berg <myon@debian.org> Wed, 24 Aug 2011 16:50:24 +0200
postgresql-plsh (1.3-4) unstable; urgency=low
* New maintainer.
* Convert to 3.0 (quilt).
* Added support for PostgreSQL 9.0.
* Converted build to use pg_buildext.
* Section: database.
-- Christoph Berg <myon@debian.org> Thu, 21 Apr 2011 10:38:28 +0200
postgresql-plsh (1.3-3) unstable; urgency=low
* Problem building from source when using bash instead of dash -
solved adding patch number 004 (a simple ./ in front of a source...)
Closes: #561168 .
-- Filipe Lautert <filipe@debian.org> Tue, 15 Dec 2009 16:08:30 -0200
postgresql-plsh (1.3-2) unstable; urgency=low
* Added support for PostgreSQL 8.4 (closes: #559598).
* Dropped support for PostgreSQL 8.3 as it will not be in Squeeze.
-- Filipe Lautert <filipe@debian.org> Sun, 13 Dec 2009 21:37:43 -0200
postgresql-plsh (1.3-1) unstable; urgency=low
* New upstream version.
* Now package generates inclusion path for script createlang_pgplsh.sql
instead of upstream Makefile (closes: #445212).
* Added header fields: Vcs-Svn, Vcs-Browser and Homepage.
* Added support for PostgreSQL 8.3.
* Dropped support for PostgreSQL 8.2 as it will not be in Lenny.
-- Filipe Lautert <filipe@icewall.org> Wed, 26 Mar 2008 16:25:56 -0300
postgresql-plsh (1.2-2) unstable; urgency=low
* Added support for PostgreSQL 8.2.
* Changed PGCONFIG variable in debian/rules to PG_CONFIG, so now it works (closes: #420288).
* Dropped support for PostgreSQL 8.1 and 7.4 (closes: #422013).
* Corrected path for plsh create script in Debian.README.
-- Filipe Lautert <filipe@icewall.org> Wed, 2 May 2007 23:27:35 -0300
postgresql-plsh (1.2-1) unstable; urgency=low
* Initial release (Closes: #412532).
-- Filipe Lautert <filipe@icewall.org> Thu, 22 Feb 2007 14:16:41 -0200
|