postgresql-hll 2.18-1 source package in Ubuntu

Changelog

postgresql-hll (2.18-1) unstable; urgency=medium

  * New upstream version 2.18.

 -- Christoph Berg <email address hidden>  Fri, 29 Sep 2023 17:06:28 +0200

Upload details

Uploaded by:
Debian PostgreSQL Maintainers
Uploaded to:
Sid
Original maintainer:
Debian PostgreSQL Maintainers
Architectures:
alpha amd64 arm64 ia64 kfreebsd-amd64 loong64 mips64el ppc64el riscv64
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
postgresql-hll_2.18-1.dsc 2.1 KiB 6a5c6493efbc00a9ef9c95f61efec9fb441174cade0132b381efd861200e8385
postgresql-hll_2.18.orig.tar.gz 2.6 MiB e2f55a6f4c4ab95ee4f1b4a2b73280258c5136b161fe9d059559556079694f0e
postgresql-hll_2.18-1.debian.tar.xz 3.4 KiB ed7a08ed214d0dd65e1f245d8270a935f1e7fc793775e3ffef64bde579facc65

Available diffs

No changes file available.

Binary packages built by this source

postgresql-16-hll: HyperLogLog extension for PostgreSQL

 This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
 data structure. HyperLogLog is a fixed-size, set-like structure used for
 distinct value counting with tunable precision. For example, in 1280 bytes
 `hll` can estimate the count of tens of billions of distinct values with only
 a few percent error.

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