Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
| # Install the pgrx toolchain | ||
| cargo install cargo-pgrx | ||
|
|
||
| # Download and compile supported PostgreSQL versions (13-18) for testing |
Member
There was a problem hiding this comment.
I don't think we should include 13-18 here since it'll get stale over time and we will forget to update it
| Several production extensions use pgrx: | ||
|
|
||
| - [ParadeDB](https://github.com/paradedb/paradedb): search and analytics extension for PostgreSQL, built on Tantivy | ||
| - [pgvectorscale](https://github.com/timescale/pgvectorscale): disk-based vector indexing from Timescale |
Member
There was a problem hiding this comment.
Let's not add this one here... I'd rather we highly Neon for example
|
|
||
| pgrx was created by [Eric Ridge](https://github.com/eeeebbbbrrrr), who had been building PostgreSQL extensions in C since version 8.0. The framework grew out of his work on [ZomboDB](https://github.com/zombodb/zombodb), an Elasticsearch-backed indexing extension (now deprecated) — after years of writing C extensions, he built pgrx to present PostgreSQL's internals through Rust's idioms instead. The project was originally named "pgx" and [renamed to pgrx](https://github.com/pgcentralfoundation/pgrx/issues/1106) in April 2023. | ||
|
|
||
| pgrx is now maintained by the [PgCentral Foundation](https://pgcentral.org/), a 501(c)(3) nonprofit that provides the project with a community-governed home independent of any single company. |
Member
There was a problem hiding this comment.
It's still maintained by Eric/Jubilee, though, even though it's donated to PgCentral Foundation. I think this could be a bit more explicit here. Don't think the PgCentral foundation does anything to it
philippemnoel
approved these changes
Mar 6, 2026
Member
philippemnoel
left a comment
There was a problem hiding this comment.
Do we want to add a bit of context for why we chose to use pgrx? looks awesome!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.