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