Package: postgresql-17-rational Source: pg-rational Version: 0.0.2-6.pgdg20.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 77 Depends: postgresql-17, postgresql-17-jit-llvm (>= 10), libc6 (>= 2.4) Homepage: https://github.com/begriffs/pg_rational Priority: optional Section: database Filename: pool/main/p/pg-rational/postgresql-17-rational_0.0.2-6.pgdg20.04+1_amd64.deb Size: 25312 SHA256: 3c2c8b74af76422b3305feaf1c2721e80973381cc2cccc60a261ca92856b3fb4 SHA1: 4452bf526ce8c824a10e022ef856501601d06c58 MD5sum: 3cf3408fc2855424adf738a4a9116401 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