https://github.com/neondatabase/postgres
PostgreSQL in Neon
https://github.com/neondatabase/postgres
postgres postgresql
Last synced: 9 months ago
JSON representation
PostgreSQL in Neon
- Host: GitHub
- URL: https://github.com/neondatabase/postgres
- Owner: neondatabase
- Created: 2021-03-01T13:38:54.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-04-02T18:04:09.000Z (about 1 year ago)
- Last Synced: 2025-04-03T03:53:40.591Z (about 1 year ago)
- Topics: postgres, postgresql
- Language: C
- Homepage: https://neon.tech/docs/reference/compatibility
- Size: 647 MB
- Stars: 29
- Watchers: 9
- Forks: 14
- Open Issues: 41
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This repository holds Neon-specific changes to PostgreSQL
sources. This main branch is a dummy and only contains this
README. The active branches are:
- [REL_17_STABLE_neon](https://github.com/neondatabase/postgres/tree/REL_17_STABLE_neon)
- [REL_16_STABLE_neon](https://github.com/neondatabase/postgres/tree/REL_16_STABLE_neon)
- [REL_15_STABLE_neon](https://github.com/neondatabase/postgres/tree/REL_15_STABLE_neon)
- [REL_14_STABLE_neon](https://github.com/neondatabase/postgres/tree/REL_14_STABLE_neon)
These branches are submodules in the main
[neon](https://github.com/neondatabase/neon) repository under
`vendor/postgres-*`. There's not much point in cloning this repository
independently.
List of the changes compared to upstream PostgreSQL can be found at
https://github.com/neondatabase/neon/blob/main/docs/core_changes.md.