Package: postgresql-11-rational Source: pg-rational Version: 0.0.3-1.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 96 Depends: postgresql-11, libc6 (>= 2.4) Breaks: postgresql-11-jit-llvm (<< 15) Homepage: https://github.com/begriffs/pg_rational Priority: optional Section: database Filename: pool/main/p/pg-rational/postgresql-11-rational_0.0.3-1.pgdg22.04+1_amd64.deb Size: 26272 SHA512: ae37b4abb51dffe3fe6b654765c1f45a056be16c50e73065629f9fdd0ae01e2d4d2206c8349ebd30a6b6b1b2e7ce674802fbd3156248dcb701e62d5dbb584f8e SHA256: 0e3774ff7636f33bd59baf47af0bd2c1cd5f2c4afd748c628b90c6f49c174fca SHA1: 7349a2df8de553f224e1a23d2e4f4860f2243d9e MD5sum: f845a5e9c9a6d60b1e2c763282b89a53 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