Package: postgresql-12-pgmp Source: postgresql-pgmp Version: 1.0.6-1.pgdg26.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 180 Depends: postgresql-12, libc6 (>= 2.38), libgmp10 (>= 2:6.3.0+dfsg) Homepage: https://github.com/dvarrazzo/pgmp Priority: optional Section: database Filename: pool/main/p/postgresql-pgmp/postgresql-12-pgmp_1.0.6-1.pgdg26.04+1_amd64.deb Size: 45588 SHA512: e4bfecee18e89e836b3bc7cc3f807a95f7a88454e6dadbea7be70e8480dea0b48b8e4b520699ccc6193fed2c4a08d82ea70d50f2fcd9c4d00155a87530b48fa8 SHA256: 6fae7a8dc2b171ada83b2f122d2976c67e67b7a667cf3541a3d50a8a2a8fa2f5 SHA1: 25c6650504f72ccc25a948dcd91ecf73012b112a MD5sum: 81cbf391cb58e5de78f9fdd0db846797 Description: arbitrary precision integers and rationals for PostgreSQL 12 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.