extensions

Tech Optimizer
June 20, 2026
EnterpriseDB (EDB) reported increased global adoption of its EDB Postgres AI (EDB PG AI) platform for managing mission-critical workloads. Research by MIT Technology Review Insights found that organizations prioritizing AI and data sovereignty achieve five times the return on investment. The Industrial Bank of Korea (IBK) migrated 15 core systems to EDB PG AI, reducing licensing costs and enhancing operational flexibility. Shinhan EZ Insurance transitioned its core system to the public cloud using EDB PG AI, achieving 24/7 service and scalability for AI workloads. Other companies like MNTN, Euronext FX, and Kyobo Book Centre are also leveraging EDB PG AI for various applications. EDB has received industry recognition, including being named among the most innovative companies in data and awarded for its data management solutions. EDB PG AI integrates transactional, analytical, and AI workloads, providing a secure and scalable platform for enterprises.
Tech Optimizer
June 19, 2026
Postgres has introduced new functionalities, including UPDATE and DELETE FOR PORTION OF, enhancing temporal use cases. The expansion of RANDOM() temporal functions is attributed to Paul Ramsey and Greg Sabino Mullane. Version 19 includes performance improvements in the planner and executor components, with contributions from Tom Lane. Key enhancements include refinements in anti-joins and semi-joins, constant folding optimizations, incremental sorting with append paths, enhanced aggregate processing prior to joins, improved join selectivity computation, and more comprehensive function statistics. These changes allow Postgres to better understand query structures, reducing unnecessary processing. The visibility of memoization in EXPLAIN has improved, sort performance has benefited from radix sort, and foreign key constraint checks have become faster. The COPY FROM command can now utilize SIMD instructions. Postgres 19 offers a range of improvements for application developers, operators, performance enthusiasts, and those building on Postgres, including enhanced graph queries, refined SQL syntax, improved window functions, better upsert behavior, REPACK CONCURRENTLY, advancements in autovacuum, improved monitoring capabilities, and new hooks. The release is still in beta, providing an opportunity for testing applications, migration, extensions, execution plans, and maintenance workflows.
Tech Optimizer
June 18, 2026
Lakebase Search is a hybrid vector and full-text retrieval system integrated into Lakebase, now in beta on AWS and Azure. It utilizes two Postgres extensions: lakebase_vector and lakebase_text, allowing agents to operate on a single data backend. Agents manage four times more databases than human users and require real-time access to indexed data. The system features a tiered architecture that stores cold data in cost-effective object storage while keeping active data in local NVMe, significantly reducing costs. The lakebase_vector extension offers 32x compression for vectors, allowing a billion vectors to fit into under 10GB of RAM. The lakebase_text extension provides BM25 relevance ranking without high RAM usage. Benchmarking shows that Lakebase Search can efficiently handle large-scale workloads, achieving high recall and low latency with reduced resource requirements compared to traditional architectures. The system allows for continuous search experimentation and dedicated retrieval engines for each agent, enhancing operational efficiency and scalability.
Tech Optimizer
June 17, 2026
Databricks has introduced Lakebase Search, a feature that integrates advanced search capabilities into its Lakebase Postgres database, currently in beta on AWS and Azure. This feature aims to enhance AI agent development by embedding native retrieval functions within the data backend. It addresses the challenge of "Vector Bloat Cost" by utilizing tiered storage for optimized data access and retrieval efficiency. Lakebase Search includes two new Postgres extensions, lakebase_vector and lakebase_text, which enable hybrid search capabilities that combine vector and full-text search functionalities. This integration streamlines the AI agent loop, improving agent-first ergonomics and allowing developers to create more efficient AI systems.
Winsage
June 11, 2026
Microsoft released PowerToys 0.1, featuring several enhancements: - The Shortcut Guide now appears as a side pane, detecting the active application and displaying relevant shortcuts. - The Command Palette includes an extension gallery for easy management of extensions and supports multiple monitor configurations, along with a new Battery widget. - PowerDisplay has improved startup speed, monitor identification, and settings preservation, with a new Max compatibility mode. - ZoomIt now supports a webcam overlay during recordings and allows appending multiple clips with transitions. - Transition to .NET 10 has optimized performance, reduced installation size by 15%, and improved the auto-update feature. Quick Access and Workspaces have migrated to WinUI with a refreshed UI. - Additional improvements include the Keyboard Manager using the new WinUI editor, a Refresh Connections feature in Mouse Without Borders, enhanced high DPI and multi-monitor reliability in Quick Accent, an option to disable file preview tooltips in Peek, and various calculator enhancements in PowerToys Run. PowerToys can be downloaded from the Microsoft Store, Windows Package Manager (winget), or the web.
Winsage
June 10, 2026
PowerToys has released version 0.100.0, introducing several new features and enhancements: - Command Palette now includes an Extension Gallery for managing extensions directly. - Improvements to Command Palette include enhanced parameter pages, bookmarks for inline parameters, and better accessibility. - Dock feature enhancements allow for separate customization for each monitor and drag-and-drop functionality. - Performance Monitor introduces a Battery widget and dock bands for CPU, memory, and network metrics. - Calculator enhancements include new functions and improved error messaging. - Reliability improvements include a pinned commands section and smoother navigation. - FancyZones received updates for better localization and guidance. - File Explorer fixes address crashes related to Markdown previews. - File Locksmith improvements enhance handling of Unicode file paths. - Grab And Move has been fully released. - Image Resizer supports live settings reload. - Keyboard Manager editor is redesigned and enabled by default. - Mouse Without Borders adds quick access to refresh connections. - Peek's settings allow toggling of file preview tooltips. - PowerDisplay is optimized for better performance. - PowerToys Run improves calculator functionality and documents third-party plugins. - Quick Accent updates enhance UI consistency and language support. - Settings interface has been refreshed for better usability. - Shortcut Guide redesigned for reliability and includes built-in manifests. - Workspaces has a modernized editor. - ZoomIt introduces webcam overlay capabilities and improved recording features. - Development tools and dependencies have been updated for smoother contributions.
Tech Optimizer
June 10, 2026
Tiger Data has launched Ghost, a managed PostgreSQL service designed for AI agents, providing infrastructure for coding and workflow agents to conduct large-scale experiments. The service features Fluid Storage, which uses a copy-on-write methodology to optimize storage efficiency and reduce costs by charging users only for modified data. Ghost also includes a "fast forking" capability, allowing users to quickly duplicate datasets for experimental environments. It is compatible with major PostgreSQL extensions like TimescaleDB and PostGIS. The pricing model is usage-based, charging users based on actual computing consumption rather than the number of databases created.
Search