postgresql

Tag

Cards List
#postgresql

pg_durable: Microsoft open sources in-database durable execution

Hacker News Top · 4d ago Cached

Microsoft open sourced pg_durable, a PostgreSQL extension that enables durable execution of long-running SQL functions with automatic checkpointing and fault-tolerant resumption.

0 favorites 0 likes
#postgresql

Looking Forward to Postgres 19: Query Hints

Hacker News Top · 4d ago Cached

Postgres 19 introduces query hints via new contrib modules pg_plan_advice and pg_stash_advice, ending a long-standing community debate and providing DBAs with an escape hatch for optimizer edge cases.

0 favorites 0 likes
#postgresql

Do we fear the serializable isolation level more than we fear subtle bugs (2024)

Hacker News Top · 6d ago Cached

This article argues that using weaker database isolation levels as default is a form of premature optimization, and recommends serializable isolation level unless the DBMS already defaults to it. It cites real examples of concurrency bugs leading to financial losses.

0 favorites 0 likes
#postgresql

Looking for feedback: Memory system that both AI agents and humans can use

Reddit r/AI_Agents · 2026-06-02

The author introduces Noosphere, an open-source memory and wiki layer for AI agents and humans, seeking feedback on its structured Postgres-backed memory, Redis-cached recall, and human-editable wiki pages.

0 favorites 0 likes
#postgresql

Title: I ripped out OpenClaw's default markdown memory and built a strict Node.js/Postgres API layer instead. The hallucination drop is insane.

Reddit r/openclaw · 2026-05-30

The author replaced OpenClaw's default flat-file memory with a strict Node.js/PostgreSQL API layer, eliminating context drift and hallucinations by enforcing typed schemas and immutable truth.

0 favorites 0 likes
#postgresql

Cache Aware Scheduling Shows Nice Wins for AMD Zen 5 on PostgreSQL, Valkey

Hacker News Top · 2026-05-29

Cache-aware scheduling improvements show significant performance gains for AMD Zen 5 processors running PostgreSQL and Valkey databases.

0 favorites 0 likes
#postgresql

@bayendor: Just finished wiring a 3-layer memory stack into Hermes Agent. Layer 1: Honcho Session + peer memory on PostgreSQL. Han…

X AI KOLs Timeline · 2026-05-25 Cached

Describes implementing a three-layer memory stack for Hermes Agent, combining session memory on PostgreSQL, working memory with pattern redaction, and a long-term knowledge graph using PGLite.

0 favorites 0 likes
#postgresql

@daleverett: https://x.com/daleverett/status/2057543057420251637

X AI KOLs Timeline · 2026-05-21 Cached

pgGraph v0.1.1 is an open-source, high-performance graph traversal extension for PostgreSQL written in Rust, enabling graph superpowers for Postgres users.

0 favorites 0 likes
#postgresql

pgBackRest with continue

Lobsters Hottest · 2026-05-19 Cached

pgBackRest, a popular PostgreSQL backup tool, announces it will continue development thanks to a coalition of sponsors including Amazon Web Services, Supabase, and others, ensuring long-term sustainability.

0 favorites 0 likes
#postgresql

pg_deltax: Apache-licensed time-series extension for PostgreSQL

Lobsters Hottest · 2026-05-19 Cached

DeltaX is an Apache-licensed PostgreSQL extension providing compression and columnar storage for time-series data, offering a fast alternative to TimescaleDB or ClickHouse while keeping data in PostgreSQL.

0 favorites 0 likes
#postgresql

@gyro_ai: Self-hosted email marketing system – most people's first thought is “too complicated”. There's a tool on GitHub called listmonk, a single binary that handles Newsletter + mailing list management. Gained over 400 Stars in a single day today. Comment section GitHub link 20,779 St…

X AI KOLs Timeline · 2026-05-19 Cached

listmonk is a self-hosted email marketing system deployed as a single binary, supporting Newsletter and mailing list management. It is open-source with no vendor lock-in.

0 favorites 0 likes
#postgresql

@jaywcjlove: Tabularis — An open-source, cross-platform modern database client. Supports PostgreSQL, MySQL/MariaDB, and SQLite, with built-in AI, MCP, and Notebook, and supports plugin extensions. Lightweight, native, beautiful UI, designed for developers. Supports …

X AI KOLs Timeline · 2026-05-18 Cached

Tabularis is an open-source, cross-platform modern database client that supports PostgreSQL, MySQL/MariaDB, and SQLite, with built-in AI, MCP, and Notebook, and supports plugin extensions. Designed for developers.

0 favorites 0 likes
#postgresql

Welcome to ORDER BY jungle

Lobsters Hottest · 2026-05-15 Cached

Explains the subtle differences in how ORDER BY handles bare identifiers versus expressions in SQL, using PostgreSQL examples to show that identical-looking queries can produce different results due to different code paths.

0 favorites 0 likes
#postgresql

PostgreSQL 18.4, 17.10 closing 11 CVEs

Lobsters Hottest · 2026-05-14 Cached

PostgreSQL has released security updates for versions 18.4, 17.10, 16.14, 15.18, and 14.23, fixing 11 CVEs and over 60 bugs. Notable fixes include CVE-2026-6473 (integer wraparound, CVSS 8.8) and CVE-2026-6475 (symlink overwrite, CVSS 8.8).

0 favorites 0 likes
#postgresql

Potential Consequences of Using Postgres as a Job Queue

Lobsters Hottest · 2026-05-07 Cached

The article analyzes the scalability limitations of using PostgreSQL as a job queue, specifically highlighting performance bottlenecks caused by MultiXact SLRU contention under high concurrency. It explains why this architecture fails in production despite working well in development and suggests considering alternatives.

0 favorites 0 likes
#postgresql

Scaling PostgreSQL to power 800 million ChatGPT users

OpenAI Blog · 2026-01-22 Cached

OpenAI shares technical insights on scaling PostgreSQL to support 800 million ChatGPT users and millions of queries per second, using a single-primary architecture with 50 read replicas while managing challenges from write-heavy workloads through sharding and optimization strategies.

0 favorites 0 likes
#postgresql

knadh/listmonk

GitHub Trending (daily) · 2026-05-17 Cached

listmonk is a standalone, self-hosted newsletter and mailing list manager that is fast, feature-rich, and packed into a single binary using a PostgreSQL database.

0 favorites 0 likes
← Back to home

Submit Feedback