Package: postgresql-13-pgmp Source: postgresql-pgmp Version: 1.0.6-1.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 380 Depends: postgresql-13, libc6 (>= 2.14), libgmp10 (>= 2:6.2.1+dfsg) Breaks: postgresql-13-jit-llvm (<< 15) Homepage: https://github.com/dvarrazzo/pgmp Priority: optional Section: database Filename: pool/main/p/postgresql-pgmp/postgresql-13-pgmp_1.0.6-1.pgdg22.04+1_amd64.deb Size: 113696 SHA512: 697aaa46a0c4fb0fc6c02faf59e4e778fc604a9ce07cdbd13320f611151415ae5a46da3e1b758ea96b65e27bbfa2354157f69cacef622b00f1f0bf80e6064f56 SHA256: 8d70b1fd19a5dd28bb57dfc3974ee3ba1879846d06467addade5703e25374cd3 SHA1: 76bcabd2525d21c08827c80fd087156b29a00609 MD5sum: a02a96486a68c95c4eee3cf871ea8484 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.