Package: postgresql-16-pgmp Source: postgresql-pgmp Version: 1.0.5-3.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 383 Depends: postgresql-16, postgresql-16-jit-llvm (>= 15), 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-16-pgmp_1.0.5-3.pgdg22.04+1_amd64.deb Size: 111752 SHA256: 968e91cf4271bcac1f3265ffafbb3e62b4c7167178bbb4f41f3ebfa0293b1c8e SHA1: 844e7e27ccfda26267e15e9bd9ddf2d8365777f6 MD5sum: b18111c2e9bdb87c2f722a67343c4ede 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.