ArmorDB Blog
News & Trends
Current database news, release notes, and trend-driven updates with an eye on how they affect managed PostgreSQL teams.
PostgreSQL 18 VACUUM and ANALYZE Inheritance Change: What to Check
PostgreSQL 18 changes VACUUM and ANALYZE behavior for inherited parent tables. Learn how to audit maintenance scripts before a managed database upgrade.
PostgreSQL 18 Upgrade Checklist for Managed Databases
A practical PostgreSQL 18 upgrade checklist covering compatibility changes, checksums, MD5 deprecation, pg_upgrade statistics, COPY behavior, and managed rollout planning.
PostgreSQL 17 JSON_TABLE: What App Teams Can Use It For
PostgreSQL 17 added SQL/JSON JSON_TABLE support. Learn where it helps managed PostgreSQL applications, where JSONB still needs careful modeling, and what to test before adopting it.
PostgreSQL 14 End of Life: What Managed PostgreSQL Teams Should Do Now
PostgreSQL 14 reaches its final scheduled release in November 2026. Here is how to plan a safe upgrade before support ends.

PostgreSQL 18 TLS Configuration Changes: What Managed Database Teams Should Check
PostgreSQL 18 adds TLS 1.3 cipher configuration and changes elliptic-curve settings, which makes upgrade reviews a good time to document database transport security.
PostgreSQL 18 Changes COPY CSV End-of-File Handling: What to Check Before Upgrading
PostgreSQL 18 no longer treats backslash-dot as a CSV end marker during server-side COPY FROM, which makes imports safer but exposes old client and script assumptions.
PostgreSQL 18 Partitioned Table Planning: What Changed for Large Schemas
PostgreSQL 18 improves planning for queries that touch many partitions. Learn what changed, why it matters, and how to test partitioned workloads before upgrading.
PostgreSQL 18 Maintenance Time Metrics: What pg_stat_all_tables Adds
PostgreSQL 18 adds table-level vacuum and analyze time counters. Learn what the new pg_stat_all_tables metrics mean and how to use them in production.
PostgreSQL 19 Beta 2: What Managed PostgreSQL Teams Should Test
PostgreSQL 19 Beta 2 is a useful checkpoint for testing authentication, migration, replication, and SQL compatibility before a future managed PostgreSQL upgrade.
PostgreSQL 18 NOT NULL Constraints: What Changed for Safer Schema Changes
PostgreSQL 18 makes NOT NULL constraints more explicit and easier to manage, with named constraints, catalog storage, NOT VALID support, and inheritance controls.
PostgreSQL 18 Parallel GIN Index Builds: What Changes for JSONB and Search
PostgreSQL 18 can build GIN indexes in parallel, which changes how teams should plan large JSONB, array, and full-text index migrations.
PostgreSQL 18 ANALYZE VERBOSE: Better Maintenance Observability
PostgreSQL 18 adds WAL, CPU, and read detail to ANALYZE VERBOSE, giving production teams a clearer view of table statistics maintenance.
PostgreSQL 18 COPY REJECT_LIMIT: Safer Bulk Imports
PostgreSQL 18 adds REJECT_LIMIT for COPY FROM with ON_ERROR ignore, giving bulk imports a safer boundary between useful cleanup and silent data loss.
PostgreSQL 18 I/O Observability: What the New pg_stat_io Metrics Change
PostgreSQL 18 adds byte-level pg_stat_io metrics and WAL I/O visibility. Learn what changed, how to read the new counters, and what managed PostgreSQL teams should monitor after upgrading.
PostgreSQL 18 MD5 Password Deprecation: How to Move to SCRAM
PostgreSQL 18 deprecates MD5-encrypted passwords; here is how to audit roles, move to SCRAM-SHA-256, and avoid surprise login failures.
PostgreSQL 18 Logical Replication for Generated Columns: What Changed
PostgreSQL 18 can publish stored generated columns through logical replication; here is what managed PostgreSQL teams should test before using it in migrations or integrations.
PostgreSQL 18 OLD and NEW RETURNING: Cleaner Change Capture in SQL
PostgreSQL 18 lets INSERT, UPDATE, DELETE, and MERGE return OLD and NEW row values directly. Learn what changed, where it helps, and how to use it safely.
PostgreSQL 18 pg_upgrade Statistics: Safer Major Upgrades
PostgreSQL 18 lets pg_upgrade retain most optimizer statistics. Learn what changes, what still needs ANALYZE, and how to update a production upgrade runbook.
PostgreSQL 18 Temporal Constraints: What WITHOUT OVERLAPS and PERIOD Change
PostgreSQL 18 adds temporal primary keys, unique constraints, and foreign keys. Here is what changed, when to use them, and what to test before production.
PostgreSQL 18 Virtual Generated Columns: What Changed and When to Use Them
PostgreSQL 18 makes virtual generated columns the default. Learn how virtual and stored generated columns differ, what to test, and how to write safer migrations.
PostgreSQL 18 Skip Scan: What It Changes for Multicolumn Indexes
PostgreSQL 18 can use skip scan lookups on multicolumn B-tree indexes in more cases. Here is what to test before changing production indexes.
PostgreSQL 18 Asynchronous I/O: What It Changes for Managed Databases
PostgreSQL 18 adds asynchronous I/O for scans and vacuum work. Here is what the change means, when it helps, and how managed PostgreSQL teams should evaluate it.
PostgreSQL 19 Beta 1: What Managed PostgreSQL Teams Should Test Now
PostgreSQL 19 Beta 1 previews changes in maintenance, replication, security, and observability that managed PostgreSQL teams should evaluate before the final release.
PostgreSQL 18 Enables Data Checksums by Default: What Changes in Production
PostgreSQL 18 enables data checksums by default for new clusters. Here is what that means for corruption detection, upgrades, managed PostgreSQL, and rollout planning.
PostgreSQL 18 Adds OAuth 2.0 Authentication for Database Logins
Why PostgreSQL 18’s new OAuth 2.0 authentication path matters for managed PostgreSQL teams that want less password sprawl and a cleaner service identity story.

PostgreSQL 18’s uuidv7() Makes Time-Ordered UUIDs a Better Default
Why PostgreSQL 18’s new uuidv7() function matters for primary keys, B-tree locality, and managed PostgreSQL rollout decisions.

PostgreSQL 18: What the New Release Means for Managed PostgreSQL Teams
A current release-driven guide on what PostgreSQL 18 changes for managed PostgreSQL planning, compatibility, and upgrade strategy.
Keep reading across the ArmorDB blog.
Browse practical PostgreSQL guides by format, from release-driven news to deep technical operations articles.
