<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/sources/postgres/best-of/2026/01" -->

---
title: Best PostgreSQL posts — January 2026 | daily.dev
description: The most upvoted PostgreSQL posts from January 2026, curated by the daily.dev community.
canonical: https://daily.dev/sources/postgres/best-of/2026/01
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:url: https://daily.dev/sources/postgres/best-of/2026/01
og:type: website
og:site_name: daily.dev
og:title: Best PostgreSQL posts — January 2026 | daily.dev
og:description: The most upvoted PostgreSQL posts from January 2026, curated by the daily.dev community.
og:image: https://media.daily.dev/image/upload/s--VAY5ToZt--/f_auto/v1724209435/public/daily.dev%20-%20open%20graph
---

# Best of PostgreSQL — January 2026

1. 1  
[](https://daily.dev/posts/introducing-pgpm-a-package-manager-for-modular-postgresql-2ssbhy4zq "Introducing pgpm: A Package Manager for Modular PostgreSQL")  
Article  
![Avatar of postgres](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/8dab534748a94108858df41b7ef7fe86)PostgreSQL · 35w  
Introducing pgpm: A Package Manager for Modular PostgreSQL  
pgpm is a new package manager for PostgreSQL that enables developers to share and reuse application-level database logic (schemas, tables, functions, policies, triggers) as modular, versioned packages. Unlike traditional PostgreSQL extensions that operate at the system level, pgpm works at the application layer using pure SQL, requiring no superuser access or compilation. It organizes code into workspaces with explicit dependency management, automatic resolution, and deterministic deployment order. The tool supports test-driven development with ephemeral databases and CI/CD integration, drawing inspiration from Sqitch while adding recursive composition and modular packaging capabilities.  
49  
1
2. 2  
[](https://daily.dev/posts/postgresql-pgmoneta-0-20-gzhkq1one "PostgreSQL: pgmoneta 0.20")  
Article  
![Avatar of postgres](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/8dab534748a94108858df41b7ef7fe86)PostgreSQL · 33w  
PostgreSQL: pgmoneta 0.20  
pgmoneta 0.20.0 has been released with several improvements including redesigned locking for backup repositories, enhanced S3 support, and Grafana 12 compatibility. New features include a configuration file for pgmoneta-cli, interactive mode for pgmoneta-walinfo, WAL stream filtering support via pgmoneta-walfilter, and an initial Model Context Protocol server. pgmoneta is an open-source backup and restore solution for PostgreSQL 14+ that supports full and incremental backups, multiple compression formats, encryption, WAL shipping, and remote management.  
35

[See all PostgreSQL archives](/sources/postgres/best-of)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@graph":[{"@type":"CollectionPage","@id":"https://daily.dev/sources/postgres/best-of/2026/01#page","url":"https://daily.dev/sources/postgres/best-of/2026/01","name":"Best PostgreSQL Posts — January 2026","description":"The most upvoted PostgreSQL posts from January 2026, curated by the daily.dev community.","isPartOf":{"@type":"WebSite","url":"https://daily.dev"}},{"@type":"ItemList","@id":"https://daily.dev/sources/postgres/best-of/2026/01#items","numberOfItems":2,"itemListElement":[{"@type":"ListItem","position":1,"url":"https://daily.dev/posts/introducing-pgpm-a-package-manager-for-modular-postgresql-2ssbhy4zq","name":"Introducing pgpm: A Package Manager for Modular PostgreSQL"},{"@type":"ListItem","position":2,"url":"https://daily.dev/posts/postgresql-pgmoneta-0-20-gzhkq1one","name":"PostgreSQL: pgmoneta 0.20"}]},{"@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Sources","item":"https://daily.dev/sources"},{"@type":"ListItem","position":3,"name":"PostgreSQL","item":"https://daily.dev/sources/postgres"},{"@type":"ListItem","position":4,"name":"Best of","item":"https://daily.dev/sources/postgres/best-of"},{"@type":"ListItem","position":5,"name":"January 2026"}]}]}
```

