Skip to content

Releases: radondb/multi-platform-postgresql

v1.4.0

23 Feb 00:58
Compare
Choose a tag to compare
  1. 支持pgrouting
  2. 修复operator libc 漏洞

v1.3.4

05 Dec 06:55
Compare
Choose a tag to compare

支持灾备集群的设置
支持ssl传输加密
支持pgvector插件

v1.2.1

16 Jun 04:46
Compare
Choose a tag to compare

Feature:

  1. 支持 postgres-aws-s3 插件.
  2. 支持切换主节点到指定 readwrite 节点.
  3. exec_command 添加 timeout 参数.
  4. 添加 connection 自动释放机制.
  5. 支持 pgaudit 插件
  6. 支持pg 15.3 版本

Bug fixes:

  1. 修复 exec_command 返回结果被转换为单引号问题(导致 json 解析异常).
  2. 使用 base64 编码 command,防止带有 "|" 或 ">" 的命令执行失败问题.
  3. exporter 镜像添加对 PostgreSQL 12、13、14、15 版本支持.
  4. 修复 make postgres-image 时 postgis 不可用问题。

v1.2.0

07 Mar 01:39
Compare
Choose a tag to compare
  1. add pgaduit extension.
  2. support aws s3 backup/restore.
  3. rebuild node.

operator image on commit 031391d

v1.1.1

02 Dec 11:22
Compare
Choose a tag to compare
don't set readonly node priority at update config.

correct_password dont exit.