Raw Package Information

Package: postgresql-14-rational
Source: pg-rational
Version: 0.0.2-7.pgdg22.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 76
Depends: postgresql-14, postgresql-14-jit-llvm (>= 15), libc6 (>= 2.4)
Homepage: https://github.com/begriffs/pg_rational
Priority: optional
Section: database
Filename: pool/main/p/pg-rational/postgresql-14-rational_0.0.2-7.pgdg22.04+1_amd64.deb
Size: 25500
SHA256: 4d7c1caa7d0caa5b1b1b7eebf1a577ff828f7559ac3ea137ebe75f83b64129e7
SHA1: 61fe0f1237e66a9580f91d210c753eef520c7124
MD5sum: b9eab5289d0f0f4c31eea255794626e2
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