postgresql-9.5-plsh - PL/sh procedural language for PostgreSQL 9.5
# sudo apt-get update
# sudo apt-get install postgresql-9.5-plsh
2016-01-09 - Christoph Berg <myon@debian.org> postgresql-plsh (1.20140221-3) unstable; urgency=medium * Rebuild for 9.5.
2014-07-25 - Christoph Berg <myon@debian.org> postgresql-plsh (1.20140221-2) unstable; urgency=medium * Rebuild for 9.4. * Set team as maintainer.
2014-02-25 - Christoph Berg <myon@debian.org> postgresql-plsh (1.20140221-1) unstable; urgency=medium * New upstream release including a fix for CVE-2014-0061.
2014-02-14 - Christoph Berg <myon@debian.org> 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.
2013-09-17 - Christoph Berg <myon@debian.org> 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.
2011-08-24 - Christoph Berg <myon@debian.org> postgresql-plsh (1.3-5) unstable; urgency=low * Rebuild for PostgreSQL 9.1. * Use debian/control.in.
2011-04-21 - Christoph Berg <myon@debian.org> 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.
2009-12-15 - Filipe Lautert <filipe@debian.org> 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 .
2009-12-13 - Filipe Lautert <filipe@debian.org> 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.
2008-03-26 - Filipe Lautert <filipe@icewall.org> 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.