Package: postgresql-14-rational Source: pg-rational Version: 0.0.3-1.pgdg26.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 95 Depends: postgresql-14, libc6 (>= 2.38) Breaks: postgresql-14-jit-llvm (<< 21) Homepage: https://github.com/begriffs/pg_rational Priority: optional Section: database Filename: pool/main/p/pg-rational/postgresql-14-rational_0.0.3-1.pgdg26.04+1_amd64.deb Size: 25124 SHA512: f5d909fe2b2d89e2e1ac596b0cec44c1ded763648cbf5411c3e288004e502f5a5ba148618f77d9f508b4bb35fc672b4d97e66784f56efb3053b54d5d4f730492 SHA256: 9da0088cdebc8fff6f30b84ba42d17c033955ca3ebd526a00d37251e7a5e9107 SHA1: 23b3f4ecf436dd61f6652e6c65ee532f9d8cb5e2 MD5sum: 7f391cb7ac6eead4ee8f50d48009241d 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