Package: postgresql-15-pgmp Source: postgresql-pgmp Version: 1.0.5-2.pgdg20.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 392 Depends: postgresql-15, postgresql-15-jit-llvm (>= 10), libc6 (>= 2.14), libgmp10 Homepage: https://github.com/dvarrazzo/pgmp Priority: optional Section: database Filename: pool/main/p/postgresql-pgmp/postgresql-15-pgmp_1.0.5-2.pgdg20.04+1_amd64.deb Size: 110116 SHA256: 706bf161b880ef8d4cc279a3a7863b1f0da208e8077f5122c46ab686a2aebf7e SHA1: 8aebaa8f62fc3806518ac7083cf76106d0bd08b9 MD5sum: 64f375a293cc2c7deaeadd2b5def395c 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.