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

推荐订阅源

月光博客
月光博客
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
T
Tor Project blog
V2EX - 技术
V2EX - 技术
S
Security Affairs
Help Net Security
Help Net Security
Webroot Blog
Webroot Blog
N
News and Events Feed by Topic
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
Blog — PlanetScale
Blog — PlanetScale
S
SegmentFault 最新的问题
T
Threat Research - Cisco Blogs
Scott Helme
Scott Helme
IT之家
IT之家
W
WeLiveSecurity
U
Unit 42
博客园 - 聂微东
Vercel News
Vercel News
爱范儿
爱范儿
GbyAI
GbyAI
H
Hacker News: Front Page
Y
Y Combinator Blog
Hacker News - Newest:
Hacker News - Newest: "LLM"
PCI Perspectives
PCI Perspectives
博客园 - 三生石上(FineUI控件)
博客园_首页
T
Tailwind CSS Blog
有赞技术团队
有赞技术团队
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
Microsoft Security Blog
Microsoft Security Blog
宝玉的分享
宝玉的分享
MyScale Blog
MyScale Blog
A
About on SuperTechFans
Cloudbric
Cloudbric
博客园 - 叶小钗
Recent Commits to openclaw:main
Recent Commits to openclaw:main
T
Troy Hunt's Blog
The GitHub Blog
The GitHub Blog
A
Arctic Wolf
Latest news
Latest news
AWS News Blog
AWS News Blog
MongoDB | Blog
MongoDB | Blog
量子位
Spread Privacy
Spread Privacy
D
DataBreaches.Net
C
CXSECURITY Database RSS Feed - CXSecurity.com
S
Schneier on Security
Recorded Future
Recorded Future
T
Threatpost
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻

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 Support for 10 new Postgres extensions — 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 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 Metal storage estimation for deploy requests — PlanetScale SSO support for multiple organizations — PlanetScale New keyspace VSchema API endpoints — PlanetScale Aggressive deploy request cutover — PlanetScale Postgres migration scripts — PlanetScale Access request webhook — PlanetScale Webhook API endpoints — PlanetScale Storage webhook — PlanetScale Edge metrics are now available for Single Tenant and Managed customers — PlanetScale Insights: time range and refresh interval updates — PlanetScale Model Context Protocol support — PlanetScale PlanetScale workflows is now GA — PlanetScale Prometheus metrics are now available — PlanetScale Restore backups with a cluster size — PlanetScale Keyspace replication settings — PlanetScale Advanced workflow settings — PlanetScale You can now configure max VTGates — PlanetScale SLA commitment improvement — PlanetScale Metal instances are now available — PlanetScale You can now configure your VTGates in the dashboard — PlanetScale Adjusting the number of shards in a sharded keyspace — PlanetScale Infrastructure diagram: per-shard rollout status — PlanetScale Deploying changes to sharded keyspaces — PlanetScale Throttling deploy requests — PlanetScale PlanetScale vectors now supports quantization — PlanetScale PlanetScale workflows — PlanetScale Insights sparklines — PlanetScale Service tokens: all database permissions — PlanetScale Cluster configuration — PlanetScale Brownout notice: legacy connection strings — PlanetScale 2024 PCI DSS reporting now available — PlanetScale Instant deployments — PlanetScale Timezone display preferences — PlanetScale Service token permissions: branch creation — PlanetScale Insights: max latency reporting — PlanetScale Branching: rename and replace default branch — PlanetScale Insights: index usage tracking — PlanetScale Prevent backup deletion — PlanetScale 2024 SOC 2+ HIPAA — PlanetScale Insights: increased graph resolution — PlanetScale Insights: absolute x-axis time — PlanetScale Webhooks: New pending_cutover event for deploy requests — PlanetScale Deploy requests: auto-delete branch — PlanetScale Deprecation: legacy connection strings — PlanetScale Deploy requests: solo admins may now self-approve — PlanetScale Reason for closing a schema recommendation — PlanetScale Webhook payload update — PlanetScale New audit logs API endpoint — PlanetScale Deprecating old versions of the PlanetScale CLI — PlanetScale Branch cluster size updates now available via the API — PlanetScale New side navigation layout — PlanetScale VTGate errors are now in DataDog — PlanetScale Pin frequently used databases — PlanetScale Billing data now available via the API — PlanetScale Connecting to PlanetScale privately on GCP — PlanetScale Connecting to PlanetScale privately on AWS — PlanetScale Insights query latency percentile filtering — PlanetScale Character set and collation upgrade recommendations — PlanetScale Global replica credentials — PlanetScale Webhooks are now generally available — PlanetScale Hobby plan deprecation — PlanetScale Insights anomaly webhook — PlanetScale Deploy requests: remember auto-apply — PlanetScale Monthly spend alerts — PlanetScale Deprecating the Hobby plan — PlanetScale CPU and memory metrics now in Datadog — PlanetScale Schema recommendations — PlanetScale Safe migrations on development branches — PlanetScale Deprecating Scaler plan — PlanetScale Foreign key constraints — PlanetScale
New Postgres extensions: pg_cron and pg_partman_bgw — PlanetScale
2025-08-15 · via Changelog — PlanetScale

We've added two new Postgres extensions.

pg_cron

Schedule SQL commands to run at specific times using familiar cron syntax, directly within your PostgreSQL database.

pg_partman_bgw

Automate table partition maintenance with this background worker extension that works alongside pg_partman. It automatically handles partition creation, deletion, and maintenance without manual intervention.

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

Learn more about Postgres extensions