postgres/postgres: REL_18_6
Stamp 18.6.
Daily edition · PostgreSQL
TILens turns technical updates into a focused daily brief: official releases, trusted reporting, and practitioner analysis, deduplicated and organized by topic.
Stamp 18.6.
Oracle Database 26ai is now available on Amazon RDS for Oracle, bringing generative AI, vector search, and machine learning into the engine. In this post, part 1 of a three-part series, learn how to set up Select AI to…
When an Amazon RDS or Amazon Aurora PostgreSQL certificate expires and client trust stores aren't updated, connections fail without warning. This post shows how to enforce TLS for all PostgreSQL connections, configure…
Organizations running Amazon RDS and Amazon Aurora often pay full CloudWatch Logs ingestion rates for database logs they rarely access. This post shows how to build an automated, tag-driven solution that migrates RDS…
In this post, you learn how to use Amazon OpenSearch Service as a discovery layer that combines full-text, vector, and geospatial search across JSON documents in a single query, using a restaurant discovery app as a…
feat: Bump admin-api to 0.114.0 admin-api 0.114.0 contains optimized orioledb config feature according to the worksheet https://linear.app/supabase/issue/ORI-119/orioledb-variable-guc-settings-depending-on-ec2-size
feat: Bump admin-api to 0.114.0 admin-api 0.114.0 contains optimized orioledb config feature according to the worksheet https://linear.app/supabase/issue/ORI-119/orioledb-variable-guc-settings-depending-on-ec2-size
No content.
Formatting SQL tends to bring some of the same questions again and again: should we uppercase clause keywords? should we put the separating comma at the start of a line to ease refactoring? how to align the SQL clauses…
Implement multi-tenant BYOK column encryption in PostgreSQL with pgcrypto using customer-managed encryption keys.
Self-hosted Supabase v0.8.0: Envoy is the default API gateway (breaki…
You have probably read a dozen tutorials on setting up PostgreSQL High Availability (HA). On paper, it looks simple: spin up a primary instance, spin up a standby, and let them replicate. But what happens when you move…
IntervalStyle changes how PostgreSQL parses interval input, not just formats output—and in one case, it silently flips the sign of your data.