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

推荐订阅源

小众软件
小众软件
B
Blog RSS Feed
美团技术团队
博客园 - 【当耐特】
C
Check Point Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
M
MIT News - Artificial intelligence
aimingoo的专栏
aimingoo的专栏
J
Java Code Geeks
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Microsoft Azure Blog
Microsoft Azure Blog
博客园 - 司徒正美
T
Tailwind CSS Blog
Last Week in AI
Last Week in AI
Google DeepMind News
Google DeepMind News
D
DataBreaches.Net
人人都是产品经理
人人都是产品经理
N
Netflix TechBlog - Medium
Vercel News
Vercel News
P
Proofpoint News Feed
IT之家
IT之家
I
InfoQ
腾讯CDC
H
Hackread – Cybersecurity News, Data Breaches, AI and More

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