Package: postgresql-12-pgmp Source: postgresql-pgmp Version: 1.0.6-1.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 384 Depends: postgresql-12, libc6 (>= 2.14), libgmp10 (>= 2:6.2.1+dfsg) Breaks: postgresql-12-jit-llvm (<< 15) Homepage: https://github.com/dvarrazzo/pgmp Priority: optional Section: database Filename: pool/main/p/postgresql-pgmp/postgresql-12-pgmp_1.0.6-1.pgdg22.04+1_amd64.deb Size: 113972 SHA512: 1662f8d517ee1667d15a9be1d85bf157ee8fe679b3160e0c97f25db3459d01767421975afb74917427af17f0a7b5fed4464eeb86d7afff2c138cd65292634815 SHA256: 9c09ce4b07d68681878a92c78cf1e3d568a3814cfaa0a545d3617fac94a60208 SHA1: f2c4c90aa574f6575f50ce1eb021ca0b01c160b3 MD5sum: eea3a9f77cf355755908404ee32207ec 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.