Package: postgresql-19-pgmp Source: postgresql-pgmp Version: 1.0.6-1.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 376 Depends: postgresql-19, libc6 (>= 2.14), libgmp10 (>= 2:6.2.1+dfsg) Breaks: postgresql-19-jit-llvm (<< 15) Homepage: https://github.com/dvarrazzo/pgmp Priority: optional Section: database Filename: pool/main/p/postgresql-pgmp/postgresql-19-pgmp_1.0.6-1.pgdg22.04+1_amd64.deb Size: 107232 SHA512: eb09cd8aae7f75d706f9f1e13794227959b2c9c5cbd89e5bda82aff6d1416ef07964423c34362dd32d7d29cfc12a78d31f021b9338ab908ea7a86923ff955d5c SHA256: 029953100f5368cae4114a2241f0e245430baa24cbe23c17210670bd75092497 SHA1: fde8d10830166b97655c43f0a0f2e24e7fbb7810 MD5sum: d359305a83f8c359186ad7e2ed029475 Description: arbitrary precision integers and rationals for PostgreSQL 19 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.