Package: postgresql-16-pgmp Source: postgresql-pgmp Version: 1.0.5-4.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-4.pgdg22.04+1_amd64.deb Size: 111756 SHA256: 1503c74d92749aa28ec987bd3226d04d15592c352c5a75c146de45f2e5331c6e SHA1: 29e35f61025f11d0a9d2685ad690b97e4ac32ed3 MD5sum: 758056620eca1a53332305a20a8150b8 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.