github.com/postgres/postgres ↗
Mirror of the official PostgreSQL GIT repository. Note that this is just a *mirror* - we don't work with pull requests on github. To contribute, please see https://wiki.postgresql.org/wiki/Submitting_a_Patch
Open this visualization on its own page →
Contributors
50
Lines of Code
247,790
From
1996-07-09
To
2020-12-23
About postgres/postgres
PostgreSQL is an advanced object-relational database management system written in C that implements an extended subset of the SQL standard. The system supports a comprehensive feature set including transactions, foreign keys, subqueries, triggers, user-defined types and functions, and C language bindings, making it suitable for complex data management tasks.
This repository serves as a mirror of the official PostgreSQL Git repository and contains the complete source code distribution for building the database from source. While this GitHub mirror provides access to the codebase, the project does not accept pull requests through GitHub; contributions are instead managed through the PostgreSQL community's official patch submission process as documented on their wiki. The project is maintained by the PostgreSQL Global Development Group and serves users ranging from small applications to large-scale enterprise systems requiring robust relational database capabilities.