Package: postgresql-18-pgmp Source: postgresql-pgmp Version: 1.0.5-5.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 370 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.5-5.pgdg22.04+1_amd64.deb Size: 105220 SHA512: 4bb246618f4cefe747d74557cc0dae077a47bf6a0f2d5891a3a8732f5ef6d05520c1448c480b78bb051012c35cdf638a56a33cae8987579698af02074a13567b SHA256: cb764b084d669dc29a913f1231b8847a2063cf9b5388e3db954f16374e5eeecc SHA1: 587413eda78537dd97a54612182e52f26592af79 MD5sum: b7e47290fa8773ea0d73e6c7e9db4cb1 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.