{
   "name": "t-digest",
   "abstract": "Aggregate for an on-line accumulation of rank-based statistics such as quantiles and trimmed means.",
   "description": "This PostgreSQL extension implements t-digest, a data structure for on-line accumulation of rank-based statistics such as quantiles and trimmed means. The algorithm is also very friendly to parallel programs.",
   "version": "1.4.4",
   "date": "2026-07-08T14:02:09Z",
   "maintainer": [
      "Tomas Vondra <tomas@vondra.me>",
      "Nils Dijk <nils@citusdata.com>"
   ],
   "release_status": "stable",
   "user": "tomasv",
   "sha1": "34802ccf73ae0eacb4ee5d19e5293b26453933fe",
   "license": "bsd",
   "prereqs": {
      "runtime": {
         "requires": {
            "PostgreSQL": "13.0.0"
         }
      }
   },
   "provides": {
      "quantile": {
         "docfile": "README.md",
         "file": "tdigest--1.4.3--1.4.4.sql",
         "version": "1.4.4"
      }
   },
   "tags": ["quantile", "median", "mean", "aggregate"],
   "resources": {
      "repository": {
         "type": "git",
         "url": "https://github.com/tvondra/tdigest.git",
         "web": "http://github.com/tvondra/tdigest"
      }
   }
}
