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