Package: postgresql-18-rational Source: pg-rational Version: 0.0.3-1.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 95 Depends: postgresql-18, libc6 (>= 2.4) Breaks: postgresql-18-jit-llvm (<< 15) Homepage: https://github.com/begriffs/pg_rational Priority: optional Section: database Filename: pool/main/p/pg-rational/postgresql-18-rational_0.0.3-1.pgdg22.04+1_amd64.deb Size: 25616 SHA512: 8b66d5a82bb2b8f2ca6002d92c517cf01ee2961391643b5ff432da4b210dbcc49f9d7cfc6b0ab969dba69b940a0e66e577064c172e834869664538a7042b4d8d SHA256: fb8ce9495ad6a322f71dd5ae867e9c541ff5ee2a9c8914f90ca6b56fe5afea9f SHA1: ab995f34d99a25b68365e9737e6e1c16713ddb1b MD5sum: c3df1a2674d75fa93a85d5fe898e233b 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