Package: postgresql-16-pgmp Source: postgresql-pgmp Version: 1.0.5-5.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 383 Depends: postgresql-16, libc6 (>= 2.14), libgmp10 (>= 2:6.2.1+dfsg) Breaks: postgresql-16-jit-llvm (<< 15) Homepage: https://github.com/dvarrazzo/pgmp Priority: optional Section: database Filename: pool/main/p/postgresql-pgmp/postgresql-16-pgmp_1.0.5-5.pgdg22.04+1_amd64.deb Size: 111624 SHA512: ea25b04520cac35e8b7a5855b7d30c9f04a12b3f3cd9e886c50d1b208545bfefbe4ff57825822d21906631134d7a9291586879eae4594296f252ce30524e8408 SHA256: e9b3345a7e5c961074d980fc00fca8d0a86ce18a33efb549097ab0d2f5b662ab SHA1: 5cbbf8ef621ef28f5a0f19e38788c6e55043ce01 MD5sum: 3cc92bd39ac8e5d0181b8c6415e0d599 Description: 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.