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