Sammlung von Newsfeeds
Stefanie Janine: PostgreSQL Post Statistics for 2025
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 StatisticsAs 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
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 changesNo user-visible features or other changes were added this week.
How to install Cloudberry Database on Cent OS
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
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.
David Wheeler: SQL/JSON Path Playground Update
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
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.
Henrietta Dombrovskaya: Can we use this index, please? – Why not?
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
Another calendar year draws to an end, so this will be the last PgPedia Week of 2024.
PostgreSQL 18 changesAs 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.
Gabriele Bartolini: CloudNativePG in 2024: Milestones, Innovations, and Reflections
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
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
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!
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
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
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
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
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()Shaun M. Thomas: PG Phriday: Kubernetes Killed the High Availability Star
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!
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.