OSS Tanbou

PostgreSQL — an object-relational database with SQL and extensibility

Discovery score 279.1OSS health 91
About these scores

Discovery score is an unbounded weighted, log-compressed index of stars, watchers, forks, and contributors. Growth momentum is its change over the observed period; OSS health is a 0–100 score from available repository recency, Community Health, and release data.

Stars
22,084
Primary language
C
License
Not determined
Repository last updated
Sep 12, 2026

Overview

PostgreSQL is an object-relational database management system with transactions, foreign keys, subqueries, triggers, user-defined types, and functions. This GitHub repository is a mirror of the official Git repository and serves as an entry point to the source distribution and development documentation.

Based on official documentation; not hands-on tested · Content checked:

Combine relational data with custom types and functions

It builds on a broad subset of SQL with transactional consistency, references, complex queries, triggers, and extensible types and functions. The README directs readers to source-build instructions, versioned documentation, and official software downloads.

Sources: [2]

For long-lived systems centered on integrity and SQL

It is a candidate for systems that express business-data relationships and constraints in the database and rely on SQL queries, aggregation, and transactions. Extensible types and functions can also delay the need to add a separate specialized database.

Sources: [2]

Do not mistake the GitHub mirror for the development authority

The repository description states that pull requests are not handled on GitHub and contributions follow PostgreSQL's own patch-submission workflow. Most users will also choose a distribution for their OS or managed environment instead of building this source directly. Review release-specific compatibility, backup, and upgrade guidance in the official documentation.

Sources: [1][2]

Official sources

  1. [1]PostgreSQL official GitHub mirror(2026-09-12)
  2. [2]PostgreSQL README(2026-09-12)
Supplemental curator note

Selected as a rare case where discovery accumulates around an official mirror and source code despite having no topics or marketing README.

Growth trends

Last 30 days

22,084 Stars

Trend data is still being collected.

Built with

  • C

Categories and tags

GitHub dataView detailed GitHub data
Stars
22,084
Forks
5,912
Watchers
577
Open issues
0
Contributors
42
Primary language
C
License
Not determined
Repository last updated
Sep 12, 2026
Report incorrect information

Tell us if any listing information is incorrect or outdated.

PostgreSQL: relational data and extensibility | OSS Tanbou