Package: postgresql-15-rational Source: pg-rational Version: 0.0.3-1.pgdg26.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 96 Depends: postgresql-15, libc6 (>= 2.38) Breaks: postgresql-15-jit-llvm (<< 21) Homepage: https://github.com/begriffs/pg_rational Priority: optional Section: database Filename: pool/main/p/pg-rational/postgresql-15-rational_0.0.3-1.pgdg26.04+1_amd64.deb Size: 25168 SHA512: 588e92976538c3a857054a511bc183629622422bc8ceca0999d43b195f5b037dc9571168b6cfea9065f043af9f882c38d00083db255b316925d47420216e83b5 SHA256: 6e70cf49990f8de55ce96342e423c44ff1d8e57c97e41762d930eb59838a1aaf SHA1: a87dd7570ad923980d54f8f39134965e8d228b43 MD5sum: 6da975876b7cda2d75a3832119424a1c 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