{
   "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.6",
   "date": "2026-09-10T16:06:52Z",
   "maintainer": [
      "Tomas Vondra <tomas@vondra.me>",
      "Nils Dijk <nils@citusdata.com>"
   ],
   "release_status": "stable",
   "user": "tomasv",
   "sha1": "1b3df92157b635571bd965c29908a84dde6a0dbd",
   "license": "bsd",
   "prereqs": {
      "runtime": {
         "requires": {
            "PostgreSQL": "13.0.0"
         }
      }
   },
   "provides": {
      "tdigest": {
         "docfile": "README.md",
         "file": "tdigest--1.4.5--1.4.6.sql",
         "version": "1.4.6"
      }
   },
   "tags": ["quantile", "median", "mean", "aggregate"],
   "resources": {
      "repository": {
         "type": "git",
         "url": "https://github.com/tvondra/tdigest.git",
         "web": "http://github.com/tvondra/tdigest"
      }
   }
}
