Category: Features and extensions

Deep dives into new PostgreSQL release features and how to use them in real apps.

Practical guides to popular extensions (PostGIS, pg_partman, pg_stat_statements, vector/TSDB extensions, etc.).

AI Features and extensions pgvector

pgvector Guide: Setup, Indexes, and Query Examples

Embeddings search is no longer a novelty feature; it is table stakes for Postgres teams building RAG pipelines, semantic search, and recommendation engines. pgvector, the open-source extension that adds vector columns and nearest-neighbor search to PostgreSQL, is where most of those teams start. The current v0.8.x line supports Postgres 13 and later, with single-precision, half-precision, […]

admin 
Features and extensions postgresql

Top 3 PostgreSQL Topics Trending in March 2026: AI Vector Search, Async I/O, and Bloat Management

PostgreSQL continues to dominate the database landscape heading into spring 2026. With the release of PostgreSQL 18, a surge in AI-driven development, and key community discussions at PGConf.dev, there are three topics that every PostgreSQL developer and DBA should be focused on right now. Here’s what’s trending this month and why it matters for your […]

admin 
Features and extensions postgresql

PostgreSQL Developer Ergonomics: How EXPLAIN, SQL/JSON, and Replication Features Are Making Life Easier

When you’re deep in the trenches of database work—optimizing queries, debugging replication lag, or untangling JSON transforms—the quality of your tools matters. PostgreSQL has always been powerful, but the community has been laser-focused on something equally important: making that power accessible. Developer ergonomics—how smoothly you can understand, debug, and deploy database logic—is front and center […]

admin