Company
We think the optimizer shouldn't have to see your worst queries.
QIKR, Inc. builds infrastructure that makes existing PostgreSQL deployments faster without asking anyone to change how they write SQL.
Why we built this
The fix already exists. It just needs to run automatically.
Every known SQL anti-pattern already has a known correct rewrite — engineers rediscover the same fixes in code review, in postmortems, in Slack threads, over and over. HyperQuery/PG is that catalog of fixes, running automatically, inside Postgres, before any of those queries reach production traffic.
What we believe
Three things we won't compromise on
Correctness first
A rewrite ships only when it's proven equivalent — same rows, same order. Speed is the result, not the requirement.
Invisible by design
No application changes, no new SQL dialect, no migration. If you can run CREATE EXTENSION, you can run HyperQuery/PG.
Explainable
Every rewrite is logged: which rule fired, on which query, and what changed. Nothing happens silently.
Team
Built by people who've paged themselves over this exact problem.
HyperQuery/PG is built by a small team with backgrounds in PostgreSQL internals, query optimization, and large-scale database reliability — the kind of team that's rewritten the same NOT IN clause by hand more times than anyone wants to admit.