Skip to content

Releases: df7cb/postgresql-unit

postgresql-unit 5.0

10 Jan 11:29
5.0
Compare
Choose a tag to compare
  • Add rounding function.
  • Import definitions.units from GNU units 2.16 with 70 new units.

postgresql-unit 4.0

07 Jul 20:21
4.0
Compare
Choose a tag to compare

postgresql-unit (4.0) unstable; urgency=medium

  • Support exponents written using Unicode superscript characters.
  • Report 22P02/invalid_text_representation on invalid unit input.
  • Fix crash when unit_reset() runs into an OOM error. Patch by Andreas
    Seltenreich, thanks!
  • Change @ operator signature to (unit, text).

-- Christoph Berg [email protected] Fri, 07 Jul 2017 21:42:13 +0200

postgresql-unit 3.1

23 Mar 13:45
3.1
Compare
Choose a tag to compare

Version 3.1 is a Debian-only maintenance release to correct a problem with the tarball used in the upload to the Debian archive. It is identical to 3.0, and the tarballs/zipfiles distributed via GitHub are unaffected.

postgresql-unit 3.0

22 Mar 17:52
3.0
Compare
Choose a tag to compare

postgresql-unit (3.0) experimental; urgency=medium

  • Support defining new units at runtime.
  • Import unit definitions from GNU units.
  • Add sqrt() and cbrt() functions.
  • Extension is not relocatable after installation anymore.
  • Bump extension version to 3.
  • Bump minimum supported PostgreSQL version to 9.5 so we can use
    hash_create(HASH_BLOBS).
  • Bump license to GPL-3+ to match GNU units' license.

-- Christoph Berg [email protected] Wed, 22 Mar 2017 18:33:22 +0100

postgresql-unit 2.0

09 Jan 21:44
2.0
Compare
Choose a tag to compare

postgresql-unit (2.0) unstable; urgency=medium

  • Support IEC binary prefixes for byte.

  • Support United States customary units: in, ft, yd, mi, oz, lb.

  • Add variance and stddev aggregates; bump extension version to 2.

    -- Christoph Berg [email protected] Mon, 09 Jan 2017 22:24:23 +0100