Skip to content
TILens What matters today in tech
Theme

Topic · Edition

PostgreSQL

4 items on 18 Aug 2026
PostgreSQL GitHub

timescale/timescaledb: 2.29.2 (2026-08-18)

This release contains bug fixes since the 2.29.1 release. We recommend that you upgrade at the next available opportunity. Bugfixes #10189 Fix user-defined functions named time_bucket causing SQLSTATE XX000 #10363 Fix…

Source: TimescaleDB Releases surister
PostgreSQL

Ajin Cherian: Failover slot synchronization in PostgreSQL

High availability is essential for logical replication environments, but until recently, failover could still leave subscribers disconnected from the replication slots they depend on. PostgreSQL 17 addressed this by…

Source: Planet PostgreSQL