Robert Haas: 2024.pgconf.dev and Growing the Community
I think 2024.pgconf.dev was a great event. I am really grateful to the organizing team for all the work that they did to put this event together, and I think they did a great job. I feel that it was...
View ArticlePavel Stehule: More complex log in json format processing
I needed to summarize number of bugs per week per user cat postgresql-*.json | \ jq -r 'select(.error_severity=="ERROR") | select (.application_name | (startswith("pgAdmin") or...
View ArticleAshutosh Bapat: SQL/PGQ and graph theory
The story goes almost two decades back. I was studying computer engineering in College of Engineering Pune. Prof Vinayak Joshi had recently joined COEP and had research interest in discrete mathematic,...
View Articlesemab tariq: Performance impact of using ORDER BY with LIMIT in PostgreSQL
Learn how the combination of ORDER BY and LIMIT clauses in PostgreSQL affects query performance, and discover optimization techniques to maintain efficient database performance and fast query...
View ArticleRyan Booz: PGSQL Phriday #017
Invitation from James Blackwell-SewellI had the unexpected pleasure of meeting James when we worked together at Timescale. He’s a delightful chap, a great teacher and mentor in all things Postgres, and...
View ArticleDeepak Mahto: Exploring PostgreSQL 17: A Developer’s Guide to New Features –...
PostgreSQL 17 Beta was released on May 23, 2024, introducing a host of exciting new features anticipated to be part of the official PostgreSQL 17 release. In this blog series, we’ll delve into these...
View ArticleFrancesco Tisiot: Introducing Aiven's AI Database Optimizer: The First...
An efficient data infrastructure is a vital component in building & operating scalable and performant applications that are widely adopted, satisfy customers, and ultimately, drive business growth....
View ArticleGabriele Bartolini: CloudNativePG Recipe 8: Participating in PostgreSQL 17...
Join the PostgreSQL 17 testing program using Kubernetes and CloudNativePG! With the recent release of PostgreSQL 17 Beta 1, our community has made operand container images available for testing. This...
View ArticleGilles Darold: PGTT Extension for Global Temporary Tables in PostgreSQL
Customers migrating from Oracle to PostgreSQL and SQL Server to PostgreSQL are often curious of Oracle compatibility and SQL Server compatibility in PostgreSQL. Best way to solve most of the Oracle or...
View ArticleAndrew Atkinson: 🎙️ IndieRails Podcast — Andrew Atkinson - The Postgres...
I loved joining Jeremy Smith and Jess Brown as a guest on the IndieRails podcast!I hope you enjoy this episode write-up, and I’d love to hear your thoughts or feedback.Early CareerI got my start in...
View ArticleDeepak Mahto: Exploring PostgreSQL 17: A Developer’s Guide to New Features –...
PostgreSQL 17 Beta was released on May 23, 2024, introducing a host of exciting new features anticipated to be part of the official PostgreSQL 17 release. In this blog series, we’ll delve into these...
View ArticleHubert 'depesz' Lubaczewski: How much speed you’re leaving at the table if...
I've been to PGConf.dev recently, and one of the talks was about collations. The whole talk was interesting (to put it mildly), but the thing that stuck with me is that we really shouldn't be using...
View Articlesemab tariq: Exploring the Power of Partitioning in PostgreSQL
Learn about PostgreSQL partitioning, its types, and benefits for optimized database performance.The post Exploring the Power of Partitioning in PostgreSQL appeared first on Stormatics.
View ArticleÁlvaro Hernández: Postgres at the Kubernetes Podcast
The Kubernetes Podcast (from Google) is, probably, the most famous and reputed podcast on Kubernetes. It’s been airing for more than six years already, with 228 episodes as of today. I’ve been (and...
View ArticleJimmy Angelakos: POSETTE 2024 — How to Work with Other People
POSETTE 2024 is an online event for PostgreSQL (formerly known as Citus Con, kindly sponsored by Microsoft) which took place on June 11-13, 2024. It was wonderfully organised, and even though I prefer...
View ArticleHenrietta Dombrovskaya: My Talk at POSETTE online conference!
I am going to be honest with my audience: this time, I actually thought that the presentation was horrible, and I didn’t even want to watch my own talk. So when I had to watch it during the Livestream,...
View ArticleAndreas Scherbaum: PostgreSQL Development Conference 2024 - Review
This year’s PGCon was different. For starters, the conference is renamed to PGConf.dev, and it no longer takes place in Ottawa, but in Vancouver, BC. It’s also a new team which organized the...
View ArticleÁlvaro Hernández: Postgres Ibiza 2024: Call for Papers and Sponsors
Postgres Ibiza 2024: September 9th-11thPostgres Ibiza 2024 will be back in September. A three-day event split into:Conference: 2 days, September 9th and 10th.Unconference: 1 day, September 11th,...
View ArticleRadim Marek: The time keepers: pg_cron and pg_timetable
Working with PostgreSQL, and virtually any database system, extends far beyond merely inserting and retrieving data. Many application and business processes, maintenance tasks, reporting, and...
View ArticleRobins Tharakan: Compiling latest gcc to test more architectures
Off late, I've had two separate needs to compile GCC by hand and although my first foray into compiling gcc from git took patience, stumbling over the basics was interesting to say the least.The first...
View Article