My notes from PGConf.EU 2024 in Athens, Greece. Talks, extension summit, diversity committee meeting, Xata Postgres dinner, and more!
Written by
Gulcin Yildirim Jelinek
Published on
November 15, 2024
We finished yet another PGConf.EU in Athens, Greece at the end of October. PGConf.EU is a very special conference for me, and I've written a blog post about it previously here. As usual, it was a great time and I've managed to catch up with dear friends!
Now that the conference is over, I'd like to share some more details about the conference, my experiences, and the talks I attended.
Day 0 of PGConf.EU is when we do training sessions. My dear friends and former colleagues, Gabriele Bartolini and Leonardo Cecchi, held a CloudNativePG training session. The training was about managing PostgreSQL databases within Kubernetes environments using the CloudNativePG operator.
I've just stopped by to say hi to Gabriele and Leonardo and took a few photos and my colleague Andrew attended the training. We like CloudNativePG a lot at Xata, and if you are interested in learning more about it, I recommend checking out Gabriele's blogs about it. And if you are using CloudNativePG, do not forget to give a star to the CloudNativePG GitHub repository!
We had the first meeting of the PostgreSQL Europe Diversity Committee. Members of the committee (in alphabetical order) are:
We had a great time discussing the goals and plans for the Diversity Committee.
The goals of the Diversity Committee are:
If you are interested in joining the Diversity Task Force, send us an email at diversity@postgresql.eu.
After the PostgreSQL Europe Diversity Committee meeting, I've attended PostgreSQL Extension Ecosystem Summit, and gave talk about pgzx.
Zig is a small and simple language that aims to be a "modern C" and make system-level code bases easier to maintain. It provides safe memory management, compilation time code execution (comptime), and a rich standard library. Zig can interact with C code quite naturally: it supports the C ABI, can work with C pointers and types directly, it can import header files and even translate C code to Zig code. Thanks to this interoperability, a Postgres extension written in Zig can, theoretically, accomplish anything that a C extension can. This means you get full power and a modern language and standard library to write your extension.
While in theory you can write any extension in Zig that you could in C, in practice you will need to make sense of a lot of Postgres internals in order to know how to correctly use them from Zig. Also, Postgres makes extensive use of macros, and not all of them can be translated automatically.
This is where pgzx comes in. pgzx is an open-source project that provides a framework for creating PostgreSQL extensions using the Zig programming language. The goal of pgzx is to simplify the process of writing PostgreSQL extensions by leveraging the simplicity and performance benefits of Zig.
What pain points does pgzx address beyond simply enabling Zig development?
If you are interested in learning more, you can visit the pgzx GitHub repository and take a look at the sample extensions we've built with it.
You can find my slides here and all other talks from the summit here.
After the Extension Ecosystem Summit, I rushed to the restaurant where we hosted the Xata Postgres Dinner. I even had a bit of time to decorate, thanks to the help of friends who arrived early!
We booked the entire floor for 70 people, and everyone showed up! I want to extend a personal thank-you to each attendee. Sharing a nice meal and a few drinks is, in my opinion, the best way to kick off a conference.
Special thanks as well to the amazing staff at Oroscopo Restaurant for their kindness and excellent service in hosting us.
My colleague Andrew presented his talk about doing Postgres schema changes without downtime using the expand/contract pattern. Our open source tool pgroll implements the expand/contract pattern and offers safe and reversible schema changes for PostgreSQL by serving multiple schema versions simultaneously. It takes care of the complex migration operations to ensure that client applications continue working while the database schema is being updated. pgroll ensures that changes are applied without locking the database, and that both old and new schema versions work at the same time (even when breaking changes are being made!). This removes risks related to schema changes, and greatly simplifies client application rollout, also allowing for instant rollbacks.
If you are interested in learning more, check out our blog post about the talk here. The video of the talk is also available here.
Already using pgroll? Do not forget to give a star to the pgroll GitHub repository.
I attended a few talks and some I watched later on. Here are my top 10 talks, ordered by speaker's names.
We have 11 months until PGConf.EU 2025 but you don't have to wait that long to meet Postgres people!
Here are some of the Postgres events I follow and plan to attend some of them:
And if this list is not enough, you can always check the PostgreSQL Event Calendar for more.
PGConf.EU 2024 is over, and it was a blast! I heard it will be somewhere colder next year, and I'm already looking forward to it.
Until then, we can watch all the sessions from PGConf.EU 2024 on YouTube. Happy watching!
Xata provides the best free plan in the industry. It is production ready by default and doesn't pause or cool-down. Take your time to build your business and upgrade when you're ready to scale.
Copyright © 2024 Xatabase Inc.
All rights reserved.