Skip to content
HN On Hacker News ↗

pgrust passes 100% of the Postgres regression tests

▲ 21 points 9 comments by tosh 1mo ago HN discussion ↗

Pangram verdict · v3.3

We believe that this document is fully human-written

0 %

AI likelihood · overall

Human
100% human-written 0% AI-generated
SEGMENTS · HUMAN 1 of 1
SEGMENTS · AI 0 of 1
WORD COUNT 148
PEAK AI % 0% · §1
Analyzed
Jul 11
backend: pangram/v3.3
Segments scanned
1 windows
avg 148 words each
Distribution
100 / 0%
human / AI fraction
Verdict
Human
Pangram v3.3

Article text · 148 words · 1 segments analyzed

Human AI-generated
§1 Human · 0%

Skip to content

pgrust is a Postgres rewrite in Rust that I’ve been working on with my friend Jason Seibel. It targets compatibility with Postgres 18.3, passes the PostgreSQL regression tests, and now also passes the isolation tests. It is disk compatible with Postgres and and can boot from an existing Postgres 18.3 data directory. It is not production-ready yet, not performance optimized yet, and not compatible with existing Postgres extensions. The goal is to make Postgres easier to change from the inside: keep Postgres behavior as the oracle, use Rust to make the codebase easier to work on, and use AI-assisted programming to explore deeper server changes. You can try the browser demo at pgrust.com, or hack on the code at https://github.com/malisper/pgrust. If you try it, break it, or have ideas for what Postgres improvements would matter most, please open an issue or email maintainers@pgrust.com.

Post navigation