Package: postgresql-18-pgmp Source: postgresql-pgmp Version: 1.0.6-1.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 376 Depends: postgresql-18, libc6 (>= 2.14), libgmp10 (>= 2:6.2.1+dfsg) Breaks: postgresql-18-jit-llvm (<< 15) Homepage: https://github.com/dvarrazzo/pgmp Priority: optional Section: database Filename: pool/main/p/postgresql-pgmp/postgresql-18-pgmp_1.0.6-1.pgdg22.04+1_amd64.deb Size: 107080 SHA512: fe925cf5dede7d4f87f8e4a649166d7f0e34efe62927f06b6835af4550fcf9b69459f41e4f5874a027e76fb2805cb6434a7c0e0af1ae2ae5522a10cbb72c670e SHA256: c3431bdaa15b7741b9fa8d705bd69d7c1e3cc9e26f2bca5f6d7aebe6c5686ee6 SHA1: 9449b1160620a6d5a84ad9fdf2bbaefe5140d26a MD5sum: 13a12e84a7420e4da3ef12f0b47402d1 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.