postgresql-pgmp 1.0.4-1ubuntu1 source package in Ubuntu

Changelog

postgresql-pgmp (1.0.4-1ubuntu1) focal; urgency=medium

  * Merge from Debian unstable (LP: #1864062):
    - Remaining changes:
    * explicitly use python2 until python3 is supported
      - d/control[.in]: bump build dependencies to explcit 2
      - d/p/use-python2.patch: update script headers to call python2
      - d/t/control: bump test dependencies to explcit 2

postgresql-pgmp (1.0.4-1) unstable; urgency=medium

  * New upstream version.

postgresql-pgmp (1.0.3-1) unstable; urgency=medium

  * New upstream version.
  * Use dh.
  * {Build,Test}-Depend on python-six.
  * Cherry-pick from upstream: Deal correctly with lazily allocated mpz zeros.
    (Closes: #950608, https://github.com/dvarrazzo/pgmp/issues/18)

 -- Balint Reczey <email address hidden>  Fri, 21 Feb 2020 16:28:56 +0100

Upload details

Uploaded by:
Balint Reczey
Uploaded to:
Focal
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
database
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe database

Downloads

File Size SHA-256 Checksum
postgresql-pgmp_1.0.4.orig.tar.gz 68.8 KiB 50835e7c1952566bf7056c1a4b4f84dd85f987412bc13d366144d1ea3832ea85
postgresql-pgmp_1.0.4-1ubuntu1.debian.tar.xz 4.9 KiB 86365a37c0adbf7b05e2ecd753340e2b170db4d64fd83e60d0a74cd23a5d385c
postgresql-pgmp_1.0.4-1ubuntu1.dsc 2.2 KiB 480d0768cc68632cbe264fa483575eb098af4844bb3e5ba4d3daf6d19fcbe236

Available diffs

View changes file

Binary packages built by this source

postgresql-12-pgmp: arbitrary precision integers and rationals for PostgreSQL 12

 pgmp is a PostgreSQL extension to add the GMP data types and functions
 directly into the database.
 .
 The extension adds the types mpz (arbitrary size integers) and mpq (arbitrary
 precision rationals) to PostgreSQL and exposes to the database all the
 functions available in the GMP library for these data types, allowing:
 .
  * higher performance arithmetic on integers respect to the numeric data type
  * a rational data type for absolute precision storage and arithmetic
  * using specialized functions to deal with prime numbers, random numbers,
    factorization directly into the database.

postgresql-12-pgmp-dbgsym: debug symbols for postgresql-12-pgmp