{
   "name": "storage_engine",
   "abstract": "Columnar (colcompress) and row-compressed (rowcompress) Table AMs for PostgreSQL with vectorized aggregation, parallel scan, and zone-map pruning",
   "description": "storage_engine v2.3 expands the vectorized aggregate path (StorageEngineVectorAgg) with sum(expression) support — sum(col OP col), sum(col + const), sum(col::numeric OP col) — via VECGAGG_SUM_EXPR, and post-aggregation projection arithmetic via VECGAGG_MULTI_EXPR (e.g. sum(a) + count(*)). avg(int8) in parallel plans is now correct. Multiple SIGSEGV crash fixes were applied to the planner hook and aggregate executor. Both AMs are validated on PostgreSQL 15–19 (PG15: 293 tests; PG16–PG19: 292 tests each). All catalog objects live in the engine schema; C symbols use the se_ prefix.",
   "version": "2.3.0",
   "date": "2026-05-13T17:42:33Z",
   "maintainer": [
      "Saulo José Benvenutti <saulojb@gmail.com>"
   ],
   "release_status": "stable",
   "user": "saulojb",
   "sha1": "eb6d5529125cf4c6c9dbb9226d1dd2449d1f72dd",
   "license": "agpl_3",
   "prereqs": {
      "build": {
         "requires": {
            "PostgreSQL": "15.0.0"
         }
      },
      "runtime": {
         "requires": {
            "PostgreSQL": "15.0.0"
         }
      }
   },
   "provides": {
      "storage_engine": {
         "abstract": "colcompress and rowcompress Table AMs with vectorized aggregation (v2.3), parallel scan, and zone-map pruning",
         "docfile": "README.md",
         "file": "src/backend/engine/sql/storage_engine--1.0.sql",
         "version": "2.3.0"
      }
   },
   "tags": ["columnar", "compression", "table access method", "vectorized", "analytics", "colcompress", "rowcompress", "zstd", "lz4", "HTAP"],
   "resources": {
      "bugtracker": {
         "web": "https://github.com/saulojb/storage_engine/issues"
      },
      "homepage": "https://github.com/saulojb/storage_engine",
      "repository": {
         "type": "git",
         "url": "https://github.com/saulojb/storage_engine.git",
         "web": "https://github.com/saulojb/storage_engine"
      }
   }
}
