Neues vom PostgreSQL Planet

Neues vom PostgreSQL Planet Feed abonnieren
Planet PostgreSQL
Aktualisiert: vor 12 Minuten 11 Sekunden

Cornelia Biacsics: Contributions for week 47, 2025

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

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

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

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

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

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

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

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!):

Seiten