Neues vom PostgreSQL Planet

Neues vom PostgreSQL Planet Feed abonnieren
Planet PostgreSQL
Aktualisiert: vor 59 Sekunden

Regina Obe: PostGIS 3.6.0beta1

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:

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

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

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

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

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

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

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

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

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.

Hans-Juergen Schoenig: PostgreSQL storage: Comparing storage options

15. Juli 2025 - 7:52
Storing and archiving data efficiently

When it comes to designing and optimizing databases, one of the most critical aspects is the choice of storage options. PostgreSQL, like many other relational databases, provides various storage options that can significantly impact performance, data integrity, and overall database efficiency.

Ajin Cherian: Detection and resolution of conflicts in PostgreSQL logical replication

15. Juli 2025 - 3:00

At this year’s PGConf.dev, the premier gathering for PostgreSQL contributors, developers, and community leaders, Zhijie Hou and I had the opportunity talk about the challenges and solutions around conflict handling in logical replication — a topic increasingly rele

Alexander Korotkov: OrioleDB beta12: features and benchmarks

15. Juli 2025 - 2:00

Since our last public update, OrioleDB has continued to evolve with a series of new releases. These updates refine the core engine, extend functionality, and improve performance across a range of workloads. Together, they move us closer to a beta release and lay the groundwork for broader adoption.

Kaarel Moppel: TIL - Debian comes with a pg_virtualenv wrapper!

14. Juli 2025 - 23:00
Some weeks ago Postgres (well, not directly the official Postgres project) again managed to surprise me during my daily muscle-memory operations, prompting even one relatively lazy human to actually write about it. So while minding some other common Postgres business, I double-tapped “Tab” to complete on “pg_v”, looking for pg_verifybackup...

Andreas 'ads' Scherbaum: Dian Fay

14. Juli 2025 - 16:00
PostgreSQL Person of the Week Interview with Dian Fay: I live in Michigan with my partner Trent, a cat named Bread, and a tarantula named Carmilla. I’m originally from the Florida panhandle, but I moved up here for school lo these many years ago and wound up sticking around – it’s nice having seasons. My mother taught me how to type on her old Selectric when I was six or seven (my handwriting never recovered), and my father taught me BASIC when I was eight by copying code listings out of his Sky & Telescope magazines. In other words, I never stood a chance.

Ian Barwick: PgPedia Week, 2025-07-13

14. Juli 2025 - 11:34
PostgreSQL 19 changes this week new system view pg_dsm_registry_allocations the LSN output format is now uniformly set to %X/%08X this also affects the pg_lsn datatype, with e.g. SELECT '0/0'::pg_lsn returning 0/00000000 (in PosgreSQL 18 and earlier: 0/0 ). the CHECKPOINT command now accepts the following options: FLUSH_UNLOGGED [ boolean ] MODE { FAST | SPREAD } new libpq connection parameter servicefile added PostgreSQL 18 changes this week

PostgreSQL 18 beta2 is will likely be released on July 17th (Thursday): 18beta2 next week .

damien clochard: 20 Years of DALIBO: PostgreSQL and the Sense of the Community

13. Juli 2025 - 14:30

The cooperative company DALIBO is celebrating its 20th anniversary today, giving me an opportunity to reflect on the reasons behind the success of this collective adventure.

Pavlo Golub: Contributions for the week of 2025-06-23 (Week 26)

13. Juli 2025 - 12:58
PUG Stuttgart

PUG Stuttgart happened on June, 26th - hosted by Aleshkova Daria

Dian Fay: Fixing Slow Row-Level Security Policies

13. Juli 2025 - 2:00

At my day job, we use row-level security extensively. Several different roles interact with Postgres through the same GraphQL API; each role has its own grants and policies on tables; whether a role can see record X in table Y can depend on its access to record A in table B, so these policies aren't merely a function of the contents of the candidate row itself. There's more complexity than that, even, but no need to get into it.

Two tables, then.

Vibhor Kumar: Microservices in Postgres

13. Juli 2025 - 0:49

Vibhor Kumar and Marc Linster; last updated July 10 2025

Seiten