extensibility

Tech Optimizer
March 13, 2026
EnterpriseDB (EDB) has launched the Postgres Vitality Index, which ranks commercial contributors to PostgreSQL, highlighting EDB's claim of over 30% of contributions. The index evaluates contributions based on core code, ecosystem extensions, and community support. EDB is positioned ahead of AWS and Microsoft in contributions. EDB's product strategy includes EDB Postgres AI, addressing data sovereignty and governance for AI systems, emphasizing a hybrid architecture for various workloads. EDB aims to enhance Postgres's readiness for enterprise AI, while also publishing resources related to Postgres and AI architecture. The index's introduction aligns with an increase in managed Postgres offerings and tools from various vendors.
Tech Optimizer
March 12, 2026
EnterpriseDB (EDB) has launched the Postgres Vitality Index to evaluate the commercial contributions shaping PostgreSQL's future. The index indicates that Postgres is the most strategically invested-in database globally, with EDB as the leading contributor, accounting for over 30% of contributions. Postgres is favored by over 55% of developers, reflecting its growing adoption among major tech firms. The index assesses contributions in three areas: core advancements in the PostgreSQL codebase, ecosystem enhancements through extensions and tools, and community support. EDB's Postgres AI platform addresses the need for data and AI sovereignty, offering a hybrid architecture for governance and flexibility. EDB has also published a guide on building AI platforms with Postgres, which will be distributed at NVIDIA's GTC event.
Tech Optimizer
February 14, 2026
Over 80% of developers now incorporate AI tools into their workflows. PostgreSQL is preferred by 78.6% of developers engaged in AI and real-time applications. Microsoft has enhanced its PostgreSQL managed services to meet contemporary developer needs, contributing over 500 commits to the open-source project. The Azure Database for PostgreSQL supports both lift-and-shift and new open-source workloads, while the newly introduced Azure HorizonDB is designed for AI-native workloads. Developers can provision PostgreSQL instances directly from Visual Studio Code, and GitHub Copilot assists in writing and optimizing SQL queries. Azure Database for PostgreSQL facilitates integration with Microsoft Foundry for AI applications and supports high-performance similarity search with DiskANN vector indexing. PostgreSQL 18 is now available on Azure, offering enhanced performance and scalability. Nasdaq has modernized its Boardvantage platform using Azure Database for PostgreSQL and Microsoft Foundry to integrate AI for governance tasks. Azure HorizonDB is a fully managed PostgreSQL-compatible service designed for AI-native workloads, currently in private preview.
AppWizard
January 29, 2026
The RTX Remix Logic feature has launched through an update to the NVIDIA app, allowing modders to trigger graphics effects based on real-time in-game events without needing source code or engine access. There are over 30 in-game events that can serve as triggers, including player state, world bounding boxes, object state, time flow, and input. This feature can manipulate over 900 RTX Remix graphics parameters, such as lighting conditions, weather systems, material properties, post-processing effects, and path-traced volumetrics. A no-code node-based interface enables modders to easily implement this feature. RTX Remix Logic can be integrated into over 165 classic PC games. Additionally, new games supporting NVIDIA's DLSS technologies include Half Sword, which will feature DLSS 4 Multi Frame Generation, and Code Vein II, along with the free-to-play PvP shooter Highguard, both supporting DLSS Super Resolution.
Tech Optimizer
December 25, 2025
Snowflake Postgres, a fully managed Postgres solution, is now available for public preview, integrating Postgres into the Snowflake ecosystem. It enhances the Snowflake AI data platform, allowing users to utilize data for AI, machine learning, and analytics applications while offering simplified management, robust security, and comprehensive governance. The solution includes enhanced data management tools, advanced security protocols, governance features for compliance and data integrity, and support for various operational workloads.
Tech Optimizer
December 10, 2025
Postgres is a popular choice for developers due to its flexibility and reliability, but it faces limitations as applications scale, especially in AI-driven environments where rapid growth increases the demand for analytical capabilities. To overcome these challenges, a trend has emerged to combine Postgres with ClickHouse, where Postgres handles transactional workloads and ClickHouse manages analytics. There are two main methods for integrating ClickHouse with Postgres: split or dual-write, where applications write data to both databases based on use cases, and change data capture (CDC), where all writes occur in Postgres, which serves as the source of truth, streaming changes to ClickHouse for analytical queries. The integration aims to leverage the strengths of both databases, with some queries remaining on Postgres and others transitioning to ClickHouse. Developers must identify which queries to migrate and can use foreign data wrappers (FDWs) to simplify the integration process. The ecosystem around Postgres and ClickHouse has developed into a robust stack with various open source and commercial tools to support production-scale operations, including PeerDB, which provides high-throughput PostgreSQL CDC and reliable replication into ClickHouse. As applications increasingly start with Postgres and later adopt ClickHouse, the transition timeline is shortening, indicating a shift towards managed services and deeper integrations for a seamless experience between transactional and analytical systems.
Winsage
November 24, 2025
Microsoft's Windows File Explorer is facing competition from third-party file managers like Files, which is open-source and available for free from the Microsoft Store. Files offers features such as dual-pane views, tabbed browsing, and advanced tagging, making it faster and more customizable than Explorer. Benchmarks show Files loading directories up to 30% faster on average hardware. Despite recent updates to Explorer, it still lacks the innovation found in alternatives. Users are increasingly expressing dissatisfaction with Explorer's bloat, with some preferring alternatives like File Pilot. Linux-inspired managers, including Files, incorporate usability features such as breadcrumb navigation and integrated terminal access, appealing to developers and IT professionals. Open-source alternatives benefit from community oversight, enhancing security and performance. The trend towards these innovative tools may compel Microsoft to rethink Explorer. Additionally, there is a growing convergence of Windows and Linux file management, with Microsoft acknowledging Linux's strengths by integrating Linux files into Explorer. The rise of these alternatives reflects changing user expectations and demands for more customizable and efficient file management solutions.
Tech Optimizer
October 5, 2025
EnterpriseDB (EDB) has contributed to PostgreSQL 18, which includes over 200 new features aimed at enhancing support for AI, hybrid deployments, and enterprise performance. Key enhancements include OAuth authentication, optimizer enhancements, Kubernetes-friendly extension management, SQL standards compliance, and flexible index support. EDB's research shows that 35% of enterprises are considering PostgreSQL for AI workloads, with organizations focused on data sovereignty reporting a 12.5 times greater return on investment. EDB has also published "Building a Data and AI Platform with PostgreSQL" to help enterprises build scalable AI systems and is preparing for PostgreSQL 19 and the EDB Postgres AI Database, which will feature advanced functionalities.
AppWizard
October 1, 2025
The Minecraft Server Management Protocol has introduced a server management API using JSON-RPC over WebSocket for dedicated servers, which is initially disabled and can be activated via the server.properties file. The API allows querying and updating server states, including player information and game rules, and sends notifications about state changes. An API schema can be obtained through a specific method call, and the API adheres to JSON-RPC 2.0 specifications with namespaced methods. Clients must authenticate using a bearer token, and TLS is enabled by default for secure communication. Unsent chat messages are now saved as Chat Drafts if the chat closes unexpectedly, with an option to save drafts by default. A Code of Conduct screen is now mandatory upon connecting to a server, with a new boolean field in the server.properties file to enable it. Accessibility features include toggleable key binds and options for mouse settings, while performance improvements have been made to rendering and loading mechanics.
Search