Package: postgresql-14-pgmp Source: postgresql-pgmp Version: 1.0.6-1.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 386 Depends: postgresql-14, libc6 (>= 2.14), libgmp10 (>= 2:6.2.1+dfsg) Breaks: postgresql-14-jit-llvm (<< 15) Homepage: https://github.com/dvarrazzo/pgmp Priority: optional Section: database Filename: pool/main/p/postgresql-pgmp/postgresql-14-pgmp_1.0.6-1.pgdg22.04+1_amd64.deb Size: 114036 SHA512: 26fc3183dae03adf07ffc8ea7b17ff47e42f054861c475181f959a090e004501f0283dec9c5113e394c33e86b178418aad8328bd36a87bb9d7ac416cfb134c4d SHA256: a868889455383fa915875f939267b7838c6c6ad154b253ec14e2053cca4a4cf9 SHA1: d1fae39d6dacc9da1c66221b087e7bf59acea6b7 MD5sum: 3577b28662d28b9f20239cc70a10e052 Description: arbitrary precision integers and rationals for PostgreSQL 14 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.