tag:google.com,2016:alloydb-release-notes AlloyDB for PostgreSQL - Release notes Google Cloud Platform 2026-04-06T00:00:00-07:00 April 06, 2026 tag:google.com,2016:alloydb-release-notes#April_06_2026 2026-04-06T00:00:00-07:00 Feature

The QueryData tool lets you to query the data in your database using conversational language and build data agents. For more information, see QueryData tool overview. This feature is available in (Preview).

The preview release increases the accuracy of SQL generation with value search queries which match values and their context within a database. Value search queries trigger automatically. QueryData also adds support for Parameterized secure views (PSVs) to help secure applications that use natural language queries. For more information, see Secure and control access to application data using parameterized secure views.

]]>
April 03, 2026 tag:google.com,2016:alloydb-release-notes#April_03_2026 2026-04-03T00:00:00-07:00 Feature

The gcloud beta alloydb connect command is now available in Preview. This command provides a simplified way to connect securely to AlloyDB instances by using the AlloyDB Auth Proxy and psql. For more information, see Connect using gcloud CLI.

]]>
April 02, 2026 tag:google.com,2016:alloydb-release-notes#April_02_2026 2026-04-02T00:00:00-07:00 Change

You can now enable Advanced Query Insights on primary clusters which have secondary clusters configured. Advanced Query Insights is not supported on secondary clusters. If you perform a switchover, you must re-enable Advanced Query Insights on the new primary cluster.

]]>
March 31, 2026 tag:google.com,2016:alloydb-release-notes#March_31_2026 2026-03-31T00:00:00-07:00 Feature

Hot standby enhances the AlloyDB high availability (HA) architecture to improve failover times and to ensure consistent performance after failover. AlloyDB continuously replicates transactions to the standby node to keep caches warm and to ensure that the node is ready to take over quickly during a failover. This feature is generally available (GA) in PostgreSQL 18 and is automatically enabled for all new instances. For more information, see the AlloyDB high availability overview.

]]>
March 30, 2026 tag:google.com,2016:alloydb-release-notes#March_30_2026 2026-03-30T00:00:00-07:00 Feature

AlloyDB now offers conversational analytics, which lets users query their operational data using natural language. This feature is powered by the Conversational Analytics API, which can help you translate complex human dialog into precise database queries to provide actionable insights. This feature is in Preview. For more information, see Conversational analytics for AlloyDB overview.

]]>
March 25, 2026 tag:google.com,2016:alloydb-release-notes#March_25_2026 2026-03-25T00:00:00-07:00 Feature

Database server compatibility with PostgreSQL version 18 is now generally available (GA):

Feature

The following AlloyDB AI features are available in Preview:

  • You can now use the ai.hybrid_search() function, which fuses results from each search type into a single list using the Reciprocal Rank Fusion (RRF) algorithm. For more information, see Run hybrid vector similarity search.

  • AlloyDB supports the rum extension for complex full-text search operations. The rum extension extends standard GIN indexes by storing positional information directly in the index. This enables faster phrase searches and relevance ranking without needing to access the table data. For more information, see Create and manage a RUM index.

Change

When no major version is specified, AlloyDB for PostgreSQL now defaults to PostgreSQL major version 17 for new clusters.

]]>
March 20, 2026 tag:google.com,2016:alloydb-release-notes#March_20_2026 2026-03-20T00:00:00-07:00 Feature

AlloyDB lets you monitor node-level metrics in Google Cloud console and Metrics Explorer to provide detailed troubleshooting guidance for read pools and to identify nodes causing performance regressions. For more information, see System insights metrics reference.

]]>
March 16, 2026 tag:google.com,2016:alloydb-release-notes#March_16_2026 2026-03-16T00:00:00-07:00 Feature

AlloyDB now supports the 2 vCPU C4A machine type (c4a-highmem-2-lssd), which is powered by Google Axion, Google's custom Arm-based processor. This expansion provides a smaller entry point and more flexibility for scaling your production workloads using Axion-based instances. For more information, see Choose an AlloyDB machine type.

Feature

AlloyDB enhanced backups are generally available (GA). You can now select the Enhanced tier during cluster creation, manage your project-level backups with tiered tabs, and delete an enhanced backup. For more information, see Manage enhanced backups.

]]>
March 05, 2026 tag:google.com,2016:alloydb-release-notes#March_05_2026 2026-03-05T00:00:00-08:00 Feature

AlloyDB enhanced backups are generally available (GA). You can now select the Enhanced tier during cluster creation, manage your project-level backups with tiered tabs, and delete an enhanced backup. For more information, see Manage enhanced backups.

]]>
March 03, 2026 tag:google.com,2016:alloydb-release-notes#March_03_2026 2026-03-03T00:00:00-08:00 Feature

The following AlloyDB AI features are now generally available (GA):

  • Auto vector embeddings provide a scalable, automated solution for managing the lifecycle of vector embeddings for large-scale datasets, eliminating the need for manual reindexing or custom scripts. This feature keeps embeddings in sync with transactional data and now supports incremental refresh in manual mode, ensuring that embeddings are only generated for new or updated rows. Additionally, you can perform incremental table refreshes or migration up to 130x faster than traditional row-by-row processing using bulk mode, improving efficiency for semantic search and Retrieval Augmented Generation (RAG).

  • AI functions integrate LLMs like Gemini to bring 'world knowledge' to your AlloyDB data and incorporate advanced semantic search and ranking capabilities directly into your SQL workflows. This feature includes out-of-the-box functions for filtering (ai.if), semantic ranking (ai.rank), generation (ai.generate), and forecasting (ai.forecast).

  • Experience higher performance in AlloyDB AI by utilizing array-based AI functions. You can perform batch processing of natural language prompts directly within your SQL queries, significantly improving efficiency for large-scale AI operations. For more information, see Perform intelligent SQL queries using AI functions.

]]>
February 23, 2026 tag:google.com,2016:alloydb-release-notes#February_23_2026 2026-02-23T00:00:00-08:00 Feature

Gemini Cloud Assist investigation capabilities are now supported in AlloyDB (Preview).

For more information, see Troubleshoot slow queries with AI assistance.

]]>
February 19, 2026 tag:google.com,2016:alloydb-release-notes#February_19_2026 2026-02-19T00:00:00-08:00 Feature

AlloyDB now integrates with Database Center to provide prioritized health monitoring in the Google Cloud console. This integration highlights critical and high-priority risks, offering one-click navigation to recommended fixes and system insights for quick resolution. For more information, see Monitor the health of your AlloyDB clusters and instances.

]]>
February 17, 2026 tag:google.com,2016:alloydb-release-notes#February_17_2026 2026-02-17T00:00:00-08:00 Feature

AlloyDB performance snapshot and reports now support read pool instance nodes, providing deeper observability into read operations and replica-specific performance issues.

Announcement

New best practices are available for securing generative AI agents using Model Context Protocol (MCP) with Google Cloud databases. This guide covers key security measures like least privilege, native database controls, and secure agent design to help you build safer AI applications. For more information, see Best practices for securing agent interactions with Model Context Protocol.

Feature

You can now make AI function calls in bulk rather than row-by-row, which lets you scale your intelligent workflows faster with new support for array-based processing. For more information, see Perform intelligent SQL queries using AI functions.

This feature is in Preview.

Feature

You can now use the AlloyDB remote MCP server. The AlloyDB remote MCP server lets you interact easily with AlloyDB clusters from LLMs, AI applications, and AI-enabled development platforms.

This feature is in Preview.

]]>
February 09, 2026 tag:google.com,2016:alloydb-release-notes#February_09_2026 2026-02-09T00:00:00-08:00 Fixed

We are announcing the release of support for the AlloyDB language connectors and Auth Proxy with Auto IAM Authentication and managed connection pooling. This feature and the fix for the issue from below is available starting with maintenance version 20260107.02_05. Clusters with a maintenance window that may not have received this release can use self-service maintenance to perform a maintenance update.

]]>
February 05, 2026 tag:google.com,2016:alloydb-release-notes#February_05_2026 2026-02-05T00:00:00-08:00 Feature

Virtual columns for expressions is a feature of the columnar engine in Preview that significantly improves query performance and reduces CPU consumption. It caches the results of frequently used expressions, which is especially beneficial for analytical workloads on large datasets. This feature is supported for PostgreSQL version 16 and higher.

]]>
January 27, 2026 tag:google.com,2016:alloydb-release-notes#January_27_2026 2026-01-27T00:00:00-08:00 Feature

Database server compatibility with PostgreSQL version 18 is now available for preview (Preview). You can create AlloyDB clusters with PostgreSQL 18 compatibility.

]]>
January 21, 2026 tag:google.com,2016:alloydb-release-notes#January_21_2026 2026-01-21T00:00:00-08:00 Issue

Automatic IAM authentication is unavailable when you use managed connection pooling with the AlloyDB Auth Proxy and Language Connectors. To sign into your database without a password, use manual IAM authentication. For more information, see Connect using an IAM account

]]>
January 20, 2026 tag:google.com,2016:alloydb-release-notes#January_20_2026 2026-01-20T00:00:00-08:00 Feature

You can create AlloyDB cluster instances in Bangkok, Thailand (asia-southeast3). For more information, see AlloyDB locations and AlloyDB for PostgreSQL pricing.

]]>
January 19, 2026 tag:google.com,2016:alloydb-release-notes#January_19_2026 2026-01-19T00:00:00-08:00 Feature

AlloyDB now supports the Z3 machine series, which are powered by 4th generation Intel x86 processors (Sapphire Rapids) with Titanium SSD. These instances offer machine sizes, with up to 88 vCPU and 704 GiB RAM, that let you run storage-intensive workloads with large working datasets. For more information, see Choose an AlloyDB machine type. This feature is generally available (GA).

]]>
January 15, 2026 tag:google.com,2016:alloydb-release-notes#January_15_2026 2026-01-15T00:00:00-08:00 Fixed

Memory usage estimation is more accurate for high-dimensional vector indexes. This fix prevents out of memory (OOM) errors by enforcing defined memory constraints throughout the index build process. You might need to increase your maintenance_work_mem settings to align with the real usage estimates.

]]>
December 24, 2025 tag:google.com,2016:alloydb-release-notes#December_24_2025 2025-12-24T00:00:00-08:00 Change

The extension vector, which includes pgvector functions and operators, is updated to version 0.8.1.

]]>
December 18, 2025 tag:google.com,2016:alloydb-release-notes#December_18_2025 2025-12-18T00:00:00-08:00 Feature

Managed connection pooling is now generally available (GA). This feature optimizes resource usage to improve workload scalability and reliability. It is compatible with the AlloyDB Auth Proxy and Language Connectors. For more information, see Configure managed connection pooling.

Feature

AlloyDB database performance snapshot reports now include a SQL Report section, which lists the top 50 queries by total elapsed time, read I/O, and standard deviation of elapsed time. This helps you identify and optimize resource-intensive queries.

]]>
December 17, 2025 tag:google.com,2016:alloydb-release-notes#December_17_2025 2025-12-17T00:00:00-08:00 Feature

You can build data agents that interact with the data in your database using conversational language. Use these data agents as tools to empower your applications. For more information, see Data agents overview. This feature is available in Preview, and access to it requires a sign-up.

Feature

You can now use Gemini 3.0 Flash (Preview) when you call generative AI functions in AlloyDB, such as AI.GENERATE. Use the model name gemini-3-flash-preview. For more information, see Use Gemini 3.0 models.

]]>
December 11, 2025 tag:google.com,2016:alloydb-release-notes#December_11_2025 2025-12-11T00:00:00-08:00 Feature

AlloyDB now supports the C4 machine series, which are powered by 6th generation Intel Xeon Granite Rapids processors. These instances offer massive machine sizes, with up to 288 vCPU and 2232 GiB RAM, that let you run extremely demanding workloads. For more information, see Choose an AlloyDB machine type. This feature is generally available (GA).

]]>
December 08, 2025 tag:google.com,2016:alloydb-release-notes#December_08_2025 2025-12-08T00:00:00-08:00 Feature

You can now use Gemini to fix query errors in the AlloyDB Studio query editor. This feature is available in Preview.

]]>
December 05, 2025 tag:google.com,2016:alloydb-release-notes#December_05_2025 2025-12-05T00:00:00-08:00 Feature

Query plan management (Preview) ensures query plan stability, and protects your database performance against the risk of query plan regression due to changes in the database or the optimizer's behavior. AlloyDB continuously monitors, captures, and logs potential query execution plans, giving you the granular control to force the optimizer to choose from approved plans, and prevent unintended regressions. For more information, see Manage query plans.

]]>
November 20, 2025 tag:google.com,2016:alloydb-release-notes#November_20_2025 2025-11-20T00:00:00-08:00 Feature

AlloyDB now supports horizontal autoscaling for read pool instances. This feature is available in Preview.

]]>
November 19, 2025 tag:google.com,2016:alloydb-release-notes#November_19_2025 2025-11-19T00:00:00-08:00 Feature

You can now perform self-service maintenance if you need to apply the latest AlloyDB updates to your clusters as soon as possible. Updating to the latest version can unlock AlloyDB features, apply patches, and let you set deny periods.

Change

The upper limit of the query plans captured per minute is enhanced to 200. For more information, see Improve query performance using advanced query insights features for AlloyDB.

]]>
November 18, 2025 tag:google.com,2016:alloydb-release-notes#November_18_2025 2025-11-18T00:00:00-08:00 Feature

You can now use Gemini 3.0 when you call generative AI functions in AlloyDB, such as AI.GENERATE. For more information, see Use Gemini 3.0 models.

]]>
November 13, 2025 tag:google.com,2016:alloydb-release-notes#November_13_2025 2025-11-13T00:00:00-08:00 Feature

AlloyDB AI native vector search accelerator is now generally available (GA). It includes the following features and improvements:

  • The google_columnar_engine extension is updated to automatically recommend data for searches, so you don't need to manually add vector columns to the table. For more information, see Perform a vector search.
  • The alloydb_scann extension is updated with new metrics for vector index creation. You can now use the pg_stat_ann_index_creation view to see the number of rows present in a table at the time of index creation.
]]>