Public list by ~postgresweekly

Issue 650 - Postgres turns 30 (with cake)

PGConf.dev 2026: Why It Remains My Favorite PostgreSQL Conference - Highgo Software Inc.

https://www.highgo.ca/2026/05/26/pgconf-dev-2026-why-it-remains-my-favorite-postgresql-conference/

PGConf.dev 2026: Why It Remains My Favorite Postgres Conference — A fantastic trip report from last week’s PGConf.dev event in Vancouver. Along with many pictures of the fun, Cary has detailed summaries of the talks he attended, topics raised at the unconference sessions, and even what happened at a 30th birthday for Postgres, complete with cake!

3 months ago

Memory Engine for Engineers - Permanent Memory for Coding Agents

https://memory.build/

Your Agent Needs Better Context, Not a Bigger Prompt — Memory Engine stores engineering facts, decisions, and instructions in PostgreSQL so agents pull what's relevant before each task. No more loading the whole codebase. Semantic, keyword, temporal search. Inspectable, MCP-native. Free to start.

3 months ago

How soon is now in PostgreSQL? - Event-Driven.io

https://event-driven.io/en/how-soon-is-now-in-postgresql/

🕒 How Soon is now()? — Did you know now() isn’t the 'current time' but when the transaction started? When that distinction matters, as it did for Oskar when a retry loop kept seeing the same frozen timestamp and never made progress, reach for clock_timestamp() instead.

3 months ago

5 PostgreSQL locking behaviors that trip people up

https://dev.to/shinyakato_/5-postgresql-locking-behaviors-that-trip-people-up-4k7n

5 Postgres Locking Behaviors That Trip People Up — Postgres’s lock manager is correct by design, but that correctness can still surprise you. A Postgres engineer walks through five counterintuitive locking behaviors that have caused real production outages, and how to avoid them.

#postgres #database #software #coding #development #engineering

3 months ago

XID Wraparound's Equally-Evil Twin

https://richyen.com/postgres/2026/05/18/multixact_wraparound.html

XID Wraparound's Equally-Evil Twin — Monitoring transaction ID wraparound is a Postgres admin’s bread and butter, but MultiXact IDs, as consumed by concurrent row locks and foreign key checks, can fly completely under the radar. Richard explains how MXIDs accumulate, why they need freezing too, and shares queries to monitor them.

3 months ago

pgGraph Documentation

https://docs.evokoa.com/pggraph

pgGraph: Graph Database Capabilities for Normal Postgres Tables — An ‘early alpha’ extension that adds a graph querying layer to ordinary relational tables without a separate database or new query language (no Cypher to learn). It’s early days but has some interesting ideas. GitHub repo.

#postgresql #graph database #pggraph #evokoa #graph traversal #relational data

3 months ago