{ "name": "pg_sorted_heap", "abstract": "Sorted heap table access method with zone-map pruning and built-in vector search", "description": "pg_sorted_heap physically sorts PostgreSQL table storage by primary key, prunes irrelevant heap blocks with per-page zone maps, and includes built-in vector types plus planner-integrated HNSW search.", "version": "0.13.0", "maintainer": [ "Sergey Kuznetsov " ], "license": { "PostgreSQL": "https://www.postgresql.org/about/licence" }, "prereqs": { "runtime": { "requires": { "PostgreSQL": "17.0.0" } } }, "provides": { "pg_sorted_heap": { "file": "sql/pg_sorted_heap--0.13.0.sql", "docfile": "README.md", "version": "0.13.0", "abstract": "Sorted heap table access method with zone-map pruning and built-in vector search" } }, "resources": { "homepage": "https://github.com/skuznetsov/pg_sorted_heap", "bugtracker": { "web": "https://github.com/skuznetsov/pg_sorted_heap/issues" }, "repository": { "url": "https://github.com/skuznetsov/pg_sorted_heap.git", "web": "https://github.com/skuznetsov/pg_sorted_heap", "type": "git" } }, "generated_by": "Sergey Kuznetsov", "meta-spec": { "version": "1.0.0", "url": "https://pgxn.org/meta/spec.txt" }, "tags": [ "table access method", "sorted heap", "zone maps", "vector search", "hnsw", "graphrag" ] }