Package: postgresql-15-pgmp Source: postgresql-pgmp Version: 1.0.6-1.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 386 Depends: postgresql-15, libc6 (>= 2.14), libgmp10 (>= 2:6.2.1+dfsg) Breaks: postgresql-15-jit-llvm (<< 15) Homepage: https://github.com/dvarrazzo/pgmp Priority: optional Section: database Filename: pool/main/p/postgresql-pgmp/postgresql-15-pgmp_1.0.6-1.pgdg22.04+1_amd64.deb Size: 114012 SHA512: 195201f609c7a139a32e25ab2e2af400a66fafb51d7db07b4e0a185f106af5b0025d2b3411fb5eb0aa4022d9c39b5c24f8a46a740a13eab8e7c461717946fe12 SHA256: b975e3b471ec17713cbe8dd19e4b49a09a3e9c066565fbeea2ee384e436d348b SHA1: 928a2634e6d52263948003574804ed0f7e44c5d0 MD5sum: ff1fe79402116fc7bcc18cd3893aca12 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.