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