Package: postgresql-16-rational Source: pg-rational Version: 0.0.3-1.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 96 Depends: postgresql-16, libc6 (>= 2.4) Breaks: postgresql-16-jit-llvm (<< 15) Homepage: https://github.com/begriffs/pg_rational Priority: optional Section: database Filename: pool/main/p/pg-rational/postgresql-16-rational_0.0.3-1.pgdg22.04+1_amd64.deb Size: 26508 SHA512: 30d918a9bacf5fe572d32d0c03dcd6444fd625bc18382cf737feae35e10c74dbb5a22462d31ade7e1667a3187ed5fcde214c5ad31dfdc239162f5b150d9066c8 SHA256: 42b41de8e083ffb982ee67b1240174a5abef9f786edf982d3f4ebb69c87cbbff SHA1: 22da1a80ea6c7e80105d75fc487b90894917fb91 MD5sum: b2684edb58e2b6c3a4779632e14d695f 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