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