August 18, 2026

Big Apple, Big PostgreSQL: EDB Gears Up for Postgres Summit US 2026

big-apple-big-postgresql-edb-gears-up-for-postgres-summit-us-2026

big-apple-big-postgresql-edb-gears-up-for-postgres-summit-us-2026

The heart of the global database community is set to beat in New York City this autumn as the inaugural Postgres Summit US 2026—the successor to the venerable PGConf NYC—prepares to open its doors. Scheduled for September 30 through October 2 at the premium Convene venue in Manhattan, the event serves as a critical nexus for database administrators, architects, and open-source contributors.

Among the primary drivers of this year’s technical agenda is EDB, which has cemented its commitment to the ecosystem as a Gold-level sponsor. With a roster of sessions hand-picked from a competitive Call for Papers, EDB’s contingent of core contributors and database experts is poised to tackle the most pressing challenges facing the modern enterprise, ranging from complex cloud-native orchestration to the fine-grained internals of query optimization.

The Evolution of the Summit: From PGConf NYC to Postgres Summit US

The rebranding of PGConf NYC to Postgres Summit US 2026 reflects a broader shift in the open-source database landscape. As PostgreSQL continues to dominate the market share for relational databases, the need for a centralized, high-level technical forum has become paramount. The transition signifies more than just a name change; it represents a maturation of the community’s professional standards and a response to the rapid adoption of Postgres in mission-critical, hybrid-cloud environments.

For attendees, the move to Convene in NYC provides a centralized, professional environment designed to foster networking and deep-technical dialogue. The event will host a diverse group of stakeholders, including infrastructure engineers, software developers, and enterprise architects, all unified by their reliance on the world’s most advanced open-source database.

A Strategic Look at the PostgreSQL Roadmap

A cornerstone of this year’s summit is the critical examination of the database’s trajectory. As Postgres adds roughly 200 features and improvements annually, the complexity of its evolution has grown.

What’s Missing in Postgres?

In a session that is expected to be a highlight of the conference, renowned Postgres expert Bruce Momjian will deliver a sobering and insightful breakdown titled "What’s Missing in Postgres?" Momjian’s presentation will move beyond the excitement of new features to address the “white whales” of the PostgreSQL community:

  • Optimizer Hints: The ongoing debate regarding user-controlled query planning.
  • Sharding: The architectural requirements for horizontal scalability.
  • Transparent Data Encryption (TDE): The security community’s demand for at-rest encryption that integrates seamlessly into the core.
  • Global Indexes and Multi-Master Replication: The technical hurdles that prevent these features from becoming standard.

Momjian will detail the specific technical and community-driven bottlenecks that have kept these items on the industry wishlist, providing a rare window into the decision-making processes that govern the development of the world’s most trusted database.

The Kubernetes Imperative

As the industry pivots toward containerization, DBAs are increasingly tasked with managing stateful workloads in Kubernetes. Gabriele Bartolini, a primary force behind the CloudNativePG operator, will present "Migrating PostgreSQL to Kubernetes: A Practical Guide for Database Administrators." This session aims to demystify the migration path, offering a production-grade roadmap that addresses the unique challenges of storage, backup management, and performance tuning in ephemeral environments. The session promises to provide the technical foundation for achieving true data sovereignty and portability across hybrid-cloud infrastructures.

Deep Dives: Engineering and Internals

The technical depth of the summit is best exemplified by the focus on the database’s "inner workings." As organizations push Postgres to its limits, understanding the mechanics of query execution and network protocols becomes essential for performance troubleshooting.

The Future of Planner Control: pg_plan_advice

Perhaps the most anticipated technical unveiling is Robert Haas’s introduction of pg_plan_advice. Historically, PostgreSQL has been criticized for its "black box" query planner; when statistics are misleading, the planner may suddenly switch from an efficient execution plan to a disastrous one, with users having few options to intervene.

The pg_plan_advice module, slated to ship with PostgreSQL 19, aims to revolutionize this. Haas will demonstrate how this tool allows developers to:

  • Enforce specific, preferred execution plans.
  • Regenerate known good plans to ensure consistency.
  • Debug the root causes of planner failures.

This represents a significant leap forward in user-controlled database management, moving Postgres closer to the "enterprise-ready" requirements of massive, high-concurrency environments.

Decoding the Wire: Frontend/Backend Protocols

For those tasked with the thankless job of production support, Xavier Fischer will present "Deep Dive into the PostgreSQL Frontend/Backend Protocol." This session is designed for engineers who need to understand exactly what is happening on the network when an application speaks to the database. By utilizing Wireshark to capture wire-level communications, attendees will learn how to diagnose issues without relying on high-level logs or codebase access—an invaluable skill for those managing heterogeneous environments where custom drivers or legacy applications are in play.

Cloud-Native Innovation: The New Extension Model

One of the most persistent complaints regarding Postgres in containerized environments has been the "image bloat" caused by managing extensions. Traditionally, adding an extension like pgvector or PostGIS meant rebuilding, testing, and redeploying entire container images—a process that is both time-consuming and prone to human error.

Gabriele Fedi will showcase a transformative approach in his session, "CloudNativePG: Rethinking PostgreSQL Extensions in Kubernetes." By leveraging Kubernetes Image Volumes alongside the new extension_control_path feature in PostgreSQL 18, Fedi will demonstrate how teams can load extensions on-demand. This shift means that extensions can be managed via the cluster manifest rather than the base image, allowing for significantly more agile development and deployment cycles.

Nurturing the Next Generation: Hands-On Workshops

Recognizing the rapid influx of new developers into the ecosystem, the summit organizers have prioritized educational initiatives. Devrim Gunduz and Ryan Booz of pganalyze will lead the Beginner Postgres Workshop (Parts 1 and 2). Utilizing a comprehensive, open-source training curriculum, this workshop is designed to solidify the foundational knowledge of those new to the database, ensuring that the community continues to grow on a bedrock of sound, standard practices.

Implications for the Industry

The focus of Postgres Summit US 2026 suggests a clear trend in the database industry: the maturation of PostgreSQL as a cloud-native, enterprise-grade powerhouse. The move toward user-controlled planning, improved Kubernetes integration, and refined extension management signifies that the community is prioritizing operational stability and developer productivity over mere feature expansion.

For the enterprise, these developments imply a reduced total cost of ownership (TCO) and a higher degree of confidence in deploying Postgres for mission-critical applications. As EDB and other core contributors push these innovations forward, the barrier to entry for complex, large-scale deployments continues to drop, further cementing Postgres’s role as the default choice for modern software architecture.

Connect with the Experts

Beyond the scheduled sessions, the EDB booth in the sponsor hall serves as a central hub for attendees. The team invites participants to stop by to discuss the nuances of their specific database journeys. Whether an organization is managing on-premise legacy systems, self-hosting in the cloud, or scaling complex clusters on Kubernetes, the EDB team will be on hand to offer insights and explore solutions.

As New York City prepares to host this convergence of talent and technology, the message from the organizers is clear: Postgres is not just growing—it is evolving to meet the demands of the next decade of computing. Attendees can look forward to a conference that balances the theoretical, the practical, and the innovative, all while celebrating the spirit of the open-source community that makes it possible.

For those planning their trip, registration is currently open. The schedule is packed, the topics are critical, and the Big Apple awaits. See you in New York.