Package: postgresql-13-pgmp Source: postgresql-pgmp Version: 1.0.5-3.pgdg20.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 388 Depends: postgresql-13, postgresql-13-jit-llvm (>= 10), libc6 (>= 2.14), libgmp10 Homepage: https://github.com/dvarrazzo/pgmp Priority: optional Section: database Filename: pool/main/p/postgresql-pgmp/postgresql-13-pgmp_1.0.5-3.pgdg20.04+1_amd64.deb Size: 109980 SHA256: 3d867b22fd016b91748211b5d65a4d5373124b75ebdd7aff692666eb0860a98c SHA1: 6390f97b4d537ca95f9b25bbc08f7a81e1b114a0 MD5sum: 63e24bae253ee82309f456cf3d8b9b4a Description: arbitrary precision integers and rationals for PostgreSQL 13 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.