Package: postgresql-17-pgmp Source: postgresql-pgmp Version: 1.0.5-5.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 383 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.5-5.pgdg22.04+1_amd64.deb Size: 111940 SHA512: 6b2e70ead0a41146efe51c385c4e6b56bd13632c97e4d6779927cf7d4a78d1e4367e2626e6b2555a9a397398ffb584e59a9463ba534ac6ba1e9956a544fb5008 SHA256: 1d97e4f0b057da3655e58e1cf011c82a0ceec57802392681cadcb096b93c1b04 SHA1: f7a038b7d51f6d77f21b19a140ebfbf710549b79 MD5sum: 24afe116e21c1c7b3873831bc645d516 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.