#585 — January 23, 2025 |
|
Postgres Weekly |
Who Contributed to Postgres Development in 2024? — Each year, Robert compiles a list of those who contributed most to Postgres’ development over the past year. 229 folks were the principal authors of at least one commit, and 66% of new lines of code came from the top 18 contributors. Robert Haas |
Anatomy of Table-Level Locks: Reducing Locking Impact — It’s easy to lock an entire table when performing an operation, but the performance and uptime impacts should quickly drive you to using less restrictive approaches. Gulcin explains some options. Gulcin Yildirim Jelinek |
VeilStream – Simple Data Access Management for Postgres — VeilStream is a secure, self-hosted, Postgres filter that sits in front of your production database to provide a powerful and simple GUI and API for setting up data redaction and anonymization rules. Try it for free today. VeilStream sponsor |
Hans-Jürgen Schönig |
QUICK BITS: |
|
Implementing Thread-Safe Scanners and Parsers in Postgres — Unless you’re a Postgres implementer (like top 5 contributor Peter Eisentraut here) this probably won’t be directly useful to you, but it’s fascinating to see what’s involved in potentially moving Postgres’ scanners and parsers to be thread safe. Spoiler: It’s a lot. Peter Eisentraut |
Don't Forget About the Parallel Leader Participation Setting — Kaarel has his own TLDR: “You should actually look into disabling Kaarel Moppel |
📄 Unpivoting Data using JSONB – Very handy tip. Leo Hsu and Regina Obe 📄 Whose Optimization is Better? – Thoughts on comparing the quality of SQL query plans. Andrei Lepikhov 📄 Postgres UUIDv7 + Per-Backend Monotonicity Brandur Leach 📄 Logical Replication in Postgres: The Basics Phil Eaton |
|
🛠 Code and Tools |
DBOS Transact v2: Lightweight Durable Execution in TypeScript — An opensource library for lightweight durable execution built on Postgres. Durable execution means persisting the execution state of a program while it runs, so if it's interrupted or crashes, it resumes from where it left off, ideal for long-running or business-critical workflows. Documentation. DBOS, Inc. |
HeidiSQL 12.10: A Native Windows App for Database Work — A handy, open source database management tool. Supports Postgres, MySQL, SQL Server, and SQLite. Written in Delphi and is open source. Ansgar Becker |
|