Package: postgresql-11-rational Source: pg-rational Version: 0.0.2-6.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 75 Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), libc6 (>= 2.4) Homepage: https://github.com/begriffs/pg_rational Priority: optional Section: database Filename: pool/main/p/pg-rational/postgresql-11-rational_0.0.2-6.pgdg22.04+1_amd64.deb Size: 25400 SHA256: 160a03f17ee3791c4d9950e8b4e59339252cdb957c7421bcb800eed16a6a3dff SHA1: 46cc4fa1066878ada4ff3e2f9d856206c5a4519a MD5sum: 14af80f7f9c15cd985de8f822b2304cc 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