Package: postgresql-12-pgmp Source: postgresql-pgmp Version: 1.0.5-5.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 374 Depends: postgresql-12, libc6 (>= 2.14), libgmp10 (>= 2:6.2.1+dfsg) Breaks: postgresql-12-jit-llvm (<< 15) Homepage: https://github.com/dvarrazzo/pgmp Priority: optional Section: database Filename: pool/main/p/postgresql-pgmp/postgresql-12-pgmp_1.0.5-5.pgdg22.04+1_amd64.deb Size: 111244 SHA512: 6b70fc0de4775b9f0ae9a40395368bc9218d6606e7403788f4f34f1dd4fc347257a0baa5bebc6d32ee5ee007031c4cf41c202ff231b5ad8ff12591360461b147 SHA256: bdbf8b8869fa800af0c060389a23fb73b4eb4e3df60802380ba92c3832813150 SHA1: 6aa2b6cae8ea735ee3bc2ecc8dccf1939d681c06 MD5sum: d507b2ada9ee939be9f1adceac737436 Description: arbitrary precision integers and rationals for PostgreSQL 12 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.