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