Package: postgresql-11-rational Source: pg-rational Version: 0.0.3-1.pgdg26.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 69 Depends: postgresql-11, libc6 (>= 2.38) Homepage: https://github.com/begriffs/pg_rational Priority: optional Section: database Filename: pool/main/p/pg-rational/postgresql-11-rational_0.0.3-1.pgdg26.04+1_amd64.deb Size: 12012 SHA512: 1e72433422a1d860fec59b971df6c3aa408ddd9676c05365d5b63aefac463993ded0db1ee0b227c368824329acdc8a253f35220170d1180aeb69399446c5114b SHA256: 07d1682b2eb48f0f617cb5888d989f12ff3b061cc5cd2a21f5ce58cf2350c3b0 SHA1: 711691588a632f997f6520ea08ae455cf9580007 MD5sum: 394fb0e5adc238b5f372b93e39065eab 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