Package: postgresql-13-pgmp Source: postgresql-pgmp Version: 1.0.6-1.pgdg26.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 180 Depends: postgresql-13, libc6 (>= 2.38), libgmp10 (>= 2:6.3.0+dfsg) Homepage: https://github.com/dvarrazzo/pgmp Priority: optional Section: database Filename: pool/main/p/postgresql-pgmp/postgresql-13-pgmp_1.0.6-1.pgdg26.04+1_amd64.deb Size: 45376 SHA512: 52d18a23fe0c8a76b13e5b4354cfbbba7de8202b514cd484562cd71251a8ed6d078ae4169bcabbbd33e812caa366a6f0606885e9812366504d0137f850d36260 SHA256: 649dadfd9346954a6b7e679e8893e4b1ea083dfdf35ccfb652b5625d5adee8c9 SHA1: ceafe79068c77aad72c950e6818d2f4df7876c8f MD5sum: eaa6953427720951604bcacb34be7bf9 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.