Sammlung von Newsfeeds

Regina Obe: PostGIS 3.6.0beta1

Neues vom PostgreSQL Planet - 20. Juli 2025 - 2:00

The PostGIS Team is pleased to release PostGIS 3.6.0beta1! Best Served with PostgreSQL 18 Beta2 and soon to be released GEOS 3.14.

This version requires PostgreSQL 12 - 18beta2, GEOS 3.8 or higher, and Proj 6.1+. To take advantage of all features, GEOS 3.14+ is needed. To take advantage of all SFCGAL features, SFCGAL 2.2.0+ is needed.

Ashutosh Bapat:

Neues vom PostgreSQL Planet - 19. Juli 2025 - 15:58

 A couple weeks back, I received my speaker's gift from POSETTE: An Event for Postgres

Gülçin Yıldırım Jelínek: pgroll is on a roll! We hit 5k stars on Github

Neues vom PostgreSQL Planet - 18. Juli 2025 - 16:15
Pgroll is an open-source, zero-downtime, reversible schema migration tool built exclusively for Postgres. We’ve reached 5k stars on GitHub!

Henrietta Dombrovskaya: July Prairie Postgres PUG

Neues vom PostgreSQL Planet - 18. Juli 2025 - 4:24

I am very thankful to everyone who attended yesterday’s meetup! I must be completely honest: I am always pleasantly surprised when people attend our summer meetups. There are so many better things you can do in Chicago in summer!

I am especially thankful to our speaker, Robert Ismo, who delivered a very interactive presentation about AI and Postgres and kept the audience engaged. In fact, the lively discussion lasted until I had to go to catch my train and asked people to relocate to continue their discussion, so I can’t even tell how long it lasted :).

Alexander Korotkov: OrioleDB fastpath search

Neues vom PostgreSQL Planet - 18. Juli 2025 - 2:00

When you optimize the CPU time of a transactional database management system, it comes down to one question: how fast can you read a page without breaking consistency? In this post, we explore how OrioleDB avoids locks, trims memory copies, and — starting with beta12 — even bypasses both copying and tuple deforming altogether for fixed-length types during intra-page search. This means that not only are memory copies skipped, but the overhead of reconstructing tuples is also eliminated. The result: an even faster read path, with no manual tuning required.

Robert Haas: One Year of Hacking Workshops

Neues vom PostgreSQL Planet - 17. Juli 2025 - 22:24
I started running PostgreSQL Hacking Workshops just about one year ago, and I've run one each month, except for May, when we had pgconf.dev.

semab tariq: A Guide to Deploying Production-Grade Highly Available Systems in PostgreSQL

Neues vom PostgreSQL Planet - 17. Juli 2025 - 15:46

In today’s digital landscape, downtime isn’t just inconvenient, it’s costly. No matter what business you are running, an e-commerce site, a SaaS platform, or critical internal systems, your PostgreSQL database must be resilient, recoverable, and continuously available. So in short

High Availability (HA) is not a feature you enable; it’s a system you design.

Tudor Golubenco: Reaction to the PlanetScale PostgreSQL benchmarks

Neues vom PostgreSQL Planet - 16. Juli 2025 - 18:00
Our reaction to the PostgreSQL benchmarks published by PlanetScale and the results of running them against a Xata instance.

Dave Page: SQLAlchemy versus Distributed Postgres

Neues vom PostgreSQL Planet - 16. Juli 2025 - 4:55

One of our customers recently asked if they could use their Python application built with SQLAlchemy with pgEdge, and were pleased to learn that they could. But what is SQLAlchemy, and what considerations might there be when working with a distributed multi-master PostgreSQL cluster like pgEdge Distributed Postgres?SQLAlchemy is “the Python SQL Toolkit and Object Relational Mapper” according to its website.

Stefanie Janine: Switching PostgreSQL the conference calendars to Nextcloud

Neues vom PostgreSQL Planet - 16. Juli 2025 - 0:00
Switching the PostgreSQL Conference Calendar Location Currently Calendar Location

So far the conference calendars in https://proopensource.it/conference-calendar/ have been stored in Google Calendar.

As that is a foreign ressource, I decided to move them away from Google.

Seiten