Sammlung von Newsfeeds

Hans-Juergen Schoenig: Super fast aggregations in PostgreSQL 19

Neues vom PostgreSQL Planet - vor 2 Stunden 47 Minuten

PostgreSQL 18 has just been born and we are already talking about the blessings of PostgreSQL 19 and beyond? Well, yes, and there is a good reason for it.

Ian Barwick: PgPedia Week, 2025-11-23

Neues vom PostgreSQL Planet - 24. November 2025 - 14:30
PostgreSQL 19 changes this week COPY ...

Andreas Scherbaum: PostgreSQL Berlin November 2025 Meetup

Neues vom PostgreSQL Planet - 23. November 2025 - 23:00
On November 13th, 2025, we had the PostgreSQL November Meetup in Berlin. Redgate Software hosted us again, this time in a larger meeting room at The Social Hub Berlin. We had two speakers, and very tasty food. The event space is in Alexanderstraße 40, in Berlin Mitte. just five minutes away from Alexanderplatz. It is a event and gym venue, with several meeting rooms in various sizes, office area and a gym.

Cornelia Biacsics: Contributions for week 47, 2025

Neues vom PostgreSQL Planet - 23. November 2025 - 21:22

Seven PostgreSQL contributors completed this year of Google Summer Of Code:

Contributors:

  • Ahmad Gouda
  • Ashutosh Sh
  • Bassam Adnan
  • Gaurav Patidar
  • Mankirat Singh
  • Mohab Yasser
  • Tejas Tyagi

Mentors:

Robins Tharakan: PostgreSQL Buildfarm Members: A status update

Neues vom PostgreSQL Planet - 22. November 2025 - 23:29
The PostgreSQL Buildfarm is a global network of machines that continuously test PostgreSQL across a wide range of operating systems, architectures, compilers, and branches. Over the past few years, I have created and maintained several buildfarm members, each with its own quirks and strengths. In this post, I’ll share a status-update working on the following animals: alligator, dodo,

Robins Tharakan: Managing PostgreSQL Buildfarm Members: A status update

Neues vom PostgreSQL Planet - 22. November 2025 - 23:29
The PostgreSQL Buildfarm is a global network of machines that continuously test PostgreSQL across a wide range of operating systems, architectures, compilers, and branches. Over the past few years, I have created and maintained several buildfarm members, each with its own quirks and strengths. In this post, I’ll share a status-update working on the following animals: alligator, dodo,

Bruce Momjian: Two Database Videos

Neues vom PostgreSQL Planet - 22. November 2025 - 21:15

In the past few months, two new database videos were released on YouTube. From Hollerith to Stonebraker, from IMS to Postgres, the first video does a great job of walking through the history of databases in a way that I have never seen before.

Bruce Momjian: Cleanup Time

Neues vom PostgreSQL Planet - 22. November 2025 - 17:45

With 3k slides and 64 presentations (and more two pending), the Presentations section of my website was getting cluttered. (Okay, I guess it has been cluttered for a while.) I have restructured the sections, adding two, removing one, and moving superseded presentations to Old. Hopefully this will help website visitors more easily find useful information.

Paul Ramsey: PostGIS Performance: Data Sampling

Neues vom PostgreSQL Planet - 21. November 2025 - 14:00

One of the temptations database users face, when presented with a huge table of interesting data, is to run queries that interrogate every record. Got a billion measurements? What’s the average of that?!

One way to find out is to just calculate the average.

SELECT avg(value) FROM mytable;

For a billion records, that could take a while!

Robert Bernier: Performing Standby Datacentre Promotions of a Patroni Cluster

Neues vom PostgreSQL Planet - 20. November 2025 - 14:15
Unlike the standard multi-node Postgres replication cluster, when managed by Patroni, all failovers are automatically executed. However, this is not the case when dealing with inter-datacentre failovers when for instance a standby datacentre must take over from a failed primary. The following describes the mechanisms required to perform such a procedure when the case arises. […]

Henrietta Dombrovskaya: Prairie PostgreSQL User Group November Meetup

Neues vom PostgreSQL Planet - 20. November 2025 - 4:23

On Tuesday, we had our last meetup of 2025, and we want to thank everyone who attended, and who supported us during 2025. An of course, very special thanks to Jay Miller, who present at both our first and last meetups! Everyone enjoyed the presentation, as well as pre-and post-conversations and pizza! Here as the presentation slides (Jay, thank you for sharing!):

Jimmy Angelakos: Announcing the inaugural PostgreSQL Edinburgh meetup

Neues vom PostgreSQL Planet - 19. November 2025 - 15:00

The beautiful Old College building at the University of Edinburgh. Photo by LWYang from USA (CC BY 2.0).

I'm thrilled to announce that the PostgreSQL Edinburgh meetup is finally here! 🐘

Jobin Augustine: Data Retention Policy Implementation – How and Why

Neues vom PostgreSQL Planet - 19. November 2025 - 14:54
Is your PostgreSQL database Feeling Sluggish? Are SQL statements taking more time than in earlier days? Are you experiencing performance cliffs (Unexpected, sudden drops in performance)? Are backups taking a long time to complete? Are you getting a bigger bill for storage? Are standby rebuilds and development refreshes becoming a herculean task? Are the auditors […]

Ahsan Hadi: Postgres 18: Skip Scan -Breaking Free from the Left-Most Index Limitation

Neues vom PostgreSQL Planet - 18. November 2025 - 7:35

Postgres 18, released on September 25, 2025, introduces an exciting set of performance improvements and new capabilities. Postgres has grown remarkably over the years, and with each major release has become a more robust, reliable, and responsive database for both mission critical and non-mission critical enterprise applications. I’ve been writing about these enhancements since the release, and today I’m diving into two more features that are especially useful in real-world applications.

Hans-Juergen Schoenig: Storing products, prices and orders in PostgreSQL

Neues vom PostgreSQL Planet - 18. November 2025 - 7:30

When creating data models in PostgreSQL (or any other powerful relational database), several common problems can arise that hinder effective database design. One frequent issue is the incorrect normalization of tables, leading to redundant data, inefficient querying capabilities, or even simply plain wrong semantics. 

This post addresses one of the most common mistakes made by people new to the subject: Over-optimistic normalization. Especially developers relying too heavily on AI-generated data models are known to face this issue.

Bruce Momjian: Third Place

Neues vom PostgreSQL Planet - 18. November 2025 - 0:30

I recently watched a video about Starbucks and how their third place concept made them successful, and how their abandonment of it has caused problems. I started to realize that Postgres conferences also function as a "third place" — not home, not work, but somewhere people gather to see see old faces, new people, and to talk.

Mayur B.: Why Application Developers Using AI Is Great For DBA Job Security

Neues vom PostgreSQL Planet - 17. November 2025 - 15:09

Everyone’s freaking out about AI taking their jobs. Meanwhile, I’m a DBA sitting in the corner thinking: “If programmers of the future are AI agents, companies will need 100x more human DBAs to clean up the mess in production.”

This rant blogpost is my attempt to explain why.

LLMs: Optimizing for the Next Token, Not for Reality

Let’s start with the core problem:

Ian Barwick: PgPedia Week, 2025-11-16

Neues vom PostgreSQL Planet - 17. November 2025 - 13:13

This year's final round of minor releases was released on schedule last week, with PostgreSQL 13 receiving its final update.

Umair Shahid: PostgreSQL License: Free to Use, Enterprise-Ready, and Cost-Efficient in Production

Neues vom PostgreSQL Planet - 17. November 2025 - 10:55

Do you need a PostgreSQL license for critical production use?
Short answer: No. 

The open-source PostgreSQL database is free to download, use, modify, and distribute. There are no per-CPU, per-core, per-socket, or per-instance license fees.

Pavlo Golub: Google Summer of Code 2025 - A Journey of Growth and Achievement!

Neues vom PostgreSQL Planet - 17. November 2025 - 7:00

What a journey! I’m very happy to announce that all seven Google Summer of Code 2025 contributors successfully passed their final evaluations and made great contributions to the PostgreSQL community! 🎉

Back in May, I welcomed these talented people to our community. Now, six months later, I’m proud to celebrate not just the code they wrote, but the journey they made and the community members they’ve become.

Seiten