WeSearch
Hub / Tags / Postgres
TAG · #POSTGRES

Postgres coverage.

Every story in the WeSearch catalog tagged with #postgres, chronological, with view counts. Subscribe to the per-tag RSS feed to follow this topic in your reader of choice.

60 stories tagged with #postgres, in publish-time order across the WeSearch catalog. Tag pages update as new stories ingest.

⌘ RSS feed for this tag →   or   search "Postgres"

RELATED TAGS
#postgresql66#database44#technology13#ai12#sql10#performance9#programming7#software7#security6#open-source5#opensource5#supabase5
YOUTUBE

Mike Stonebraker: Disagreeing with Google, Postgres and Future Problems [video]

Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube.…

4 views ·
XATA

Rebuilding Postgres Metrics on Self-Hosted VictoriaMetrics with Zero Downtime

How we rebuilt Xata's PostgreSQL branch metrics on a self-hosted VictoriaMetrics stack in six weeks, with zero user-visible downtime.…

22 views ·
#database#observability#metrics
DEV.TO (TOP)

PostgreSQL Connection Pooling Explained: How It Works and Why It Matters

Opening a new database connection for every query is one of the most expensive things your backend...…

20 views ·
#database#postgresql#webdev
HACKER NEWS (NEWEST)

Handling Graphs with SQL/PGQ in PostgreSQL

15 views ·
DEV.TO (TOP)

Fuzzy Text Search in PostgreSQL: How Trigrams Make Computers "Almost Right"

A deep dive into one of the most clever tricks in database engineering - explained so simply, your...…

16 views ·
#database#postgresql#search
TECHCOMMUNITY.MICROSOFT.COM

Azure HorizonDB: Enterprise-Ready Postgres, Engineered for the AI Era

Affan Dar, Vice President of Engineering, PostgreSQL at MicrosoftCharles Feddersen, Partner Director of Program Management, PostgreSQL at Microsoft Today at...…

14 views ·
DEV.TO (TOP)

PostgreSQL 20000 Error: Causes and Solutions Complete Guide

PostgreSQL Error 20000: case_not_found — What It Means and How to Fix It PostgreSQL error...…

17 views ·
#database#sql
DEV.TO (TOP)

Getting Started with Vector Databases Using Amazon Aurora PostgreSQL + pgvector

Hello! I'm Satoshi Kaneyasu, DevOps engineer at Serverworks. In this article, I'll introduce the...…

14 views ·
CO

PostgreSQL CLI Setup

15 views ·
#postgresql#cli#database
DEV.TO (TOP)

Great Stack to Doesn't Work Bonus: SQL vs NoSQL: Which One in 2026?

The honest decision framework, not another flame war. The SQL vs NoSQL debate has been running...…

17 views ·
#database#sql#nosql
DEV.TO (TOP)

Installing PostgreSQL on Arch Linux | Practical Setup Guide

Installing postgres on windows/mac is pretty simple, you just follow the steps on the installation...…

17 views ·
#postgresql#archlinux#tutorial
DEV.TO (TOP)

Three Ways to Set Up CDC from Postgres to ClickHouse

Postgres CDC into ClickHouse via Kafka + Debezium, MaterializedPostgreSQL, and ClickPipes — setup, schemas, monitoring SQL, and where each one breaks.…

19 views ·
#clickhouse#dataengineering
GITHUB

Show HN: MigraDiff v1.3.0 – PostgreSQL schema diff with AI migration explanation

Install pip install --upgrade migradiff What's New AI-Powered Migration Explanation (--explain) MigraDiff can now explain any migration in plain English — what each change does, w…

14 views ·
#postgresql#migration#ai
R/POSTGRESQL

PostgreSQL tool that you wish ware not deprecated

19 views ·
DEV.TO (TOP)

UUID v4 vs UUID v7 — Lequel choisir pour PostgreSQL en 2026 ?

Si vous utilisez PostgreSQL, vous avez probablement déjà dû choisir entre une clé primaire BIGSERIAL...…

15 views ·
#postgresql#database#uuid
DEV.TO (TOP)

Great Stack to Doesn't Work Bonus: 10 PostgreSQL Features You Didn't Know Existed

Between episodes, here's something lighter. Still useful. Still PostgreSQL. You've used...…

13 views ·
#database#features
DEV.TO (TOP)

PostgreSQL 08003 오류 원인과 해결 방법 완벽 가이드

08003 connection does not exist 는? PostgreSQL 에러 코드 08003은 클라이언트가 이미 존재하지 않는 데이터베이스 연결을 통해...…

14 views ·
#postgresql#database#error
DEV.TO (TOP)

3 Files Every AI-Assisted Project Needs Before You Write a Line of Code

Most developers think of project setup as: install dependencies, configure TypeScript, set up...…

19 views ·
#ai#development#productivity
DEV.TO (TOP)

DuckDB 1.5.3 Iceberg updates, PostgreSQL TDE extension & AI index tuning

DuckDB 1.5.3 Iceberg updates, PostgreSQL TDE extension & AI index tuning ...…

16 views ·
#database#sql#postgresql
DEV.TO (TOP)

Not All Open Source Is Equal: Choosing a PostgreSQL Operator for Kubernetes in 2026

Recent licensing and distribution changes (MinIO archived, Bitnami catalog reduced, Crunchy Data redistribution limits) reshape what "open source" means for Kubernetes Postgres ope…

16 views ·
#kubernetes#opensource
R/DOCKER

Practical Docker 29.5.2 setup for a Java 25 / Spring Boot 4.0.6 / PostgreSQL backend project using a vide-coding approach

20 views ·
THE REGISTER

AI and data sovereignty in Postgres: An answer to the datacenter energy crisis

A billion AI agents walk into a power grid…

19 views ·
#ai#datacenters#energy
DEV.TO (TOP)

Database Index Selection: Why Basic Approaches Fall Short?

Introduction: The Unseen Costs of Indexes When we talk about database performance, indexes...…

15 views ·
#database#performance#index
GITHUB

Debo Data Studio – Visual ETL that compiles pipelines to a single SQL query

Contribute to Debo-et/Debo_data_studio development by creating an account on GitHub.…

13 views ·
#data integration#sql#postgresql
DEV.TO (TOP)

1.4 Planner: Which Path to Take

By the time 1.3 ends, the rewriter has let the Query tree through. Views have been expanded, RLS...…

13 views ·
#database#internals
DEV.TO (TOP)

How to set up PostgreSQL permissions for AI coding tools (Cursor, Claude, Copilot)

Most developers I talk to connect Cursor or Claude directly to their databases using a full admin...…

17 views ·
#ai#security
DEV.TO (TOP)

PostgreSQL 02000 Error: Causes and Solutions Complete Guide

PostgreSQL Error 02000: No Data PostgreSQL SQLSTATE 02000 ("no data") occurs when a query...…

14 views ·
#postgresql#database#sql
GITHUB

RSQL – High-Performance, Open Source PostgreSQL Client (Tauri v2, React, Rust)

A Tauri application for efficient and secure database management. - rust-dd/rsql…

15 views ·
#postgresql#software#open-source
GITHUB

HeidiSQL – Lightweight MariaDB, MySQL, SQL Server, PostgreSQL and SQLite Manager

A lightweight client for managing MariaDB, MySQL, SQL Server, PostgreSQL, SQLite, Interbase and Firebird, written in Delphi and Lazarus/FreePascal - HeidiSQL/HeidiSQL…

17 views ·
#database#software#management
R/POSTGRESQL

Why shouldn’t I just have Claude code connect to Postgres production db for every data analysis task?

20 views ·
PGEDGE

Why Postgres Lacks Transparent Data Encryption

Oracle, SQL Server, and MySQL all ship Transparent Data Encryption. Postgres doesn't... yet the mailing list threads go back to 2016. Here's the full history: five implementations,…

16 views ·
#database#encryption#postgresql
R/DEVOPS

The "Stateful App Storage Trap": We overprovisioned our self-managed Postgres/Kafka volumes for a huge ingestion job, and now we’re stuck paying for empty space.

21 views ·
R/RUST

TrailBase 0.28: Fast, open, single-executable Firebase alternative - now w/ Postgres

20 views ·
R/SELFHOSTED

TrailBase 0.28: Fast, open, single-executable Firebase alternative - now w/ Postgres

20 views ·
DBOS

Just Use Postgres for Durable Workflows

Explaining the concept of a Postgres-backed durable execution system like DBOS and comparing it to external workflow orchestration systems like Temporal.…

66 views ·
#technology#databases#programming
R/POSTGRESQL

Shaun Thomas on "Why Postgres Lacks Transparent Data Encryption"

19 views ·
R/POSTGRESQL

Built a tool to catch dangerous Postgres migrations before they hit production

15 views ·
R/NODE

Built a tool to catch dangerous Postgres migrations before they hit production

16 views ·
PHORONIX

Cache Aware Scheduling Shows Nice Wins For AMD Zen 5 On PostgreSQL, Valkey, Network Performance

23 views ·
DEV.TO (TOP)

5 gotchas I hit moving LLM logs from Postgres to ClickHouse

The problem I am building Spanlens, an open-source LLM observability platform. Every call...…

19 views ·
#database#migration#open-source
DEV.TO (TOP)

How Polymarket Scaled Their Data Stack with Postgres + ClickHouse

Prediction markets move fast — and so does their data. As Polymarket grew to billions in monthly...…

15 views ·
#dataengineering#postgresql#clickhouse
POSTGR

Christophe Pettus: All Your GUCs in a Row: cluster_name

cluster_name looks like a cosmetic label for process listings, but on a standby it silently becomes the name your primary uses to verify synchronous……

14 views ·
#postgresql#database#replication
DEV.TO (TOP)

5 PostgreSQL locking behaviors that trip people up

Introduction PostgreSQL uses MVCC (Multi-Version Concurrency Control) for concurrency...…

25 views ·
#database#postgresql#locking
DEV COMMUNITY

Shinya Kato: 5 PostgreSQL locking behaviors that trip people up

Introduction PostgreSQL uses MVCC (Multi-Version Concurrency Control) for concurrency...…

21 views ·
#database#postgresql#locking
DEV.TO (TOP)

How I Built a Programmatic SEO Site with 16,750 Pages Using FastAPI and PostgreSQL

A deep dive into building BSBFinder.com — a free Australian BSB number lookup tool — from data...…

20 views ·
#webdev#python#seo
R/ELIXIR

Open-sourcing a distributed bot platform built on Elixir, NATS, and PostgreSQL

19 views ·
DEV.TO (TOP)

Transaction Hooks: A General Primitive for Post-Commit Side Effects (Case Study: Queuert)

The previous two posts in this series walked through how Queuert keeps job state atomic with your...…

22 views ·
#database#programming#opensource
POSTGR

Andrei Lepikhov: EXPLAIN Prettier, or Post-Processing Query Plans in Postgres

EXPLAIN output carries more noise than most analyses need. EXPLAIN Prettier is an open-source PL/pgSQL script that strips it systematically, with stable output across Postgres vers…

17 views ·
#postgresql#database#query optimization
POSTGRES-CONTRIB.ORG

Cornelia Biacsics: Contributions for week 20, 2026

Contributions for week 20, 2026 | PGConf.dev 2026 took place from May 19-22 2026, organized by Gwen Shapira Jonathan Katz Kaiting Chen Magnus ……

20 views ·
#postgresql#conference#community
DEV.TO (TOP)

Bajándole todos los minutos posibles al CI del backend con mas de 1000 tests

Esta es la historia de muchas horas de trabajo en un hoyo continuo tratando de elegir optimizaciones...…

28 views ·
#ci#python#githubactions
HACKER NEWS (NEWEST)

Polymorphic Associations in Postgres

or one more time on ORM-systems complexity…

18 views ·
#postgresql#orm#databases
DEV.TO (TOP)

A Go outbox library that runs inside your own DB transaction

tickr is a Postgres-backed outbox + worker pool for Go. You enqueue messages in the same transaction as your business write — no Kafka, no Debezium, no dual-write problem.…

13 views ·
#go#microservices
DEV.TO (TOP)

Prisma-7 A Complete Beginners Guide (With Free Cloud Database!)

No prior database experience needed. This guide walks you through everything — what Prisma is, how...…

20 views ·
#ai#webdev#prisma
GITHUB

Show HN: Pgcraft – a lazygit-style TUI for Postgres

lazygit-style TUI for Postgres. Navigate schemas, run queries, view explain plans — without leaving the terminal. - lucasfrederico/pgcraft…

13 views ·
#postgresql#software#development
R/NODE

Making queries with PostgreSQL

21 views ·
POSTGR

Christophe Pettus: All Your GUCs in a Row: client_min_messages

`client_min_messages` controls what your session sees, not what the server logs—a confusion that spawns most of its trouble.…

23 views ·
#postgresql#database#configuration
EVENT-DRIVEN

How soon is now in PostgreSQL?

Event-Driven by Oskar Dudycz…

11 views ·
#postgresql#programming#database
DEV.TO (TOP)

Prisma Query Logging and PostgreSQL: Where the ORM Ends and the Database Begins

Prisma query logs help you catch patterns, but if the problem lives inside PostgreSQL, the ORM won't show it to you. Here I break down when Prisma logging is enough and when you ne…

20 views ·
#prisma#postgresql#database
DEV.TO (TOP)

Prisma query logging y PostgreSQL: dónde termina el ORM y empieza la base

Los query logs de Prisma ayudan a detectar patrones, pero si el problema vive adentro de PostgreSQL, el ORM no va a mostrártelo. Acá separo cuándo alcanza con Prisma logging y cuán…

23 views ·
#postgresql#prisma#orm
R/PROGRAMMING

How soon is now in PostgreSQL?

16 views ·