mirror of
https://github.com/neondatabase/neon.git
synced 2025-12-22 21:59:59 +00:00
This adds PostgreSQL 16 as a vendored postgresql version, and adapts the code to support this version. The important changes to PostgreSQL 16 compared to the PostgreSQL 15 changeset include the addition of a neon_rmgr instead of altering Postgres's original WAL format. Co-authored-by: Alexander Bayandin <alexander@neon.tech> Co-authored-by: Heikki Linnakangas <heikki@neon.tech>
13 lines
429 B
Plaintext
13 lines
429 B
Plaintext
[submodule "vendor/postgres-v14"]
|
|
path = vendor/postgres-v14
|
|
url = https://github.com/neondatabase/postgres.git
|
|
branch = REL_14_STABLE_neon
|
|
[submodule "vendor/postgres-v15"]
|
|
path = vendor/postgres-v15
|
|
url = https://github.com/neondatabase/postgres.git
|
|
branch = REL_15_STABLE_neon
|
|
[submodule "vendor/postgres-v16"]
|
|
path = vendor/postgres-v16
|
|
url = https://github.com/neondatabase/postgres.git
|
|
branch = REL_16_STABLE_neon
|