Skip to content
DevOps Glossary
Contribute
Home / PostgreSQL

PostgreSQL

Tool database relational open-source

PostgreSQL — or “Postgres” if you value your syllable budget — is the relational database that overachievers love. It’s been around since 1986, born from academic research at UC Berkeley, and has spent the decades since accumulating features like a power user’s browser collects tabs. JSON support? Check. Full-text search? Check. Geospatial queries with PostGIS? You bet. It’s less of a database and more of a Swiss Army knife that happens to store your data.

Postgres takes SQL standards seriously, supports advanced features like CTEs, window functions, and custom types, and offers an extension ecosystem that lets you bolt on everything from time-series capabilities (TimescaleDB) to columnar storage (Citus). Its MVCC concurrency model handles concurrent reads and writes gracefully, and its reputation for data integrity means it’s the go-to choice when “we can’t afford to lose data” is part of the requirements — which, let’s be honest, should be always.

Why it matters: PostgreSQL has become the default choice for teams that want a battle-tested, feature-rich relational database without paying for a commercial license. If MySQL is the reliable sedan, Postgres is the fully loaded SUV — it does more, handles rougher terrain, and the community will never let you forget it.

Sponsored

Your job posting here