pg-rational 0.0.2-6 source package in Ubuntu

Changelog

pg-rational (0.0.2-6) unstable; urgency=medium

  * Upload for PostgreSQL 16.
  * Use ${postgresql:Depends}.

 -- Christoph Berg <email address hidden>  Sun, 17 Sep 2023 20:43:07 +0200

Upload details

Uploaded by:
Debian PostgreSQL Maintainers
Uploaded to:
Sid
Original maintainer:
Debian PostgreSQL Maintainers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Downloads

File Size SHA-256 Checksum
pg-rational_0.0.2-6.dsc 2.0 KiB 5d38e762be0ae038ed86cbaf9697074bb31573b8c91032164b2f98af6d61821a
pg-rational_0.0.2.orig.tar.gz 10.5 KiB 49f123c05d6ee04ce66474e2656ffc21ae1642e317dcd7e4e357d41903c497eb
pg-rational_0.0.2-6.debian.tar.xz 2.8 KiB 7a73661987b1eb6a262b3fa1dbf327486fa247f4130569eb7709936812d1f3d1

Available diffs

No changes file available.

Binary packages built by this source

postgresql-16-rational: 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

postgresql-16-rational-dbgsym: debug symbols for postgresql-16-rational