# Release Gates ## Performance gates (dispositioned 2026-07-17) V1 defined five measurable performance gates. Every disposition below closes on a clean committed harness run summarized with full context in [the benchmark page](../benchmarks/pgvector.md). Raw benchmark result files are not part of the public documentation contract: | Gate | Meaning | Disposition | |---|---|---| | G1 | 1M matched-recall query curves vs pgvector | **Closed** — strict Pareto domination (commit `fdbbf527`) | | G2 | Filtered ANN vs pgvector across selectivity | **Closed** — full-recall adaptive search at every selectivity vs pgvector's 0.34-0.49 recall ceiling (commit `1a70f2eb`) | | G3 build | Build time vs pgvector at 1M | **Closed** — 0.52x pgvector serial at 8 workers (commit `d1b65517`) | | G3 memory | 32-client serving RSS parity | Improved (8.4 → 6.2 GiB), not yet parity with pgvector's 4.4 GiB; owned by the serving-memory roadmap | | G4 | Write churn stability | **Failed, owned** — 1-2 updates/s degrading with 4.4x index growth (commit `c9ff4d76`); owner is the segmented-index write path (Phase 2), exit gate ≥500 updates/s | | G5 | Reproducibility gate on a second environment | Local reduced gate passed; first green scheduled CI run pending an operator push | The V1 release ships with G4 documented as a known limitation (bulk-load and read-mostly positioning) rather than hidden; write-heavy trial use is deferred to the segmented-index phase by an explicit warning in [the benchmark page](../benchmarks/pgvector.md). ## Release-engineering gates The GitHub V1 gate builds PostgreSQL 17 and 18 on amd64 and arm64 and has four layers: 1. clean-source quality/security and the independent unsafe/FFI audit; 2. source and Docker installation using the packaged HNSW/filter demo; 3. PGXN, Homebrew, multi-architecture OCI, and immutable promotion contracts; 4. reproducible source payload, checksums, SBOM, provenance, documentation, and the publication handoff. Run the bounded local gate from a clean checkout: ```sh PG_CONFIG=/path/to/postgresql-17/bin/pg_config \ release/checks/open-source-readiness.sh ``` Publication is intentionally separate. The manual `Release` workflow prepares without public mutations; its protected publish mode requires the exact tag, candidate SHA, prepare run, and both accepted manifest digests. See the [release process](release_process.md), [release matrix](release_matrix.md), and [release tooling](../../release/README.md).