Package: postgresql-14-pgmp Source: postgresql-pgmp Version: 1.0.6-1.pgdg26.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 367 Depends: postgresql-14, libc6 (>= 2.38), libgmp10 (>= 2:6.3.0+dfsg) Breaks: postgresql-14-jit-llvm (<< 21) Homepage: https://github.com/dvarrazzo/pgmp Priority: optional Section: database Filename: pool/main/p/postgresql-pgmp/postgresql-14-pgmp_1.0.6-1.pgdg26.04+1_amd64.deb Size: 102796 SHA512: 87692efb916b112c84bb37c2c93e8568cc86db63c2365cb06c4bee55679891f2a1d3f4b1b056d1fbcbcb2aa830d1faeea36709d653ef6cb5c839f82245ae632f SHA256: 6d56e24ba99f7b983388357eb1989f32f1b543df6348c2e91065322d3550081c SHA1: fe7786f6afc7683dfaf23d2be7a75befccf0dfbd MD5sum: 7a50384fa7a3c1727597cc0d0f3d59e6 Description: arbitrary precision integers and rationals for PostgreSQL 14 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.