Package: postgresql-17-pgmp Source: postgresql-pgmp Version: 1.0.6-1.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 386 Depends: postgresql-17, libc6 (>= 2.14), libgmp10 (>= 2:6.2.1+dfsg) Breaks: postgresql-17-jit-llvm (<< 15) Homepage: https://github.com/dvarrazzo/pgmp Priority: optional Section: database Filename: pool/main/p/postgresql-pgmp/postgresql-17-pgmp_1.0.6-1.pgdg22.04+1_amd64.deb Size: 114272 SHA512: 7b58e8236158e7053ca891c2c6482dd359831e5476267546972e7dc454139e2ab94b0743d7dbc7b276dd0b85007cd57ab1c0a76c981eca4f245e993a73f85d58 SHA256: e7c334f277f8cf0c67e1dbd15aab7dc9999415954e1a08d7680c82478e2194b7 SHA1: 05f13289e4b8d27774cc9996b32a2ce48f064c45 MD5sum: f9fafbea8c8f6b1e6136b13ed83868f2 Description: arbitrary precision integers and rationals for PostgreSQL 17 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.