Source: postgresql-pgmp Section: database Priority: optional Maintainer: Debian PostgreSQL Maintainers Uploaders: Christoph Berg Build-Depends: debhelper-compat (= 13), libgmp-dev, postgresql-all (>= 217~), python3, python3-six, Standards-Version: 4.6.1 Rules-Requires-Root: no Homepage: https://github.com/dvarrazzo/pgmp Vcs-Git: https://salsa.debian.org/postgresql/postgresql-pgmp.git Vcs-Browser: https://salsa.debian.org/postgresql/postgresql-pgmp Package: postgresql-15-pgmp Architecture: any Depends: postgresql-15, ${misc:Depends}, ${shlibs:Depends} Description: arbitrary precision integers and rationals for PostgreSQL 15 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.