mirror of
https://github.com/neondatabase/neon.git
synced 2025-12-22 21:59:59 +00:00
This adds preliminary PG17 support to Neon, based on RC1 / 2024-09-04
07b828e9d4
NOTICE: The data produced by the included version of the PostgreSQL fork
may not be compatible with the future full release of PostgreSQL 17 due to
expected or unexpected future changes in magic numbers and internals.
DO NOT EXPECT DATA IN V17-TENANTS TO BE COMPATIBLE WITH THE 17.0
RELEASE!
Co-authored-by: Anastasia Lubennikova <anastasia@neon.tech>
Co-authored-by: Alexander Bayandin <alexander@neon.tech>
Co-authored-by: Konstantin Knizhnik <knizhnik@neon.tech>
Co-authored-by: Heikki Linnakangas <heikki@neon.tech>
17 lines
572 B
Plaintext
17 lines
572 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
|
|
[submodule "vendor/postgres-v17"]
|
|
path = vendor/postgres-v17
|
|
url = https://github.com/neondatabase/postgres.git
|
|
branch = REL_17_STABLE_neon
|