Neues vom PostgreSQL Planet

Neues vom PostgreSQL Planet Feed abonnieren
Planet PostgreSQL
Aktualisiert: vor 37 Minuten 41 Sekunden

Kaarel Moppel: No, you don't necessarily need extensions to compact Postgres tables

5. August 2025 - 23:00
Broadcasting a quick tip from a real-life “tasklet” where a customer was genuinely surprised why a seemingly logical fix didn’t show up on Google / LLM-s. So let’s see if we can improve on that situation. So in short a large central table was getting too bloated (fragmented) and query...

Jan Wieremjewicz: Planning Ahead for PostgreSQL 18: What Matters for Your Organization

5. August 2025 - 15:51
PostgreSQL 18 is on the way, bringing a set of improvements that many organizations will find useful. It’s not a revolutionary release, but it does move things in a good direction, especially in performance, replication, and simplifying daily operations. For teams already using PostgreSQL, it’s a good time to look into what’s new. For others […]

Andreas 'ads' Scherbaum: Shlok Kumar Kyal

4. August 2025 - 16:00
PostgreSQL Person of the Week Interview with Shlok Kumar Kyal: My name is Shlok Kumar Kyal. I live in Bangalore, India. I am currently part of the PostgreSQL Open Source team at Fujitsu.

Andrei Lepikhov: Squeezing out Postgres performance on RTABench Q0

4. August 2025 - 14:08

I often hear that PostgreSQL is not suitable for solving analytics problems, referencing TPC-H or ClickBench results as evidence. Surely, handling a straightforward task like sorting through 100 million rows on disk and calculating a set of aggregates, you would get stuck on the storage format and parallelisation issues that limit the ability to optimise the DBMS.

Hubert 'depesz' Lubaczewski: Waiting for PostgreSQL 19 – Display Memoize planner estimates in EXPLAIN

4. August 2025 - 10:02
On 29th of July 2025, David Rowley committed patch: Display Memoize planner estimates in EXPLAIN   There've been a few complaints that it can be overly difficult to figure out why the planner picked a Memoize plan. To help address that, here we adjust the EXPLAIN output to display the following additional details:   1) … Continue reading "Waiting for PostgreSQL 19 – Display Memoize planner estimates in EXPLAIN"

Jeremy Schneider: Graviton2 versus Graviton4

4. August 2025 - 7:23

Just a short post, because I thought this was pretty remarkable. Below, I have screenshots showing the CPU utilization of two AWS instances in us-west-2 which are running an identical workload.

Aya Iwata: A journey toward the Columnar Data Store

4. August 2025 - 3:46

I had the pleasure of speaking at PGConf.dev in Montreal, where I delivered a session on Columnar Data Store—a topic that’s quietly transforming the way we handle large-scale analytics in PostgreSQL. In this post, I’ll walk you through the core ideas from my talk and explain why columnar storage isn’t just a performance boost—it’s a game changer for modern data workloads.

Cornelia Biacsics: Contributions for the weeks 30 & 31 (2025-07-21 to 2025-08-03)

3. August 2025 - 17:32

Catching with all contributions. PGDay UK published their schedule. Registration is still open. Here is their program committee

PgDay UK

Mankirat Singh: Tables turn, So does my project

2. August 2025 - 2:00
Sharing my progress on how I am working on ABI compliance reporting for PostgreSQL as a BuildFarm Module. In this post, I walk through the new workflow, highlighting lessons learned from community feedback, and discuss upcoming improvements. If you're curious about ABI checking for Postgres Binaries and how it integrates with BuildFarm, this post is for you!

Dave Stokes: Data Security and AI - Sharing Your PostgreSQL Database With Ollama AI

1. August 2025 - 16:45
You probably saw the story about your public ChatGPT queries being indexed by Google and other search engines. Yikes! 
You may want AI with your data but do not wish your prompts to end up in a search engine, especially if you are working with sensitive data.  

Magnus Hagander: Nordic PGDay 2026 - Returning to Helsinki

1. August 2025 - 16:33

Nordic PGDay 2026 will return to Helsinki, Finland, on March 24. See our website for details, and stay tuned for more!

Ian Barwick: PgPedia Week, 2025-07-20

1. August 2025 - 15:46

This week's edition is unfortunately delayed due to personal reasons.

PostgreSQL 19 changes this week psql : variable SERVICEFILE added PostgreSQL 18 changes this week

Main item of note this week: PostgreSQL 18 Beta 2 has been released

more...

Christoph Berg: The Debian Conference 2025 in Brest

29. Juli 2025 - 8:00

It's Sunday and I'm now sitting in the train from Brest to Paris where I will be changing to Germany, on the way back from the annual Debian conference. A full week of presentations, discussions, talks and socializing is laying behind me and my head is still spinning from the intensity.

Pollito and the gang of DebConf mascots wearing their conference badges (photo: Christoph Berg)

Table of Contents

Dave Stokes: PostgreSQL, Ollama, and the DBeaver AI Assistant

28. Juli 2025 - 17:01

Ollama is an open-source project that simplifies running large language models (LLMs). It runs locally on your machine, and you can choose from multiple LLMs. Keeping all the data on your machine should provide a security bonus.   

DBeaver is a universal database tool with an AI Assistant. This assistant provides an extra layer of security by allowing you to lock down what is shared, with the default being metadata only, no data.

Andreas 'ads' Scherbaum: Polina Bungina

28. Juli 2025 - 16:00
PostgreSQL Person of the Week Interview with Polina Bungina: I am Polina, a PostgreSQL database engineer at Zalando, located in Berlin, Germany. However I am originally from St. Petersburg, Russia.

Ming Ying: Case Study: Bilt Reduces Postgres Query Timeouts by 95% with ParadeDB

28. Juli 2025 - 14:00
A case study on how Bilt reduced Postgres query timeouts by 95% with ParadeDB

Sergey Solovev: pg_dphyp: teach PostgreSQL to JOIN tables in a different way

28. Juli 2025 - 11:15

Greetings!

I work in Tantor Labs as a database developer and naturally I am fond of databases. Once during reading the red book I have decided to study planner deeply. Main part of relational database planner is join ordering and I came across DPhyp algorithm that is used in most modern (and not so much) databases. I wonder - is there is anything in PostgreSQL? Surprisingly, nothing. Well, if something does not exist, you need to create it yourself.

Nikolay Samokhvalov: Self-driving Postgres

25. Juli 2025 - 18:57

I'm excited to announce that Postgres AI has started work on a new project – open-source Self-Driving Postgres (SDP).

In the AI era, Postgres is the natural choice for AI builders. With fast-growing database clusters, the highest level of automation is essential. AI-driven growth demands efficient, proactive, and intelligent database management. Our goal is to reduce manual interventions as much as possible to achieve the highest level of operational efficiency and reliability.

How can we define levels of automation?

Sahithi Bollepally: PostgreSQL 16 Installation on RHEL/CentOS – Step-by-Step Guide

25. Juli 2025 - 8:42
Why Databases? Why PostgreSQL?

In today’s digital world, data is at the heart of every application, from social media platforms to banking systems, from e-commerce websites to IoT devices. To manage this data efficiently, reliably, and securely, we need a robust system known as a database management system (DBMS). Among the many DBMS options available, PostgreSQL stands out as a top choice for developers and enterprises alike. 

Here’s why PostgreSQL is a go-to database for modern applications:

Nikolay Samokhvalov: Introducing Postgres how-tos: practical guides for real-world database challenges

24. Juli 2025 - 22:48

Today, as part of our Launch Week (Day 4), we're excited to announce the release of our Postgres how-to guides collection – a comprehensive set of dozens of practical guides covering real-world PostgreSQL challenges.

Seiten