-
Notifications
You must be signed in to change notification settings - Fork 8
/
pgversions.json
86 lines (86 loc) · 1.79 KB
/
pgversions.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"12": {
"major": 12,
"minor": [12],
"debian": "bullseye-slim",
"tag": ["REL_12_12"],
"failover": "v1.6.4",
"dirtyread": "2.4",
"citus": "v10.2.8",
"postgis": "3.3.1",
"barman": "release/3.3.0",
"pgaudit": "1.4.3",
"postgres_aws_s3": "v1.0.0",
"name": "radondb-postgresql",
"version": "v1.4.0",
"pgvector": "v0.5.0",
"pgrouting": "v3.6.1",
"arches": [
"aarch64",
"x86_64"
]
},
"13": {
"major": 13,
"minor": [8],
"debian": "bullseye-slim",
"tag": ["REL_13_8"],
"failover": "v1.6.4",
"dirtyread": "2.4",
"citus": "v11.1.3",
"postgis": "3.3.1",
"barman": "release/3.3.0",
"pgaudit": "1.5.2",
"postgres_aws_s3": "v1.0.0",
"name": "radondb-postgresql",
"version": "v1.4.0",
"pgvector": "v0.5.0",
"pgrouting": "v3.6.1",
"arches": [
"aarch64",
"x86_64"
]
},
"14": {
"major": 14,
"minor": [5],
"debian": "bullseye-slim",
"tag": ["REL_14_5"],
"failover": "v1.6.4",
"dirtyread": "2.4",
"citus": "v11.1.3",
"postgis": "3.3.1",
"barman": "release/3.3.0",
"pgaudit": "1.6.2",
"postgres_aws_s3": "v1.0.0",
"name": "radondb-postgresql",
"version": "v1.4.0",
"pgvector": "v0.5.0",
"pgrouting": "v3.6.1",
"arches": [
"aarch64",
"x86_64"
]
},
"15": {
"major": 15,
"minor": [3],
"debian": "bullseye-slim",
"tag": ["REL_15_3"],
"failover": "v2.0",
"dirtyread": "2.4",
"citus": "v11.1.3",
"postgis": "3.3.1",
"barman": "release/3.3.0",
"pgaudit": "1.7.0",
"postgres_aws_s3": "v1.0.0",
"name": "radondb-postgresql",
"version": "v1.4.0",
"pgvector": "v0.5.0",
"pgrouting": "v3.6.1",
"arches": [
"aarch64",
"x86_64"
]
}
}