data retrieval

Tech Optimizer
June 24, 2026
EnterpriseDB is addressing challenges in AI development projects, particularly data sprawl, by introducing features in the EDB Postgres AI platform. The platform now includes Converged Analytics, which bridges operational and analytical data without complex ELT pipelines, and the Agentic Database, which transforms the system into an autonomous database that proactively manages over 200 metrics. These innovations aim to consolidate various data types into a single governed platform, reducing complexity and costs associated with database administration. The update also introduces governance capabilities at the data layer, expected to be available in the latter half of 2026, and a bring-your-own-cloud option for applying AI to data. Customer feedback has influenced these developments, highlighting the need for reduced manual intervention in data management.
Tech Optimizer
June 20, 2026
PostgreSQL version 18 has deprecated MD5 password authentication in favor of SCRAM-SHA-256, with a new parameter, md5_password_warnings, enabled by default to log deprecation warnings. It has enhanced monitoring capabilities by adding columns to pg_stat_database and pg_stat_statements to track parallel worker activity, with the default max_parallel_workers_per_gather set to 0 in Aurora PostgreSQL. The pg_stat_subscription_stats view now includes new columns for tracking conflict types in logical replication. Optimizer statistics are automatically transferred during upgrades, while uuidv7() generates timestamp-ordered UUIDs. The default streaming option for CREATE SUBSCRIPTION has changed to parallel, and the idle_replication_slot_timeout parameter automatically invalidates inactive replication slots. Enhancements to the COPY command include REJECT_LIMIT for error tolerance and a silent LOG_VERBOSITY level. OLD and NEW aliases have been introduced in RETURNING clauses for various DML commands.
Search