Package: postgresql-14-rational Source: pg-rational Version: 0.0.3-1.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 96 Depends: postgresql-14, libc6 (>= 2.4) Breaks: postgresql-14-jit-llvm (<< 15) Homepage: https://github.com/begriffs/pg_rational Priority: optional Section: database Filename: pool/main/p/pg-rational/postgresql-14-rational_0.0.3-1.pgdg22.04+1_amd64.deb Size: 26420 SHA512: 43d7707174bf0e154e427e2f65e406894726cd32ee3505c01161e23eb30757843f621cfe50559815465e2d47c52226414a2e8062a9fb8fa82b0df9cb349c2b63 SHA256: 58e67ad5a68c68dd5bba7cf679220f64b8717fdba81e21792a064ade44c9bc57 SHA1: 1acfb72ed51d95b35c426ba6091d3d31704c6c19 MD5sum: 96006fb1c387652ec7cb899f55d704ce 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