{
   "name": "pg_local_cache",
   "abstract": "Transaction-aware cache for PostgreSQL primary-key reads",
   "description": "pg_local_cache keeps hot whole rows in bounded PostgreSQL shared memory and transparently accelerates supported ordinary primary-key SELECT and single-column IN/ANY reads. PostgreSQL remains authoritative: unsafe, unsupported, missing, malformed, or oversized entries run the original source plan, while writes publish transaction-aware invalidation fences before commit visibility.",
   "version": "1.3.0",
   "date": "2026-08-09T22:14:33Z",
   "maintainer": [
      "Maksim Bronnikov"
   ],
   "release_status": "stable",
   "user": "bronnikov",
   "sha1": "93b20a72a6053b3e7c5c821c1050ad7751443291",
   "license": "mit",
   "prereqs": {
      "runtime": {
         "requires": {
            "PostgreSQL": ">= 14.0.0, < 19.0.0"
         }
      }
   },
   "provides": {
      "pg_local_cache": {
         "abstract": "Transaction-aware cache for ordinary PostgreSQL primary-key reads",
         "docfile": "README.md",
         "file": "sql/pg_local_cache--1.3.0.sql",
         "version": "1.3.0"
      }
   },
   "tags": ["cache", "performance", "shared-memory", "primary-key", "custom-scan", "transactions", "sql", "postgresql"],
   "resources": {
      "bugtracker": {
         "web": "https://github.com/profundium/pg_local_cache/issues"
      },
      "homepage": "https://profundium.github.io/pg_local_cache/",
      "repository": {
         "type": "git",
         "url": "https://github.com/profundium/pg_local_cache.git",
         "web": "https://github.com/profundium/pg_local_cache"
      }
   },
   "no_index": {
      "directory": [
         ".github",
         "assets",
         "benchmarks",
         "docker",
         "monitoring",
         "scripts",
         "tests"
      ]
   }
}
