Better JIT for Postgres
Summary
Better JIT for Postgres introduces pg_jitter, a lightweight JIT provider for PostgreSQL with three backends (sljit, AsmJIT, MIR) offering microsecond-level compilation and generally faster performance than LLVM-based JIT. It supports runtime backend switching, cross-version PostgreSQL compatibility (14–18), and tooling for building, testing, and benchmarking.