Skip to content
TILens What matters today in tech
Theme

Topic · Edition

PostgreSQL

23 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 GitHub

supabase/postgres: v17.6.1.164-cli

What's Changed gha/nix-install-ephemeral: Actually copy to s3, not just echo it by @mmlb in #2369 fix: disable APT timers during Supabase upgrades by @cfunkhouser in #2358 Revert PostgREST bump to v14.17 by…

Source: Supabase Postgres Releases github-actions[bot]
PostgreSQL

Joshua Drake: PgColumnar 1.0Alpha2 released

Release date: 2026-08-18Previous release: 1.0-alpha (2026-08-04)GithubChangelogpgColumnar is a columnar table access method for PostgreSQL. This is the second alpha. It adds read-only Apache Iceberg support, reads and…

Source: Planet PostgreSQL
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