atlas des actus
    
Planet PostgreSQL
10  octobre     09h23
semab tariq: Transform PostgreSQL into a Columnar Database Using Citus
   Columnar databases are transforming the way we handle large datasets by storing data in columns rather than rows. This approach enhances performance, especially for analytical queries, by allowing faster data retrieval and efficient storage. As businesses generate more data than ever, understanding...
09  octobre     21h30
Greg Sabino Mullane: Enhanced Postgres Release Notes
   There is something new you may not have seen in the release notes for Postgres . No, not a new feature I mean inside the actual release notes themselves The Postgres project uses the git program to track commits to the project, and now each item in the release notes has a link to the actual...
    16h26
David Wheeler: PGXN Certifications RFC
   A couple weeks ago, I drafted PGXN RFC Release Certification, which proposes to replace the simple inclusion of a SHA hash digests in PGXN release META.json files with a JWS signed release payload. From the introduction: This RFC therefore proposes to extend v distribution metadata with a...
    15h27
David Wheeler: ï Postgres Ecosystem Summit EU
   Given the success of the Extension Ecosystem Summit at PGConf.dev back in May, my colleague Floor Drees has organized a sequel, the Extension Ecosystem Summit EU on Tuesday, October , at the Divani Caravel Hotel in Athens. That’s Day at the same hotel as PGConf.eu. Tembo, Percona, Xata, and...
07  octobre     14h04
Grant Fritchey: RDS Connectivity
   I travel quite a lot for work. Most of it is in the US and Europe, but I get around to other places as well. Most of the time, connectivity, while not the greatest, isn ;t that bad, or hard. I run a VPN on my phone and laptop. I can set up my RDS connectivity ; The post RDS...
    14h00
Andreas ’ads’ Scherbaum: Yurii Rashkovskii
   PostgreSQL Person of the Week Interview with Yurii Rashkovskii: I was born and raised in Ukraine, and moved to Canada in without knowing much about it. I wanted to go as far west as I could to explore. That move changed my life a lot, and I now live on beautiful Vancouver Island in British...
06  octobre     00h54
Jimmy Angelakos: Contributions of w c 2024-09-23 (week 39)
   Melanie Plageman ran a mentorship feedback session and was the guest on episode of Talking Postgres with Claire Giordano.
04  octobre     14h07
Douglas Hunley: Automating Highly Available PostgreSQL Clusters
   In March of ’, I took over as the Lead Architect of my employer’s Ansible based automation for creating highly available PostgreSQL clusters.
    08h07
Umair Shahid: Transitioning from Oracle to PostgreSQL: Tablespaces
   Tablespaces play an important role in database management systems, as they determine where and how database objects like tables and indexes are stored. Both Oracle and PostgreSQL have the concept of tablespaces, but they implement them differently based on the overall architecture of each database....
    05h51
Amit Kapila: Failover Slots in PostgreSQL-17: Ensuring High Availability with Logical Replication
   With the introduction of failover slots in PostgreSQL , logical replication can now be effectively utilized in high availability environments. This feature ensures that logical replication continues seamlessly even if the publisher node fails and its physical standby is promoted as the new...
    00h00
Gülçin YÄ ldÄ rÄ m Jelà nek: Recap of OSS Vienna: What is Happening in the Open Source World
   My notes from the Open Source Summit Europe in Vienna, featuring fresh updates from open source communities, insights from the Xata booth, and highlights from our Postgres Happy Hour
03  octobre     23h58
Andrei Lepikhov: PostgreSQL ’VALUES - ANY’ transformation
   IntroductionAs usual, this project was prompted by multiple user reports with typical complaints, like ’SQL server executes the query times faster’ or ’Postgres doesn’t pick up my index’. The underlying issue that united these reports was frequently used VALUES sequences, typically transformed in...
    21h45
Nikolay Samokhvalov: AI-assisted Postgres experiment: number of partitions vs. planning time
   In one of the recent PostgresFM episodes, Michael Christofides and Nikolay discussed planning time and what can affect it. One of the obvious negative factors we’ve discussed is the large number of partitions a partition table might have.In this post, we’re using our Postgres.AI assistant to see...
    18h19
Hubert ’depesz’ Lubaczewski: Waiting for PostgreSQL 18 - Add temporal FOREIGN KEY contraints
   On th of September , Peter Eisentraut committed patch: Add temporal FOREIGN KEY contraints ; Add PERIOD clause to foreign key constraint definitions. This is supported for range and multirange types. Temporal foreign keys check for range containment instead of equality. ; This...
    09h00
Adam Hendel: Announcing ParadeDB partnership: Search and Analytics for Postgres
   This post contained content that could not be rendered in the Atom feed. Please use the official post link: https: tembo.io blog paradedb search analytics
    00h00
Luca Ferrari: PostgreSQL adds the login type for event triggers
   Is it now possible to catch a login event. PostgreSQL adds the login type for event triggers PostgreSQL adds a new firing event for event triggers: login. Therefore it is now possible to catch a login attempt on a database. Caution: this is not the same as Oracle logon triggers, even if it...
    00h00
Luca Ferrari: PostgreSQL 17 allow alter system tunable
   PostgreSQL includes a new among others tunable to control the ALTER SYSTEM command. PostgreSQL allow alter system tunable Among the new excellent features of PostgreSQL , one captured my attention: the capability to disable the ALTER SYSTEM command via the tunable allow alter system ...
01  octobre     10h00
Tomas Vondra: [PATCH IDEA] parallel pgbench -i
   There are multiple tools to run benchmarks on Postgres, but pgbench is probably the most widely used one. The workload is very simple and perhaps a bit synthetic, but almost everyone is familiar with it and it’s a very convenient way to do quick tests and assessments. It was improved in various...
    06h00
Laurenz Albe: What’s so great about PostgreSQL v17?
   Laurenz Albe Every year in fall, there is a new PostgreSQL release. After looking at the highlights of PostgreSQL v, you may think, what’s the big deal Quite a few people might even be unhappy about the reminder that they should really upgrade some time soon. Time to explain how...
30  septembre     14h00
Andreas ’ads’ Scherbaum: Vasilis Ventirozos
   PostgreSQL Person of the Week Interview with Vasilis Ventirozos: My name is Vasilis Ventirozos. I’m from Athens Greece. I am years old. A homeworker since , a PostgreSQL DBA and performance engineer since simpler times.
    10h19
Hubert ’depesz’ Lubaczewski: Waiting for PostgreSQL 18 - Add temporal PRIMARY KEY and UNIQUE constraints
   On th of September , Peter Eisentraut committed patch: Add temporal PRIMARY KEY and UNIQUE constraints ; Add WITHOUT OVERLAPS clause to PRIMARY KEY and UNIQUE constraints. These are backed by GiST indexes instead of B tree indexes, since they are essentially exclusion constraints with ...
    02h29
Robert Haas: PostgreSQL Hacking Workshop - October 2024
   This month, I’ll be hosting a discussion of Thomas Munro’s .pgconf.dev talk, Streaming I O and vectored I O. As usual, there will be three sessions, and you can use this form to sign up for the session you prefer. However, if you do want to attend, please sign up right away, because our first...
27  septembre     22h05
cary huang: Table Access Method: How Data Update is Handled in PostgreSQL
   Introduction In previous blogs, we talked about an overview of PostgreSQL’s table access method API here , how sequential scan is handled within this API here, and how data insertion is handled here. Today in this blog, we will look closely into how PostgreSQL handles update. A successful update...
    22h00
Stefanie Janine: pgsql tweaks 0.10.6 released
   pgsql tweaks is a bundle of functions and views for PostgreSQL The soucre code is available on GitLab, a mirror is hosted on GitHub. One could install the whole package, or just copy what is needed from the source code. The extension is also available on PGXN. General changes Due to the problem...
    01h00
Amit Kapila: Coming up in Postgres - PostgreSQL 17 and trends and innovations to watch
   PostgreSQL has released a new version, with a host of updates and improvement to the world’s most advanced open source database. In this blog post, I want to take you through the key new features implemented in PostgreSQL .
26  septembre     22h00
Stefanie Janine: pgsql tweaks 0.10.5 released
   pgsql tweaks is a bundle of functions and views for PostgreSQL The soucre code is available on GitLab, a mirror is hosted on GitHub. One could install the whole package, or just copy what is needed from the source code. The extension is also available on PGXN. General changes In this release...
    09h36
semab tariq: Using pg upgrade to Upgrading Your PostgreSQL Cluster on Windows
   Upgrading your PostgreSQL cluster is an important task to keep your database running smoothly and securely. With each new release, PostgreSQL introduces performance improvements, security patches, and new features that can benefit your system. However, upgrading can be a bit tricky, especially if...
    04h13
Amit Kapila: Online Upgrading Logical and Physical Replication Nodes
   In my last blog post, Evolution of Logical Replication, I mentioned the future development of a feature to allow upgrades of logical replication nodes. The upcoming release of PostgreSQL includes this feature. Previously, after major version upgrades via pg upgrade , users couldn’t...
    00h00
Regina Obe: PostGIS 3.5.0
   The PostGIS Team is pleased to release PostGIS . . Best Served with PostgreSQL RC and GEOS . . . This version requires PostgreSQL , GEOS . or higher, and Proj . . To take advantage of all features, GEOS . is needed. SFCGAL . is needed to enable postgis sfcgal support. To...
25  septembre     10h00
Tomas Vondra: Playing with BOLT and Postgres
   A couple days ago I had a bit of free time in the evening, and I was bored, so I decided to play with BOLT a little bit. No, not the dog from a Disney movie, the BOLT tool from LLVM project, aimed at optimizing binaries. It took me a while to get it working, but the results are unexpectedly good,...