惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
V
Visual Studio Blog
IT之家
IT之家
博客园 - 聂微东
The Cloudflare Blog
月光博客
月光博客
阮一峰的网络日志
阮一峰的网络日志
S
SegmentFault 最新的问题
Apple Machine Learning Research
Apple Machine Learning Research
酷 壳 – CoolShell
酷 壳 – CoolShell
爱范儿
爱范儿
H
Help Net Security
博客园 - 叶小钗
V
V2EX
WordPress大学
WordPress大学
J
Java Code Geeks
Hugging Face - Blog
Hugging Face - Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
博客园_首页
C
Check Point Blog
B
Blog
D
DataBreaches.Net
美团技术团队
罗磊的独立博客

Changelog — PlanetScale

Replica connections graph — PlanetScale Branch start maintenance webhook now available for Vitess enterprise customers — PlanetScale Deploy request UI updates — PlanetScale PostgreSQL CPU and I/O tracking — PlanetScale Branch start maintenance webhook — PlanetScale Cloudflare Workers integration — PlanetScale PlanetScale for Postgres is now Generally Available — PlanetScale PostgreSQL Schema Recommendations — PlanetScale Postgres maintenance windows — PlanetScale 2025 PCI DSS reporting now available — PlanetScale AWS PrivateLink for Postgres — PlanetScale Google Cloud Provider support for Postgres databases — PlanetScale Insights: percent runtime — PlanetScale New region: AWS ca-central-1 (Montreal) — PlanetScale Postgres event triggers are now supported — PlanetScale New Postgres extension: pg_squeeze — PlanetScale Provisioned IOPS display for Metal clusters — PlanetScale Insights: max query latency graphs — PlanetScale Pinned databases update — PlanetScale New Postgres extensions: pg_cron and pg_partman_bgw — PlanetScale pscale shell now supports Postgres databases — PlanetScale Migration guides for Aurora, Neon, and Supabase — PlanetScale New pscale role commands for CLI — PlanetScale Postgres migration guides and scripts — PlanetScale Postgres role management — PlanetScale Expanded Postgres network-attached storage I/O configuration — PlanetScale 2025 SOC 1 Type 2 & SOC 2 Type 2 reports now available — PlanetScale Prometheus Metrics Additions: vstreamer events and errors — PlanetScale Postgres network-attached storage configuration — PlanetScale PlanetScale for Postgres — PlanetScale
Support for 10 new Postgres extensions — PlanetScale
2025-09-11 · via Changelog — PlanetScale

Introducing Database Traffic Control™: resource budgets for your Postgres query traffic.Learn more

We've added support for 10 new native PostgreSQL extensions.

New Extensions

autoinc - Functions for autoincrementing fields, providing automatic sequence-based field incrementing functionality.

bloom - Bloom filter index access method that provides space-efficient probabilistic data structure for fast membership testing.

dict_xsyn - Text search dictionary for extended synonym processing, enhancing full-text search capabilities with advanced synonym handling.

earthdistance - Calculate great circle distances on the surface of the Earth, perfect for geospatial applications requiring distance calculations.

insert_username - Functions for tracking who changed a table, automatically recording user information for audit trails.

intagg - Integer aggregator and enumerator functions (note: this extension is deprecated but available for legacy compatibility).

moddatetime - Functions for tracking last modification time, automatically updating timestamp fields when records are modified.

pgrowlocks - Show row-level locking information for debugging and monitoring database lock contention.

pgstattuple - Obtain tuple-level statistics to analyze table storage efficiency and bloat.

postgres_fdw - Foreign data wrapper for remote PostgreSQL servers, enabling federated queries across multiple PostgreSQL instances.

All extensions are now available for PlanetScale Postgres databases and can be enabled through the Extensions tab on your Clusters page.

Learn more about Postgres extensions