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

推荐订阅源

GbyAI
GbyAI
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
Microsoft Security Blog
Microsoft Security Blog
S
SegmentFault 最新的问题
Y
Y Combinator Blog
Google DeepMind News
Google DeepMind News
Last Week in AI
Last Week in AI
博客园 - 聂微东
Attack and Defense Labs
Attack and Defense Labs
T
Tailwind CSS Blog
阮一峰的网络日志
阮一峰的网络日志
月光博客
月光博客
SecWiki News
SecWiki News
Microsoft Azure Blog
Microsoft Azure Blog
小众软件
小众软件
S
Secure Thoughts
C
Check Point Blog
WordPress大学
WordPress大学
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
Google Online Security Blog
Google Online Security Blog
MongoDB | Blog
MongoDB | Blog
Schneier on Security
Schneier on Security
Application and Cybersecurity Blog
Application and Cybersecurity Blog
Spread Privacy
Spread Privacy
IT之家
IT之家
美团技术团队
罗磊的独立博客
Google DeepMind News
Google DeepMind News
博客园 - 叶小钗
Recent Announcements
Recent Announcements
云风的 BLOG
云风的 BLOG
V
Vulnerabilities – Threatpost
Security Latest
Security Latest
博客园 - 司徒正美
Cyberwarzone
Cyberwarzone
C
CERT Recently Published Vulnerability Notes
TaoSecurity Blog
TaoSecurity Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
V2EX - 技术
V2EX - 技术
Vercel News
Vercel News
有赞技术团队
有赞技术团队
J
Java Code Geeks
博客园 - 【当耐特】
Project Zero
Project Zero
NISL@THU
NISL@THU
P
Privacy & Cybersecurity Law Blog
The Last Watchdog
The Last Watchdog
aimingoo的专栏
aimingoo的专栏
S
Securelist
The Cloudflare Blog

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 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 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
New Postgres extension: pg_strict — PlanetScale
2026-01-15 · via Changelog — PlanetScale

We've added a new Postgres extension.

pg_strict

pg_strict blocks dangerous queries before they run. It prevents common mistakes like UPDATE or DELETE statements without WHERE clauses that would affect every row in a table.

The extension is configured per-role, so different users can have different settings. Each setting supports three modes: off, warn, or on. For intentional bulk operations, you can temporarily override the setting within a transaction using SET LOCAL.

Learn more about pg_strict