mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-10 06:52:55 +00:00
- plv8 3.2.3
- HypoPG 1.4.1
- pgtap 1.3.3
- timescaledb 2.17.0
- pg_hint_plan 17_1_7_0
- rdkit Release_2024_09_1
- pg_uuidv7 1.6.0
- wal2json 2.6
- pg_ivm 1.9
- pg_partman 5.1.0
update support of extensions for v14-v16:
- HypoPG 1.4.0 -> 1.4.1
- pgtap 1.2.0 -> 1.3.3
- plpgsql_check 2.5.3 -> 2.7.11
- pg_uuidv7 1.0.1 -> 1.6.0
- wal2json 2.5 -> 2.6
- pg_ivm 1.7 -> 1.9
- pg_partman 5.0.1 -> 5.1.0
This directory contains files that are needed to build the compute images, or included in the compute images.
Dockerfile.compute-node To build the compute image
vm-image-spec.yaml Instructions for vm-builder, to turn the compute-node image into corresponding vm-compute-node image.
etc/ Configuration files included in /etc in the compute image
patches/ Some extensions need to be patched to work with Neon. This directory contains such patches. They are applied to the extension sources in Dockerfile.compute-node
In addition to these, postgres itself, the neon postgres extension, and compute_ctl are built and copied into the compute image by Dockerfile.compute-node.