Package: postgresql-14-pgmp Source: postgresql-pgmp Version: 1.0.5-5.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 379 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.5-5.pgdg22.04+1_amd64.deb Size: 111344 SHA512: 325c79cc8631c2ab0ee5c502cc378f2246135e1ab52d9ec9bb99551350e663d3c4d6acc9ca4efb295566c288e943363b4037797e4a6680dddd24e892192e7ea0 SHA256: a07fb32db7d31f24e5c45d7ea672560eafdf84edbeb1a110d2b7f02d9ab0d653 SHA1: 9c7ea4c6fee104e1a471401b911042ff312d7f10 MD5sum: 046cc2452b1c549feb1b2dfa2fadcef2 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.