Package: postgresql-14-pgmp Source: postgresql-pgmp Version: 1.0.5-2.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 377 Depends: postgresql-14, postgresql-14-jit-llvm (>= 14), libc6 (>= 2.14), libgmp10 (>= 2:6.2.1+dfsg) Homepage: https://github.com/dvarrazzo/pgmp Priority: optional Section: database Filename: pool/main/p/postgresql-pgmp/postgresql-14-pgmp_1.0.5-2.pgdg22.04+1_amd64.deb Size: 111428 SHA256: e8f3e9561b2139857459d913b7e4d69f51109cda96e829f0f8bf76c7ab4ae79e SHA1: 90952314117541732c3f739f86bb7d1c9bc75b1b MD5sum: e9bbf86ca864d2ea396a456e2b3dd87b Description: arbitrary precision integers and rationals for PostgreSQL 14 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.