Tristan Partin
3525d2e381
Update TimescaleDB to 2.17.1 for PG 17
...
Signed-off-by: Tristan Partin <tristan@neon.tech >
2024-11-08 09:15:38 -06:00
Cheng Chen
e1d0b73824
chore(compute): Bump pg_mooncake to the latest version
2024-11-06 22:41:18 -06:00
Conrad Ludgate
9761b6a64e
update pg_session_jwt to use pgrx 0.12 for pg17 ( #9595 )
...
Updates the extension to use pgrx 0.12. No changes to the extensions
have been made, the only difference is the pgrx version.
2024-10-31 15:50:41 +00:00
Anastasia Lubennikova
e96398a552
Add support of extensions for v17 (part 4) ( #9568 )
...
- pg_jsonschema 0.3.3
- pg_graphql 1.5.9
- rum 65e0a752
- pg_tiktoken a5bc447e
update support of extensions for v14-v16:
- pg_jsonschema 0.3.1 -> 0.3.3
- pg_graphql 1.5.7 -> 1.5.9
- rum 6ab37053 -> 65e0a752
- pg_tiktoken e64e55aa -> a5bc447e
2024-10-31 15:05:24 +02:00
Alexey Kondratov
745061ddf8
chore(compute): Bump pg_mooncake to the latest version ( #9576 )
...
## Problem
There were some critical breaking changes made in the upstream since Oct
29th morning.
## Summary of changes
Point it to the topmost commit in the `neon` branch at the time of
writing this
https://github.com/Mooncake-Labs/pg_mooncake/commits/neon/
c495cd17d6
2024-10-30 11:07:02 +01:00
Tristan Partin
b77b9bdc9f
Add tests for sql-exporter metrics
...
Should help us keep non-working metrics from hitting staging or
production.
Co-authored-by: Heikki Linnakangas <heikki@neon.tech >
Fixes: https://github.com/neondatabase/neon/issues/8569
Signed-off-by: Tristan Partin <tristan@neon.tech >
2024-10-29 15:13:06 -05:00
Anastasia Lubennikova
80e1630042
Use pg_mooncake from our fork. ( #9565 )
...
Switch to main repo once
https://github.com/Mooncake-Labs/pg_mooncake/pull/3 is merged
2024-10-29 15:57:52 +00:00
George MacKerron
7d5f6b6a52
Build pgrag extensions x3 ( #8486 )
...
Build the pgrag extensions (rag, rag_bge_small_en_v15, and
rag_jina_reranker_v1_tiny_en) as part of the compute node Dockerfile.
---------
Co-authored-by: Alexander Bayandin <alexander@neon.tech >
2024-10-28 20:06:36 +00:00
Tristan Partin
3d64a7ddcd
Add pg_mooncake to compute-node.Dockerfile
...
Signed-off-by: Tristan Partin <tristan@neon.tech >
2024-10-28 11:23:30 -05:00
David Gomes
94369af782
chore(compute): bumps pg_session_jwt to latest version ( #9474 )
2024-10-21 23:39:30 +00:00
Alexander Bayandin
5b37485c99
Rename dockerfiles from Dockerfile.<something> to <something>.Dockerfile ( #9446 )
...
## Problem
Our dockerfiles, for some historical reason, have unconventional names
`Dockerfile.<something>`, and some tools (like GitHub UI) fail to highlight
the syntax in them.
> Some projects may need distinct Dockerfiles for specific purposes. A
common convention is to name these `<something>.Dockerfile`
From: https://docs.docker.com/build/concepts/dockerfile/#filename
## Summary of changes
- Rename `Dockerfile.build-tools` -> `build-tools.Dockerfile`
- Rename `compute/Dockerfile.compute-node` ->
`compute/compute-node.Dockerfile`
2024-10-21 09:51:12 +01:00