Package: postgresql-12-pgmp Source: postgresql-pgmp Version: 1.0.5-3.pgdg20.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 388 Depends: postgresql-12, postgresql-12-jit-llvm (>= 10), libc6 (>= 2.14), libgmp10 Homepage: https://github.com/dvarrazzo/pgmp Priority: optional Section: database Filename: pool/main/p/postgresql-pgmp/postgresql-12-pgmp_1.0.5-3.pgdg20.04+1_amd64.deb Size: 110184 SHA256: bbd42bdcd27ac143bd414428ceb9e4358fb98c7b05ec9d7988289c8d7b110c46 SHA1: b8da5ba911403a8e0653059e4bcd31ca8c4ec8a5 MD5sum: a1e040a8047de381186d5c4338dbfcb8 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.