Package: postgresql-17-pgmp Source: postgresql-pgmp Version: 1.0.6-1.pgdg26.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 377 Depends: postgresql-17, libc6 (>= 2.38), libgmp10 (>= 2:6.3.0+dfsg) Breaks: postgresql-17-jit-llvm (<< 21) Homepage: https://github.com/dvarrazzo/pgmp Priority: optional Section: database Filename: pool/main/p/postgresql-pgmp/postgresql-17-pgmp_1.0.6-1.pgdg26.04+1_amd64.deb Size: 103844 SHA512: 280cdc829f17e5cea151f13aab308b082c78f414e1e21bb2e2aed5e68e1cf8088829c3b953b1e72c9b0716a54143e11ef601825d4e8bdb545e40c913ca23856b SHA256: 0d61d53c57ded74a554d0159e22a72dca66afd4e279aef31d4a0713b636e31df SHA1: ae05d4c06a55fed995b61bc247e753aea812b91a MD5sum: a581ce5c128fc58096825d2eec153101 Description: arbitrary precision integers and rationals for PostgreSQL 17 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.