Sammlung von Newsfeeds

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

David Wheeler: SQL/JSON Path Playground Update

Neues vom PostgreSQL Planet - 31. Dezember 2024 - 21:40

Based on the recently-released Go JSONPath and JSONTree playgrounds, I’ve updated the design and of the SQL/JSON Playground.

Jeremy Schneider: Challenges of Postgres Containers

Neues vom PostgreSQL Planet - 31. Dezember 2024 - 11:52

Many enterprise workloads are being migrated from commercial databases like Oracle and SQL Server to Postgres, which brings anxiety and challenges for mature operational teams. Learning a new database like Postgres sounds intimidating. In practice, most of the concepts directly transfer from databases like SQL Server and Oracle. Transactions, SQL syntax, explain plans, connection management, redo (aka transaction/write-ahead logging), backup and recovery – all have direct parallels.

Hubert 'depesz' Lubaczewski: Waiting for PostgreSQL 18 – Add UUID version 7 generation function.

Neues vom PostgreSQL Planet - 31. Dezember 2024 - 10:37
On 11st of December 2024, Masahiko Sawada committed patch: Add UUID version 7 generation function.   This commit introduces the uuidv7() SQL function, which generates UUID version 7 as specified in RFC 9652. UUIDv7 combines a Unix timestamp in milliseconds and random bits, offering both uniqueness and sortability.   In our implementation, the 12-bit sub-millisecond … Continue reading "Waiting for PostgreSQL 18 – Add UUID version 7 generation function."

Henrietta Dombrovskaya: Can we use this index, please? – Why not?

Neues vom PostgreSQL Planet - 30. Dezember 2024 - 3:30

It’s Christmas time and relatively quiet in my day job, so let’s make it story time again! One more tale from the trenches: how wrong you can go with one table and one index?

Ian Barwick: PgPedia Week, 2024-12-29

Neues vom PostgreSQL Planet - 29. Dezember 2024 - 21:21

Another calendar year draws to an end, so this will be the last PgPedia Week of 2024.

PostgreSQL 18 changes

As always, the end-of-year holidays mean commit log activity is lower than usual, but we did see one new potential performance improvement, with commit 58a359e5 (" Speedup tuple deformation with additional function inlining ") promising query performance increases of around 5-20% in deform-heavy OLAP-type workloads.

more...

Gabriele Bartolini: CloudNativePG in 2024: Milestones, Innovations, and Reflections

Neues vom PostgreSQL Planet - 29. Dezember 2024 - 12:27

2024 was a transformative year for CloudNativePG, marked by significant contributions to the Kubernetes ecosystem, increased adoption, and a growing community. This article reflects on key milestones, including the integration of advanced Kubernetes features, conference highlights, and personal insights, while looking ahead to the opportunities awaiting PostgreSQL in the cloud-native era.

Elizabeth Garrett Christensen: Name Collision of the Year: Vector

Neues vom PostgreSQL Planet - 26. Dezember 2024 - 14:30

I can’t get through a zoom call, a conference talk, or an afternoon scroll through LinkedIn without hearing about vectors. Do you feel like the term vector is everywhere this year? It is. Vector actually means several different things and it's confusing. Vector means AI data, GIS locations, digital graphics, and a type of query optimization, and more. The terms and uses are related, sure. They all stem from the same original concept. However their practical applications are quite different. So “Vector” is my choice for this year’s name collision of the year.

Gabriele Bartolini: CNPG Recipe 16 - Balancing Data Durability and Self-Healing with Synchronous Replication

Neues vom PostgreSQL Planet - 26. Dezember 2024 - 10:57

CloudNativePG 1.25 enhances control of PostgreSQL synchronous replication with a new dataDurability option, allowing you to choose between prioritising data consistency or self-healing capabilities. This article explains the feature, contrasts it with previous approaches, and provides guidance on migrating to the new API format.

Henrietta Dombrovskaya: PG Day Chicago 2025 – the CfP is open – please submit!

Neues vom PostgreSQL Planet - 25. Dezember 2024 - 6:26

Dear Postgres Community! Happy Holidays! Whatever you celebrate, there are high chances you have several additional days off at the end of the year. That being said, please consider using some of this time to submit a proposal or two or three to PG Day Chicago 2025!

The CfP is open until January 20, but why leave it to the very last minute?! Our amazing CfP committee will work very hard to evaluate all proposals within a very short period of time, but you can make their work easier by not leaving it to the very last minute.

Regina Obe: PostgreSQL 17 64-bit for Windows FDWs

Neues vom PostgreSQL Planet - 23. Dezember 2024 - 9:50

We are pleased to provide binaries for file_textarray_fdw and odbc_fdw for PostgreSQL 17 Windows 64-bit.

To use these, copy the files into your PostgreSQL 17 Windows 64-bit install folders in same named folders and then run CREATE EXTENSION as usual in the databases of your choice. More details in the packaged README.txt

These were compiled against PostgreSQL 17.2 using msys2 / mingw64 and tested against PostgreSQL 17.2 EDB windows distribution.

Henrietta Dombrovskaya: Optimizing access to partitioned tables

Neues vom PostgreSQL Planet - 23. Dezember 2024 - 1:06

I am unsure whether others have this problem, but I find myself explaining the benefits9and what’s not)of partitioning tables in Postgres over and over again.

Regina Obe: PostGIS Patch Releases

Neues vom PostgreSQL Planet - 23. Dezember 2024 - 1:00

The PostGIS development team is pleased to provide bug fix releases for 3.5.1, 3.4.4, 3.3.8, 3

Ian Barwick: PgPedia Week, 2024-12-22

Neues vom PostgreSQL Planet - 22. Dezember 2024 - 22:35

The year may be winding down, but PostgreSQL development is still ploughing ahead unabated. The pgPedia elves have also been busy and added a bunch of entries for the various advisory locking system functions.

PostgreSQL 18 changes this week libpq PQservice() function added psql variable SERVICE added prompt configuration option %s added various tab completion improvements pg_stat_reset_backend_stats() pg_stat_get_backend_io()

more...

Shaun M. Thomas: PG Phriday: Kubernetes Killed the High Availability Star

Neues vom PostgreSQL Planet - 20. Dezember 2024 - 19:26

Postgres Conference Seattle 2024 partnered up with PASS this year to present a united database front. They accepted my “Kubernetes Killed the High Availability Star” talk, which I graciously gave on the last day of the conference.

Robert Haas: 2025.pgconf.dev needs your submissions!

Neues vom PostgreSQL Planet - 20. Dezember 2024 - 15:10

The call for proposals for 2025.pgconf.dev has been extended to January 6, 2025, otherwise known as "very soon". I'm writing this post to encourage you to submit, if you haven't done so yet, regardless of whether you have submitted to 2024.pgconf.dev or its predecessor, PGCon, in the past.

Seiten