Package: postgresql-13-pgmp Source: postgresql-pgmp Version: 1.0.5-5.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 373 Depends: postgresql-13, libc6 (>= 2.14), libgmp10 (>= 2:6.2.1+dfsg) Breaks: postgresql-13-jit-llvm (<< 15) Homepage: https://github.com/dvarrazzo/pgmp Priority: optional Section: database Filename: pool/main/p/postgresql-pgmp/postgresql-13-pgmp_1.0.5-5.pgdg22.04+1_amd64.deb Size: 111224 SHA512: ae6d166a9e0b10b01f7cb31d685bae44edb4c7cea428f6512299e2ab596279abdeaf4a17ad79dc6b1cf00c0838db689c9c079706e0428fcab0e4eaa72b72cdf3 SHA256: 469fdbd49f3e0da13b0c595bcd3df59e4ed2d94b09704cea2c006c83791d814b SHA1: cabde79461b3979940ce978250ef468d82a9f469 MD5sum: abe80948304fe2a642a7878d6d3bc7c0 Description: arbitrary precision integers and rationals for PostgreSQL 13 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.