pg_clickhouse 0.3.2: Ready For Postgres 19
What’s new in the latest release of the pg_clickhouse, the interface for querying ClickHouse from Postgres.
Periodically irregular technology and culture blogging since 2002. By David E. Wheeler.
What’s new in the latest release of the pg_clickhouse, the interface for querying ClickHouse from Postgres.
Big changes for a minor release.
Bit of a news catchup on the pg_clickhouse project.
I guess this is a pg_clickhouse announcement blog, now.
Hi, it’s me with another update to pg_clickhouse.
Another bug fix and pushdown-improving release of the foreign data wrapper.
New maintenance release of pg_clickhouse: v0.1.5.
A quick note on the release of pg_clickhouse v0.1.4.
Just released the PGXN test and build OCI image upgraded to Trixie and improving PGXS build parallelization.
I wrote a dead simple demo IDP server. Never use it for real workloads. But you might find it useful to demo services that require Bearer Token authentication.
For the ClickHouse blog I wrote up learning how to work with C data structures and memory allocation within the tight constraints of the Postgres “GUC” API.
Introducing pg_clickhouse, a PostgreSQL extension that runs your analytics queries on ClickHouse right from PostgreSQL without rewriting any SQL.
Sqitch 1.6.0, out today, adds support for managing ClickHouse databases.
Details for extension authors for how to use the new PG_MODULE_MAGIC_EXT macro introduced in PostgreSQL 18.
Narrative version of a PGConf.dev talk covering the many issues I stumbled upon while designing a universal packaging format for PostgreSQL extensions, maintaining pgt.dev packages, and experimenting with CloudNativePG immutability.
Step-by-step instructions to publish PostgreSQL extensions and utilities on the PostgreSQL Extension Network (PGXN).
At the final Mini-Summit of 2025, Gabriele Bartolini gave an overview of PostgreSQL extension management in CloudNativePG.
Use the new IANA-registered tag to preserve JSON numbers represented as strings when encoding in Concise Binary Object Representation.
Please welcome 2025 Google Summer of Code contributor Mankirat Singh, who will be developing an ABI compliance checker for the PostgreSQL maintenance branches.
The last Mini-Summit of the year features Gabriele Bartolini talking about extension management in CloudNativePG.
Last week Floor Drees moderated a panel on “The User POV” at the fourth Extension Mini-Summit. Read on for the transcript and link to the video.
Suggestions to PostgreSQL extension maintainers to make some tweaks to your .control files and Makefile s.
Join our fine panel on Wednesday at Extension Mini Summit #4 to hear all about “The User POV” — for better and for worse!
A fix for the error: 'strchrnul' is only available on macOS 15.4 or newer Postgres compile error.
Last week Christoph Berg, who maintains PostgreSQL’s APT packaging system, gave a very nice talk on that system. Herein lie the transcript and links to the slides and video.
Join us at PostgresSQL Extension Mini Summit #3 this week, where PostgreSQL Debian packaging maintainer Christoph Berg will takes on a tour of APT extension packaging.
A transcript of from the second PostgreSQL Extension Mini Summit, “Implementing an Extension Search Path”, by Peter Eisentraut.
Join us at PostgresSQL Extension Mini Summit #2 this week, where PostgreSQL committer Peter Eisentraut will discuss the extension search path patch.
A rough transcript of my talk “State of the Extension Ecosystem”.
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!
Sqitch v1.5.0: out now in all the usual places!
Should Sqitch and URI::mysql use DBD::MariaDB instead of DBD::mysql? If so, what are the implications for Sqitch deployment and usage?