Step-by-step instructions to publish PostgreSQL extensions and utilities on the PostgreSQL Extension Network (PGXN).| Just a Theory
When should a Postgres extension be pre-loaded and when should it not? Should it be loaded in user sessions or at server startup? Read on for answers.| tembo.io
A lot has happened in he five months since the last PGXN v2 update. The time has been used for continuing community discussions, planning, designs, and the start of implementation. Read on for a full accounting.| Just a Theory
Link: https://tembo.io/blog/pgxn-v2-update Speaking of PGXN news, I neglected to link to [this post] I wrote for the [Tembo Blog] last month, a fairly detailed accounting of what's been happening on the [PGXN v2] project: > Forgive me Postgres community, for it has been five months since [my last > PGXN v2 Update]. In my defense, it has been super busy! The time went into > ongoing community discussions, planning, designs, and the start of > implementation. Join me below for the lowdown. A fe...| Just a Theory
When should a Postgres extension be pre-loaded and when should it not? Should it be loaded in user sessions or at server startup? For the Tembo blog, I dug into this question and wrote up my findings.| ❖ Just a Theory
A rough transcript of my talk “State of the Extension Ecosystem”.| ❖ Just a Theory
We’re doing it again! The PostgreSQL Extension Ecosystem Summit returns to PGConf.dev. We’ll again be looking at indexing, discovery, packaging, and core support. And we’ll once again be hosting a series of “Mini Summits” leading up to the event. Join us!| ❖ Just a Theory
A request for comments on a new PGXN RFC for signing releases, plus a link to an initial implementation.| Just a Theory
The sequel to the successful PGConf.dev event, the Extension Ecosystem Summit EU will showcases some exemplary extension use cases.| Just a Theory
Today I released pgxn_meta v0.1.0, a Rust crate and executable for validating PGXN Meta v1 and v2 META.json files.| ❖ Just a Theory
Would it be possible to distribute Postgres extension binaries via Open Container Registries? Tune in to find out!| ❖ Just a Theory
Links, notes, and commentary from Jonathan Katz’s presentation at the fourth Postgres Extension Ecosystem Mini-Summit, “Trusted Language Extensions for PostgreSQL”.| ❖ Just a Theory
A rough transcript my Ian Stanton’s talk, “Building Trunk: A Postgres Extension Registry and CLI”, along with interspersed chat comments.| ❖ Just a Theory
Request for comments on a sketch of a new metadata standard for Postgres extension packaging, distribution, and delivery, building on the PGXN Meta Spec to address its shortcomings and emerging use cases 12 years on.| ❖ Just a Theory
A proposal for an additional level of name uniqueness for Postgres extension packaging and distribution, based on URIs.| ❖ Just a Theory
The Go package ecosystem uses distributed publishing to release modules without authentication or uploads. Could we do something similar for Postgres extensions?| ❖ Just a Theory