postgresql-hll 2.17-1 source package in Ubuntu

Changelog

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

  * New upstream version 2.17.
  * Upload for PostgreSQL 15.
  * debian/watch: Look at GitHub tags instead of releases.

 -- Christoph Berg <email address hidden>  Mon, 24 Oct 2022 15:55:35 +0200

Upload details

Uploaded by:
Debian PostgreSQL Maintainers
Uploaded to:
Sid
Original maintainer:
Debian PostgreSQL Maintainers
Architectures:
alpha amd64 arm64 ia64 kfreebsd-amd64 mips64el ppc64el riscv64
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
postgresql-hll_2.17-1.dsc 2.1 KiB 77c2c45de992c7d5379e5075327ce80240b3efb9fadffc4687abbe0627d3415a
postgresql-hll_2.17.orig.tar.gz 2.6 MiB 9a18288e884f197196b0d29b9f178ba595b0dfc21fbf7a8699380e77fa04c1e9
postgresql-hll_2.17-1.debian.tar.xz 3.5 KiB 0f2bf6b83d907484670b59f7ea7709917e4fcb98e2fa71dd6202160d2e4382bb

Available diffs

No changes file available.

Binary packages built by this source

postgresql-15-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-15-hll-dbgsym: debug symbols for postgresql-15-hll