

WILMINGTON, Del. — EnterpriseDB (EDB), the main sovereign AI and knowledge firm, has introduced EDB Postgres Distributed (PGD) 6.4, the distributed transactional basis of EDB Postgres AI. The discharge introduces three landmark capabilities: Quorum Commit for true cross-node distributed consistency, built-in connection pooling by the native Connection Supervisor, and full assist for PostgreSQL giant objects. Collectively, they ship the sturdiness ensures and architectural simplicity that Tier 1 monetary and infrastructure purposes demand.
Demand for sovereign management over essential knowledge is accelerating. Gartner forecasts that by 2030, greater than 75% of European and Center Japanese enterprises will geopatriate workloads — up from lower than 5% in 2025. AI and knowledge sovereignty are clear strategic imperatives.
However management over the place knowledge lives is simply half the image; organizations additionally want certainty about its state. PGD 6.4 meets that demand, bringing the strongest distributed consistency Postgres has ever provided.
Quorum Commit: The tip of the distributed double-spend
Probably the most consequential addition in PGD 6.4 is Quorum Commit; a pre-commit coordination mechanism that enforces a single, coherent international reality throughout each node within the cluster earlier than any transaction is regionally dedicated. In contrast to conventional synchronous replication, which confirms solely {that a} reproduction has obtained a document, Quorum Commit coordinates the content material of concurrent writes throughout knowledge facilities in actual time.
Contemplate a bank card shared throughout geographies. Below normal replication, two simultaneous prices can every cross a neighborhood steadiness verify and commit independently, leaving the financial institution to resolve an overspend after the actual fact. With Quorum Commit, the cluster reaches consensus earlier than both cost completes: The primary transaction wins the quorum vote and is dedicated; the second sees the up to date steadiness and is declined on the level of sale with none post-commit cleanup.
“Postgres has change into the de facto normal for contemporary purposes. But till now, organizations operating high-value workloads in banking, funds, or telecom had been pressured to fall again on legacy enterprise RDBMS for his or her strongest consistency necessities. PGD 6.4 adjustments that, delivering the identical distributed consistency these programs had been constructed on, now totally Postgres native,” stated Jozef de Vries, SVP, Database Engineering at EDB.
For monetary establishments migrating away from proprietary databases, Quorum Commit removes the final main technical barrier: a completely Postgres-native path to the identical consistency ensures provided by high-end business programs with not one of the licensing overhead.
Connection Supervisor pooling: Enterprise scale, zero exterior dependencies
PGD 6.4 extends the built-in Connection Supervisor launched in PGD 6.0 with native connection pooling, eliminating the necessity for exterior poolers corresponding to pgBouncer in most manufacturing topologies. As a result of the Connection Supervisor is built-in immediately with PGD’s Raft consensus layer, it gives capabilities no exterior proxy can match: cluster-aware routing at each the cluster and area ranges, computerized failover routing that responds to consensus adjustments in actual time, and unified observability by PostgreSQL’s personal logging and monitoring views.
The architectural payoff is important at scale. Organizations operating tons of of distinct clusters corresponding to cost processors working throughout hundreds of CPU cores achieve a less complicated, extra resilient stack with one fewer part to deploy, model, and monitor. Operational complexity is diminished with none sacrifice in throughput or connection headroom.
Massive object assist: Broadening the scope of distributed Postgres
PGD 6.4 provides full replication assist for PostgreSQL giant objects—binary knowledge buildings that had been beforehand unavailable in distributed Postgres environments. This brings a category of workloads into the PGD fold that had been beforehand excluded: purposes managing scanned paperwork, picture archives, binary payloads, or blended transactional and unstructured knowledge inside a single database. Monetary establishments, authorities businesses, and healthcare operators generally keep precisely these hybrid schemas alongside their core transactional tables.
PGD 6.4 is now accessible as a stand-alone distribution and shall be accessible as a part of EDB Postgres AI in June. For technical documentation, launch notes, and improve steering, go to enterprisedb.com/docs/pgd.
