DEV Community

# postgres

Posts on tips and tricks, using and learning about PostgreSQL for database development and analysis.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Database Transactions with Claude Code: Optimistic Locking, Deadlocks, and Saga Pattern (2026-03-11)

Database Transactions with Claude Code: Optimistic Locking, Deadlocks, and Saga Pattern (2026-03-11)

1
Comments
3 min read
Query Optimization with Claude Code: Fix N+1, Slow Queries, and Missing Indexes

Query Optimization with Claude Code: Fix N+1, Slow Queries, and Missing Indexes

1
Comments
3 min read
7 PostgreSQL monitoring tools every DBA should know in 2026

7 PostgreSQL monitoring tools every DBA should know in 2026

Comments
7 min read
SaaS Multi-Tenant en Go: Guia Practica de Row-Level Security en PostgreSQL

SaaS Multi-Tenant en Go: Guia Practica de Row-Level Security en PostgreSQL

3
Comments
10 min read
🐳 Fixing “FATAL: database does not exist” in PostgreSQL Docker (Healthcheck Mistake)

🐳 Fixing “FATAL: database does not exist” in PostgreSQL Docker (Healthcheck Mistake)

Comments
2 min read
The Supabase Gotchas Nobody Warns You About (Until You Hit Them)

The Supabase Gotchas Nobody Warns You About (Until You Hit Them)

1
Comments
5 min read
Scaling Laravel + PostgreSQL: The 'Lateral Join' Pattern for High-Performance SaaS

Scaling Laravel + PostgreSQL: The 'Lateral Join' Pattern for High-Performance SaaS

2
Comments
5 min read
Why I don't trust AI with my query plans

Why I don't trust AI with my query plans

Comments
2 min read
I built a PostgreSQL client in Rust because DBeaver was eating my RAM

I built a PostgreSQL client in Rust because DBeaver was eating my RAM

23
Comments 2
2 min read
From 8s to 47ms: Optimizing PostgreSQL for a Government Tender Search Platform

From 8s to 47ms: Optimizing PostgreSQL for a Government Tender Search Platform

Comments
9 min read
How PostgreSQL WAL Actually Works (And Why Everything Depends On It)

How PostgreSQL WAL Actually Works (And Why Everything Depends On It)

2
Comments
4 min read
UNDERSTANDING SQL:JOINS & WINDOW FUNCTIONS.

UNDERSTANDING SQL:JOINS & WINDOW FUNCTIONS.

Comments
2 min read
pgit: What If Your Git History Was a SQL Database?

pgit: What If Your Git History Was a SQL Database?

7
Comments
10 min read
Why PostgreSQL Row-Level Security Is the Right Approach to Django Multitenancy

Why PostgreSQL Row-Level Security Is the Right Approach to Django Multitenancy

7
Comments 8
13 min read
The Queue Was a Table: How I Built Claim/Unclaim Workers with SKIP LOCKED, Stale Recovery, and Retry Caps

The Queue Was a Table: How I Built Claim/Unclaim Workers with SKIP LOCKED, Stale Recovery, and Retry Caps

2
Comments 1
12 min read
👋 Sign in for the ability to sort posts by relevant, latest, or top.