Package: postgresql-16-pgmp Source: postgresql-pgmp Version: 1.0.6-1.pgdg26.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 377 Depends: postgresql-16, libc6 (>= 2.38), libgmp10 (>= 2:6.3.0+dfsg) Breaks: postgresql-16-jit-llvm (<< 21) Homepage: https://github.com/dvarrazzo/pgmp Priority: optional Section: database Filename: pool/main/p/postgresql-pgmp/postgresql-16-pgmp_1.0.6-1.pgdg26.04+1_amd64.deb Size: 104028 SHA512: b250bcd22254d84c0a75e0af960525e9b57c86b99f037deb3fc7f3cc9826b187e1f3028f63cc6be06e2e19fd1a12be55fcfbcda8bb99403f3096aa8e8a45b39f SHA256: 633d12fc431c41a18d781e93f601897fd91a58bfac8b3a61d66f534ec3dff3ce SHA1: 430172cb085397e49a9dd0970af4f2776f68fb26 MD5sum: 5669c777c0a315dfd3c8151c1414275d 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.