PostgreSQL Articles, Tutorials and Insights from Highgo Global Engineering Team 

PostgreSQL internals, performance, replication, security, AI and more!

POSTGRESQL KNOWLEDGE

A Technical Publication Built Around PostgreSQL, Open Source Community, and Real Database Engineering Experiences

Let’s Discover the Power of PostgreSQL Togehter!

Latest Articles and News

Explore our newest technical articles, implementation guides, database insights, and community news!

PostgreSQL in Taipei: Connecting Taiwan to the Global PostgreSQL Community (COSCUP 2026)

Introduction COSCUP 2026 was held on August 8–9 at National Taiwan University of Science and Technology (NTUST) in Taipei. As one of Taiwan’s largest annual open-source gatherings, COSCUP brings together[…]

Read more

PGConf.dev 2026: Why It Remains My Favorite PostgreSQL Conference

About PGConf.dev PGConf.dev is an annual developer event focused entirely on contributing to the PostgreSQL ecosystem, including core software development and community building. It serves as a primary hub for[…]

Read more

Understanding PostgreSQL REPACK Through repack.c

REPACK is a new PostgreSQL 19 feature for physically compacting a table by rewriting it into new storage. Like VACUUM, it deals with the space left behind by dead tuples,[…]

Read more

Featured Categories

PostgreSQL

Explore tutorials, performance optimization, database internals, security, replication, extensions, and best practices for PostgreSQL development and administration.Explore tutorials, performance optimization, database internals, security, replication, extensions, and best practices for PostgreSQL development and administration.

Pgpool-II

Learn how to deploy, configure, and manage Pgpool-II for connection pooling, load balancing, high availability, and scalable PostgreSQL clusters.Learn how to deploy, configure, and manage Pgpool-II for connection pooling, load balancing, high availability, and scalable PostgreSQL clusters.

Vacuum

Understand how PostgreSQL reclaims storage, prevents transaction ID wraparound, and maintains query performance through effective VACUUM strategies.Understand how PostgreSQL reclaims storage, prevents transaction ID wraparound, and maintains query performance through effective VACUUM strategies.