pgEdge Postgres

@pgEdgeDistributedPostgres
73 Followers
107 Following
226 Posts
pgEdge® delivers open-source, 100% Postgres infrastructure for Agentic AI and other enterprise applications that demand high availability, reliability, and/or data sovereignty. Our mission is to make it easy to build, deploy, and manage enterprise-grade applications at scale on the open source Postgres database.
pgEdge offers on-prem, managed Cloud and Kubernetes as well as supports existing databases and applications or new greenfield apps. Visit www.pgedge.com to download or learn more.
Websitehttps://www.pgedge.com
LinkedInhttps://www.linkedin.com/company/pgedge/
Discordhttps://discord.com/invite/pgedge/login
GitHubhttps://github.com/pgedge

🚀 AI agents are only as powerful as the data they can access.

This new article from The New Stack dives into how our MCP Server for PostgreSQL is changing the way AI agents interact with databases: bringing real-time, production-ready data into the loop.

Featuring perspective from our Co-Founder and Chief Product Officer, Phillip Merrick, on why MCP is quickly becoming a critical layer for AI + Postgres.

👉 Read it here: https://thenewstack.io/pgedge-mcp-postgres-agents

#postgresql #postgres #data #sql #programming

Why pgEdge thinks MCP (not an API) is the right way for AI agents to talk to databases

pgEdge launches a production-ready MCP Server for Postgres, bringing AI agent connectivity, schema introspection, and reduced token usage to any Postgres database.

The New Stack

The Agentic AI Foundation (AAIF) of the Linux Foundation is presenting this year's MCP Dev Summit North America 2026 in #NewYork, #NY this April 2-3.

📆 That's right around the corner - have you registered yet? 👉 https://events.linuxfoundation.org/mcp-dev-summit-north-america/register/

Will we see you there? We'll have a booth - stop by and say hi. We love talking about PostgreSQL.

See you soon 🏙️

#newyorkcity #nyc #technews #techevent #ai #llm #postgres #postgresql #lf #linuxfoundation #mcp #aaif"

Register | LF Events

Register Now! The registration deadline is 12:59 PM Eastern Time on the respective date. Quick Note: We never sell attendee lists or contact information, nor do we authorize others to do so.

LF Events

Deploying #PostgreSQL in #Kubernetes with our tools simplifies operations, boosts flexibility, and minimizes risk in single or multi-cloud strategies. 🚀

Our active-active setup means every node can accept writes, making databases more resilient and easier to scale without extra complexity.

Fully open source under the PostgreSQL license with no vendor lock-in, giving you the freedom to innovate without restrictions.

#opensource #k8s #kubecon #cloudnativecon #postgres #programming #cncf #lf

Want to learn AI fast? Start with Postgres + RAG.

This article dives into how pgEdge’s RAG approach is helping developers quickly build and iterate on AI applications.

👉 Read more:
https://richyen.com/postgres/2026/03/16/pgedge_ai_repos.html

#Postgres AI #LLM #PostgreSQL #RAG #OpenSource #tech

Learning AI Fast with pgEdge's RAG

Introduction

Our product manager created a database scanner that evaluates whether your #PostgreSQL installation is ready for multi-master replication using our #OpenSource tool Spock.

Once you point it at your #Postgres DB you'll get a detailed report of the schema, configuration, extension, & SQL pattern issues that you'll need to address before (or after) deploying Spock.

It's available on GitHub, check it out: https://github.com/AntTheLimey/mm-ready

Read about the creation: https://www.pgedge.com/blog/mm-ready-an-origin-story

#programming #dev

GitHub - AntTheLimey/mm-ready: PostgreSQL database scanner for pgEdge Spock 5 multi-master replication readiness

PostgreSQL database scanner for pgEdge Spock 5 multi-master replication readiness - AntTheLimey/mm-ready

GitHub

Ever wish managing your #Postgres on #Kubernetes was easier?

pgEdge tools and extensions are designed to help you scale without re-architecting your applications; start with one node, & when you're ready, you can scale up to multi-region or multi-cloud active-active setups. 🌎

Learn more about our open source tooling for designing highly available applications at any scale on our GitHub: 🔗 https://github.com/pgEdge

#PostgreSQL #cloudnative #k8s #dev #devops #programming

The Cloud Native Computing Foundation is putting on a flagship conference that's bringing together the #DevCommunity in #Amsterdam, Netherlands today through the 26th. That's four days of keynotes, breakouts, and a solutions showcase for the #OpenSource and #CloudNative communities.

Will you be attending? So will we! 👋

Stop by our booth (Kiosk 1263) and be sure to enter to win a 16GB RTX 5060TI while you're there 🔥

Event info: https://events.linuxfoundation.org/kubecon-cloudnativecon-europe/

#cncf #cnpg #k8s #kubecon #netherlands

KubeCon + CloudNativeCon Europe | LF Events

The Cloud Native Computing Foundation’s flagship conference gathers adopters and technologists from leading open source and cloud native communities.

LF Events

The schedule is out for Postgres Conference 2026 and it is going to be a packed event! It's coming up next month from April 21 - 23, 2026 in San Jose, CA.

Find the full program (with all seven tracks including #Postgres Extensions, Ops, Professional Development & Wellness, and Dev) here:

https://postgresconf.org/conferences/postgresconf_2026/schedule/events

(Did you see any of our engineers on there?! 🐘 Hint: there's more than a few!)

🌐 https://postgresconf.org

#postgresql #data #database #sql #dba #devops #california #techevent #sanjose

Postgres Conference

Postgres Conference, the largest PostgreSQL education and advocacy platform.

When dealing with global data, speed and trust matters. Using Patroni with Spock and etcd gives you fail-safe redundancy, instant failover without hiccups, and regional speed.

Adding tools like our open source Spock extension creates a resilient, multi-master system that spans continents. 🌎

Would you trust a multi-region database setup for mission-critical data?

#postgres #postgresql #techtips #opensource #tech #technology #dataengineering #sre #data #sql

What happens when you add server names, add more nodes to the cluster, or want to add specific connection restrictions when setting up Patroni? The routing layer handles that, using HAProxy.

Shaun Thomas wraps up his 3 part series on "Using Patroni to Build a Highly Available Postgres Cluster" with a walkthrough on adding HAProxy as the software or load-balancer layer that's compatible with HTTP checks.

📌 https://www.pgedge.com/blog/using-patroni-to-build-a-highly-available-postgres-clusterpart-3-haproxy

#opensource #postgresql #postgres #tech #technology #programming

Using Patroni to Build a Highly Available Postgres Cluster—Part 3: HAProxy

Welcome to Part three of our series for building a High Availability Postgres cluster using Patroni! Part one focused entirely on establishing the DCS using etcd to provide the critical DCS backbone for the cluster, and part two added Patroni and Postgres to the software stack. While it's entirely possible to stop at that point and use the cluster as-is, there's one more piece that will make it far more functional overall.