Sammlung von Newsfeeds

Boriss Mejias: Contributions for the week 51 (2024) and the week 2 (2025)

Neues vom PostgreSQL Planet - 13. Januar 2025 - 14:50

Catching up with the last weeks of 2024, and entering into 2025, these are the last contributions we were able to know about:

Gülçin Yıldırım Jelínek: Anatomy of Table-Level Locks in PostgreSQL

Neues vom PostgreSQL Planet - 13. Januar 2025 - 1:00
This blog explains locking mechanisms in PostgreSQL, focusing on table-level locks that are required by Data Definition Language (DDL) operations.

Ian Barwick: PgPedia Week, 2025-01-12

Neues vom PostgreSQL Planet - 11. Januar 2025 - 11:30

2025 is picking up speed, and with CommitFest 2025-01 underway we're seeing some more PostgreSQL 18 changes again. In news closer to home, the PgPedia Week format has been expanded to include links to recent articles on PostgreSQL 18 , other PostgreSQL-related newsletters published in the preceding week, as well as to general PostgreSQL announcements. Oh, and there's also a new-ish section listing commits of interest from 25 years ago , in case anyone wants an occasional trip down memory lane.

Hubert 'depesz' Lubaczewski: Waiting for PostgreSQL 18 – Support LIKE with nondeterministic collations

Neues vom PostgreSQL Planet - 10. Januar 2025 - 18:02
On 27th of November 2024, Peter Eisentraut committed patch: Support LIKE with nondeterministic collations   This allows for example using LIKE with case-insensitive collations. There was previously no internal implementation of this, so it was met with a not-supported error. This adds the internal implementation and removes the error.

Karen Jex: Postgres Tuning & Performance for Analytics Data

Neues vom PostgreSQL Planet - 9. Januar 2025 - 15:30

Your database is configured for the needs of your day-to-day OLTP (online transaction processing) application workload, but what if you need to run analytics queries against your application data? How can you do that without compromising the performance of your application?

Jan Wieremjewicz: Your Data’s Not Safe Until It’s TDE-Safe — Here’s How

Neues vom PostgreSQL Planet - 9. Januar 2025 - 15:04
If you’re managing a PostgreSQL database and handling sensitive data or PII, the answer is simple: You need data-at-rest encryption. This isn’t just a “nice-to-have” feature—it’s often a legal or regulatory requirement. Compliance auditors, security officers, and privacy-conscious customers all expect it.  But is this enough?  We think NO! The reality check: No native TDE […]

Umair Shahid: Idle Transactions Cause Table Bloat? Wait, What?

Neues vom PostgreSQL Planet - 9. Januar 2025 - 13:30

Yup, you read it right. Idle transactions can cause massive table bloat that the vacuum process may not be able to address. Bloat causes degradation in performance and can keep encroaching disk space with dead tuples.
This blog delves into how idle transactions cause table bloat, why this is problematic, and practical strategies to avoid it.

Umair Shahid: Idle Transactions Cause Table Bloat? Wait, What?

Neues vom PostgreSQL Planet - 9. Januar 2025 - 13:30

Yup, you read it right. Idle transactions can cause massive table bloat that the vacuum process may not be able to address. Bloat causes degradation in performance and can keep encroaching disk space with dead tuples.
This blog delves into how idle transactions cause table bloat, why this is problematic, and practical strategies to avoid it.

Avi Vallarapu: Summary of PostgreSQL in 2024

Neues vom PostgreSQL Planet - 9. Januar 2025 - 9:10

HexaCluster is back with its Summary of PostgreSQL in 2024 like our article in 2023. We would first like to thank all PostgreSQL Users, Contributors, Organizations, and Sponsors who have directly or indirectly contributed to an exponential growth, year over year, in PostgreSQL adoptions across the planet. PostgreSQL continues its legacy as one of the […]

The post Summary of PostgreSQL in 2024 appeared first on HexaCluster.

Jeremy Schneider: Postgres Per-Connection Statistics

Neues vom PostgreSQL Planet - 9. Januar 2025 - 7:21

I’ve had a wish list for a few years now of observability-related things I’d love to see someday in community/open-source Postgres. A few items from my wish list:

Gabriele Bartolini: Celebrating 5,000 GitHub Stars for CloudNativePG

Neues vom PostgreSQL Planet - 8. Januar 2025 - 11:24

CloudNativePG has surpassed 5,000 stars on GitHub! More than just a number, this achievement reflects the trust, enthusiasm, and collaboration of the Postgres and Kubernetes open-source community. I look back at the journey, acknowledge the incredible contributions from users and maintainers, and invite everyone to join us in shaping the future of cloud-native PostgreSQL.

Bertrand Drouvot: Postgres backend statistics (Part 1): I/O statistics

Neues vom PostgreSQL Planet - 7. Januar 2025 - 6:26
Introduction

PostgreSQL 18 will normally (as there is always a risk of seeing something reverted until its GA release) include this commit: Add backend-level statistics to pgstats.

Paul Ramsey: Running an Async Web Query Queue with Procedures and pg_cron

Neues vom PostgreSQL Planet - 6. Januar 2025 - 15:30

The number of cool things you can do with the http extension is large, but putting those things into production raises an important problem.

The amount of time an HTTP request takes, 100s of milliseconds, is 10- to 20-times longer that the amount of time a normal database query takes.

This means that potentially an HTTP call could jam up a query for a long time. I recently ran an HTTP function in an update against a relatively small 1000 record table.

Hubert 'depesz' Lubaczewski: Waiting for PostgreSQL 18 – psql: Add more information about service name

Neues vom PostgreSQL Planet - 6. Januar 2025 - 10:43
On 18th of December 2024, Michael Paquier committed patch: psql: Add more information about service name   This commit adds support for the following items in psql, able to show a service name, when available: - Variable SERVICE. - Substitution %s in PROMPT{1,2,3}.   This relies on 4b99fed7541e, that has made the service name available … Continue reading "Waiting for PostgreSQL 18 – psql: Add more information about service name"

Protected:

PostgresqlHelp - 6. Januar 2025 - 7:55

This content is password protected. To view it please enter your password below:

Password:

Stefanie Janine: PostgreSQL Post Statistics for 2025

Neues vom PostgreSQL Planet - 6. Januar 2025 - 0:00

A short review of PostgreSQL post rankings in 2024. The counting is limited, as there are no server logs and no cookies used at ProOpenSource websites.

The only tracking used is images on another instance with matomo. As some more protective browsers are blocking third party stuff, there is no counting for those.

Overall Statistics

As you may see in the image below, the access went up each year since the start of the blogs in 2021.

Ian Barwick: PgPedia Week, 2025-01-05

Neues vom PostgreSQL Planet - 5. Januar 2025 - 21:42

A very short "Week" this week, as the end-of-year holiday season inevitably sees a global lull in activity - we're all only human, after all. Wishing everyone a happy new PostgreSQL year!

PostgreSQL 18 changes

No user-visible features or other changes were added this week.

more...

How to install Cloudberry Database on Cent OS

PostgresqlHelp - 4. Januar 2025 - 12:06

The source of this document is from the GitHub repository cloudberrydb/cloudberrydb.

This guide outlines the steps for compiling and installing Cloudberry Database on Cent OS 9.

To compile and install Cloudberry Database, follow these steps:

Andrei Lepikhov: Investigating Memoize's Boundaries

Neues vom PostgreSQL Planet - 3. Januar 2025 - 15:01

During the New Year holiday week, I want to glance at one of Postgres' most robust features: the internal caching technique for query trees, also known as memoisation.

Gemini 2.0 in Action

PostgresqlHelp - 1. Januar 2025 - 15:50

Seiten