Package: postgresql-15-pgmp Source: postgresql-pgmp Version: 1.0.5-5.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 379 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.5-5.pgdg22.04+1_amd64.deb Size: 111512 SHA512: 5ba02f02f07522543dfe1b37cf1b2b55162abe0c2b599f85618144f62289ea449ffd84eb69ee7755c9d822131e8ce597afe1ef4cd877364c655494150c1b8b00 SHA256: 9db6f4b308852bcba0c90b8f2d04add903944ef554c899ba86ef9c0c6d43edff SHA1: 06d1530b4092957f57a3389a8b3a28f43960c53c MD5sum: 1c0f732d8d70fd331bdc3971cc1b5756 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.