Package: postgresql-15-rational Source: pg-rational Version: 0.0.3-1.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 96 Depends: postgresql-15, libc6 (>= 2.4) Breaks: postgresql-15-jit-llvm (<< 15) Homepage: https://github.com/begriffs/pg_rational Priority: optional Section: database Filename: pool/main/p/pg-rational/postgresql-15-rational_0.0.3-1.pgdg22.04+1_amd64.deb Size: 26512 SHA512: 3e2707ed13a5d23e76cb3d1961d34b9090baf40ed5c31d8486601705ea5e1eca9164047344aa40633e31d522b53a2be0f6cf24627d1970385fcb5e4fa0835578 SHA256: 10fcc0aad6e968d10cf3ace0737ca3c3019cdbaf4425039fe054c40eaf592e1f SHA1: a0665480a99a02b8fa415e5fa1daae607303120d MD5sum: 4b20d5c26a24c0e8a15b5f6fe7965f50 Description: Precise fractional arithmetic for PostgreSQL pg_rational implements precise fractional arithmetic for PostgreSQL. Perfect for exact arithmetic or user-specified table row ordering. Holds values as big as an integer, with matching precision in the denominator. . Features: * Stores fractions in exactly 64 bits (same size as float) * Written in C for high performance * Detects and halts arithmetic overflow for correctness * Uses native CPU instructions for fast overflow detection * Defers GCD calculation until requested or absolutely required * Supports btree and hash indices * Implements Stern-Brocot trees for finding intermediate points * Coercion from integer/bigint/tuple * Custom aggregate