Package: postgresql-16-rational Source: pg-rational Version: 0.0.3-1.pgdg26.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 96 Depends: postgresql-16, libc6 (>= 2.38) Breaks: postgresql-16-jit-llvm (<< 21) Homepage: https://github.com/begriffs/pg_rational Priority: optional Section: database Filename: pool/main/p/pg-rational/postgresql-16-rational_0.0.3-1.pgdg26.04+1_amd64.deb Size: 25160 SHA512: 53daa7901611967e7ce026a6530f5c9ce71e960d18fa92afcb6566720a53070928b86e9d7f7560f615742b3b7cdb1d991e140b2ed78eeba00086c86b5fc0c5c9 SHA256: 83b3e5c33c139d4fa13a5957bd22a93271b65dbbb6600c6005e9b61a0ecd9490 SHA1: 36729bfced7b6c5ff448da8705d019bcb3584b73 MD5sum: 0ed15aec7d6e2ef0ce87f9322665b65a 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