Package Release Info

postgresql12-plr-8.4-bp154.1.46

Update Info: Base Release
Available in Package Hub : 15 SP4

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

postgresql12-plr
postgresql12-plr-doc

Change Logs

Version: 8.4-bp153.2.11
* Fri Feb 19 2021 Yuchen Lin <mlin+factory@suse.de>
- Drop postgresql95, postgresql96 and postgresql11 flavor: no those packages from SLE
* Tue Jun 09 2020 Dominique Leuenberger <dimstar@opensuse.org>
- Drop postgresql94 flavor: pgsql94 is EOL.
* Tue Oct 22 2019 Marcus Rueckert <mrueckert@suse.de>
- update to 8.4
  - Use 8.4 in plr.control (#61)
  - Remove unused testing files Those were to be used with PG < 9.x
- refreshed patch-Makefile-ldflags.patch
* Tue Oct 22 2019 Marcus Rueckert <mrueckert@suse.de>
- adding postgresql12 to _multibuild
* Sat Oct 27 2018 Marcus Rueckert <mrueckert@suse.de>
- refresh patch-Makefile-ldflags.patch to apply cleanly again
* Sat Oct 27 2018 Marcus Rueckert <mrueckert@suse.de>
- update to 08.03.00.18
  Due to some minor changes in the internal API, there were some
  small changes in the source to accommodate the changes.
* Thu Oct 25 2018 Reinhard Max <max@suse.com>
- Add build for PostgreSQL 11 and drop 9.3.
- BuildRequire server-devel instead of devel.
* Thu Aug 10 2017 mrueckert@suse.de
- use _multibuild
* Tue Jul 25 2017 bruno@ioda-net.ch
- Packaging
  + Make comment versionable
  + Remove obsoleted macro (mkdir, install)
  + Fix copyright line
* Wed Jul 12 2017 bruno@ioda-net.ch
- Remove non maintained postgresql version 9.1 9.2
* Sat Jan 14 2017 bruno@ioda-net.ch
- Undo the rename of postgresql-plr.changes.in to make happy
  factory auto-bot
* Wed Jan 11 2017 bruno@ioda-net.ch
- Update to 08.03.00.17 version - Bring support to postgresql96
- Packaging
  + Move source to github and adapt packaging for that
  + Add plr-US.pdf as documentation, html being not delivered
    Documentation is build outside of the package to avoid texlive
  + Redone patch-Makefile-ldflags.patch to current sources
  + Rename postgresql-plr.changes.in to postgresql-plr.changes to
    ease osc vc edition, adapt pre_checking.sh to this change.
* Mon Dec 21 2015 bruno@ioda-net.ch
- Fix postun/postin ldconfig call (see comment in sr#345782)
* Fri Feb 13 2015 bruno@ioda-net.ch
- Update to last upstream tar.gz
  Due to missing root plr, and documentation (Conway)
- Removed upgrade alter extension, this doesn't work yet
* Mon Feb 09 2015 bruno@ioda-net.ch
- Update to upstream 8.3.0.16
  Update for PostgreSQL 9.5dev compatibility
  Update copyrights
  Add check and throw an error when don't have an expectedDesc.
  Remove autocommit setting -- it has been removed in PostgreSQL
  9.5, and it has been ineffective for a long time.
    Reported by Peter E.
  Fix RPM spec file (redhat)
- Added support to postgresql94 packages
- modified patches: redone for 8.0.16
  * patch-Makefile-ldflags.patch
* Thu Jan 23 2014 bruno@ioda-net.ch
- Revised year
- Added pre_checkin.sh methode to create variant packages
* Fri Dec 06 2013 bruno@ioda-net.ch
- Update to upstream 8.0.15
  Update for PostgreSQL 9.3 compatibility
  Ensure certain errors in R code do not crash postgres
  Unbreak compilation with older versions of postgres not having rangetypes
  Allow use of OUT parameters
- modified patches: redone for 8.0.15
  * patch-Makefile-ldflags.patch
* Mon Nov 18 2013 bruno@ioda-net.ch
- Packaging postgresql-plr
  Added postgresql-server as BuildRequires so rpmlint doesn't complain about
  owner of postgresql base install directory
* Fri Sep 27 2013 bruno@ioda-net.ch
- split postgresql-plr to postgresql version aligned
  postgresql91-plr linked to postgresql91
  postgresql92-plr linked to postgresql92
  postgresql93-plr linked to postgresql93
* Wed Jul 24 2013 bruno@ioda-net.ch
- Upgrade to 8.3.0.14
  Update copyright for 2013
  Remove hack to take signal back from R interpreter (Mark Kirkwood)
  Set R_SignalHandlers = 0, the proper way to prevent R from taking signals in the first place (Mark Kirkwood)
  Adjust RPM spec file
  As of pg9.2 the syntax "LANGUAGE 'C'" no longer works. Use "LANGUAGE C" instead.
  The MacPorts installation has the header filed distributed across two different directories, so there is no single "rincludedir" to query from pkg-config. Instead, do it the proper way and ask pkg-config for the cflags, which should work for all installation variants. (Peter Eisentraut)