postgresql-pgmp 1.0.5-2 source package in Ubuntu

Changelog

postgresql-pgmp (1.0.5-2) unstable; urgency=medium

  * Upload for PostgreSQL 16.
  * Use ${postgresql:Depends}.

 -- Christoph Berg <email address hidden>  Mon, 18 Sep 2023 21:33:02 +0200

Upload details

Uploaded by:
Debian PostgreSQL Maintainers
Uploaded to:
Sid
Original maintainer:
Debian PostgreSQL Maintainers
Architectures:
any
Section:
database
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe database
Noble release universe database

Downloads

File Size SHA-256 Checksum
postgresql-pgmp_1.0.5-2.dsc 2.0 KiB f888a4523d1388f2c232520da726ac849130dcf9c359cdb4d752e7516fb9f099
postgresql-pgmp_1.0.5.orig.tar.gz 69.0 KiB 0fafb70c48aa8cadee63f4f302cce1ac8324393b229cec58f60f9a9c226b01cf
postgresql-pgmp_1.0.5-2.debian.tar.xz 3.9 KiB 41c9eeefaa99aecae8f556177b4086cf8d397cf72a0c93897de95ad98d3198b1

Available diffs

No changes file available.

Binary packages built by this source

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

 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-16-pgmp-dbgsym: debug symbols for postgresql-16-pgmp