Neues vom PostgreSQL Planet
Jeremy Schneider: Misc Learnings: SBOMs, Provenance and Attestations
In the past couple weeks, I’ve learned more about renovate, SBOMs, provenance and attestations than I ever wanted to know. (But if I’m being honest, I do enjoy learning a bit more about it.)
Christophe Pettus: All Your GUCs in a Row: max_files_per_process
Shaun Thomas: PG Phriday: The Folder That Ate the Publisher
Logical replication has been part of Postgres since version 10, and the syntax page that governs it is almost comically brief. wants a name, a connection string, a list of publications, and then it offers one innocuous line:That single line expands to more than a dozen options, and several of them change how logical replication uses storage resources. After all, subscriptions created with no clause work perfectly fine.
Radim Marek: The unbearable lightness of one more index
Being "the database guy" comes with a lot of questions, and over the last eight months those questions changed. The repetitive ones disappeared, nobody asks how to avoid putting things in the database any more, and the code arriving for review got noticeably more polished. Then this summer a schema landed in front of me with twelve proposed index drops on a single table, which is when I started assuming coding agents over-index. The next schema I looked at had the same shape.
Christophe Pettus: All Your GUCs in a Row: max_connections
Mikhail Shytsko: Your Agent Can Turn Off Its Own Kill Switch
A new agent needs a database login, so the role it logs in as gets the treatment every runbook recommends. Two ALTER ROLE lines go in, one capping how long a single statement may run and one making transactions read-only by default. From the operator's side, the Postgres role for AI agent sessions now looks contained.
Andrei Lepikhov: Optimising PostgreSQL Aggregates: What Can an Extension Do?
Aggregates in PostgreSQL aren't particularly efficient, computationally speaking. It shows most in a scenario where partial aggregation doesn't help: when aggregation only prepares data for the query, processing a large stream of rows and producing, at the output, a not-much-smaller set of groups and the aggregates computed over them. Variable-length types have it worst of all. And the typical example here is SUM(numeric).
Christophe Pettus: All Your GUCs in a Row: max_active_replication_origins
Ruohang Feng: Chinese PostgreSQL Docs Are Live: All 11 Major Versions
Dave Stokes: Structured Query Language 101 at Texas Linuxfest
I will be teaching the basics of SQL at the 2026 Texas Linuxfest. The session is listed for only 100 minutes, but I wrote the materials for a 3-hour course. We will cover as much of those three hours as the audience can stand (sit?), or they send us off to Sixth Street.
Tickets are available, and this event is great for networking. Ping me if you have questions about this session.
Elizabeth Garrett Christensen: 30 Years of Postgres Architecture: Tom Lane Interview
Elizabeth: I know a little bit of your history prior to joining the Postgres project. I think you did work on JPEG — the image specification. The internet thinks that you did some work on libjpeg, which was part of the Mars Perseverance camera work. Tell me a little bit about that and how that stuff affects your work in Postgres.
Viacheslav Sarzhan: Percona Operator for PostgreSQL 3.1.0: Transparent Data Encryption, Logical Replicas, and Persistent Logging
Percona Operator for PostgreSQL 3.1.0 takes on three things that decide whether a PostgreSQL platform passes review: is the data encrypted at rest, can it serve reads without straining the primary, and are the logs there when you need them. This release answers all three inside the custom resource, so none of them is a bolt-on you maintain yourself.
Christophe Pettus: All Your GUCs in a Row: maintenance_work_mem
David E. Wheeler: From the Department of It’s About Time: Inter-documentation and image links now work on PGXN
Way back in 2015, I opened a PGXN API issue to allow links between documents rendered by PGXN to work. In 2024 I followed up with another issue to enable relative links to images to work. I mean, everyone wants this, right? It’s how your favorite source code sit works.
gabrielle roth: The SCaLE 24x CfP is open – get your Postgres talks in!
Joshua Drake: Two features just left PostgreSQL 19.
David Wheeler: Introducing chdb Postgres extension: High-performance imports from cloud storage
We're happy to announce a new Postgres extension: chdb. This extension expands Postgres import and export features via the chDB library, an in-process ClickHouse engine, providing efficient, flexible conversion to and from a wide array of data formats living on your favorite cloud storage systems.
Benchmark {#benchmark}
Wellingtone Luvonga: The Default Deny Dilemma: A Practical Guide to Kubernetes Network Policies
Implementing a zero-trust network model in Kubernetes requires shifting from the default-allow behavior to explicit, label-driven microsegmentation. This hands-on lab walks through securing a standard three-tier architecture (Frontend ⭢ Backend ⭢ Database) using Kubernetes NetworkPolicies, validating both ingress and egress restrictions.
Christophe Pettus: All Your GUCs in a Row: maintenance_io_concurrency
Seiten
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- …
- nächste Seite ›
- letzte Seite »

