This is the multi-page printable view of this section. .
Linux Repository
- 1: PGDG Repo
- 2: GPG Key
- 3: INFRA Repo
- 3.1: Package List
- 3.2: Release Log
- 4: PGSQL Repo
- 4.1: DNF Changelog
- 4.2: APT Changelog
Pigsty has a repository that provides additional PostgreSQL extension packages on mainstream Linux Distros. It is designed to work together with the official PostgreSQL Global Development Group (PGDG) repo. Together, they can provide 576 packaged PostgreSQL extensions out-of-the-box.
| PGSQL Repo | Description | Link |
|---|---|---|
| PGSQL Repo | Pigsty Extension Repo, supplementary extension packages | pgsql.md |
| INFRA Repo | Pigsty Infrastructure Repo, monitoring/tools | infra.md |
| PGDG Repo | PGDG Official Repo Mirror, PG Kernel | pgdg.md |
| GPG Key | GPG Public Key, signature verification | gpg.md |
Compatibility Overview
| OS / Arch | OS | x86_64 | aarch64 |
|---|---|---|---|
| EL8 | el8 | 18, 17, 16, 15, 14 | 18, 17, 16, 15, 14 |
| EL9 | el9 | 18, 17, 16, 15, 14 | 18, 17, 16, 15, 14 |
| EL10 | el10 | 18, 17, 16, 15, 14 | 18, 17, 16, 15, 14 |
| Debian 12 | d12 | 18, 17, 16, 15, 14 | 18, 17, 16, 15, 14 |
| Debian 13 | d13 | 18, 17, 16, 15, 14 | 18, 17, 16, 15, 14 |
| Ubuntu 22.04 | u22 | 18, 17, 16, 15, 14 | 18, 17, 16, 15, 14 |
| Ubuntu 24.04 | u24 | 18, 17, 16, 15, 14 | 18, 17, 16, 15, 14 |
| Ubuntu 26.04 | u26 | 18, 17, 16, 15, 14 | 18, 17, 16, 15, 14 |
Get Started
You can enable the pigsty infra & pgsql repo with the pig CLI tool:
Manual Install
You can also add these repos to your system manually with the default apt, dnf, yum approach.
All the RPM / DEB packages are signed with GPG Key fingerprint (B9BD8B20) in Pigsty repository.
Repository Components
Pigsty has two major repos: INFRA and PGSQL,
providing DEB / RPM packages for x86_64 and aarch64 architecture.
The INFRA repo contains packages that are generic to any PostgreSQL version and Linux major version, including Prometheus & Grafana stack, admin tools for Postgres, and many utilities written in Go.
| Linux | Package | x86_64 | aarch64 |
|---|---|---|---|
| EL | rpm | ✓ | ✓ |
| Debian | deb | ✓ | ✓ |
The PGSQL repo contains packages that are ad hoc to specific PostgreSQL Major Versions (often ad hoc to a specific Linux distro major version, too). Including extensions and some kernel forks.
Compatibility Details
| OS Code | Vendor | Major | Minor | Fullname | PG Major Version | Comment |
|---|---|---|---|---|---|---|
el7.x86_64 | EL | 7 | 7.9 | CentOS 7 x86 | 15 14 13 | EOL |
el8.x86_64 | EL | 8 | 8.10 | RockyLinux 8 x86 | 18 17 16 15 14 | Near EOL |
el8.aarch64 | EL | 8 | 8.10 | RockyLinux 8 ARM | 18 17 16 15 14 | Near EOL |
el9.x86_64 | EL | 9 | 9.8 | RockyLinux 9 x86 | 18 17 16 15 14 | OK |
el9.aarch64 | EL | 9 | 9.8 | RockyLinux 9 ARM | 18 17 16 15 14 | OK |
el10.x86_64 | EL | 10 | 10.2 | RockyLinux 10 x86 | 18 17 16 15 14 | OK |
el10.aarch64 | EL | 10 | 10.2 | RockyLinux 10 ARM | 18 17 16 15 14 | OK |
d11.x86_64 | Debian | 11 | 11.11 | Debian 11 x86 | 17 16 15 14 13 | EOL |
d11.aarch64 | Debian | 11 | 11.11 | Debian 11 ARM | 17 16 15 14 13 | EOL |
d12.x86_64 | Debian | 12 | 12.15 | Debian 12 x86 | 18 17 16 15 14 | OK |
d12.aarch64 | Debian | 12 | 12.15 | Debian 12 ARM | 18 17 16 15 14 | OK |
d13.x86_64 | Debian | 13 | 13.6 | Debian 13 x86 | 18 17 16 15 14 | OK |
d13.aarch64 | Debian | 13 | 13.6 | Debian 13 ARM | 18 17 16 15 14 | OK |
u22.x86_64 | Ubuntu | 22 | 22.04.5 | Ubuntu 22.04 x86 | 18 17 16 15 14 | OK |
u22.aarch64 | Ubuntu | 22 | 22.04.5 | Ubuntu 22.04 ARM | 18 17 16 15 14 | OK |
u24.x86_64 | Ubuntu | 24 | 24.04.4 | Ubuntu 24.04 x86 | 18 17 16 15 14 | OK |
u24.aarch64 | Ubuntu | 24 | 24.04.4 | Ubuntu 24.04 ARM | 18 17 16 15 14 | OK |
u26.x86_64 | Ubuntu | 26 | 26.04.0 | Ubuntu 26.04 x86 | 18 17 16 15 14 | OK |
u26.aarch64 | Ubuntu | 26 | 26.04.0 | Ubuntu 26.04 ARM | 18 17 16 15 14 | OK |
Source
Building specs of these repos and packages are open-sourced on GitHub:
1 - PGDG Repo
The Pigsty PGSQL Repo is designed to work together with the official PostgreSQL Global Development Group (PGDG) repo. Together, they can provide 576 packaged PostgreSQL extensions out-of-the-box.
The PGDG mirror is continuously synchronized. Refer to each repository’s
InReleaseorrepomd.xmlmetadata for its actual state.
Quick Start
You can install pig - the CLI tool, and add pgdg repo with it (recommended):
Mirror
Since 2025-05, PGDG has closed the rsync/ftp sync channel, which makes almost all mirror sites out-of-sync.
Currently, Pigsty, Yandex, and Xtom are providing regular synced mirror service.
The Pigsty PGDG mirror is a subset of the official PGDG repo, covering EL 7-10, Debian 11-13, and Ubuntu 22.04 - 26.04 on x86_64 and arm64. The stable repository covers supported PostgreSQL 14 - 18 releases, while the beta module additionally provides PostgreSQL 19 Beta.
Currently, the Aliyun/Tsinghua TUNA mirror sites have resumed PGDG repository synchronization.
Compatibility
| OS Code | Vendor | Major | PG Major Version | Comment |
|---|---|---|---|---|
| el7.x86_64 | EL | 7 | 18, 17, 16, 15, 14 | EOL |
| el8.x86_64 | EL | 8 | 18, 17, 16, 15, 14 | Near EOL |
| el8.aarch64 | EL | 8 | 18, 17, 16, 15, 14 | Near EOL |
| el9.x86_64 | EL | 9 | 18, 17, 16, 15, 14 | OK |
| el9.aarch64 | EL | 9 | 18, 17, 16, 15, 14 | OK |
| el10.x86_64 | EL | 10 | 18, 17, 16, 15, 14 | OK |
| el10.aarch64 | EL | 10 | 18, 17, 16, 15, 14 | OK |
| d11.x86_64 | Debian | 11 | 18, 17, 16, 15, 14 | EOL |
| d11.aarch64 | Debian | 11 | 18, 17, 16, 15, 14 | EOL |
| d12.x86_64 | Debian | 12 | 18, 17, 16, 15, 14 | OK |
| d12.aarch64 | Debian | 12 | 18, 17, 16, 15, 14 | OK |
| d13.x86_64 | Debian | 13 | 18, 17, 16, 15, 14 | OK |
| d13.aarch64 | Debian | 13 | 18, 17, 16, 15, 14 | OK |
| u22.x86_64 | Ubuntu | 22 | 18, 17, 16, 15, 14 | OK |
| u22.aarch64 | Ubuntu | 22 | 18, 17, 16, 15, 14 | OK |
| u24.x86_64 | Ubuntu | 24 | 18, 17, 16, 15, 14 | OK |
| u24.aarch64 | Ubuntu | 24 | 18, 17, 16, 15, 14 | OK |
| u26.x86_64 | Ubuntu | 26 | 18, 17, 16, 15, 14 | OK |
| u26.aarch64 | Ubuntu | 26 | 18, 17, 16, 15, 14 | OK |
Repo Configuration
EL YUM/DNF Repo
Debian / Ubuntu APT Repo
APT GPG Key
PGDG APT repo is signed with the following GPG key: B97B0AFCAA1A47F044F244A07FCC7D46ACCC4CF8 (ACCC4CF8)
MD5 checksum is f54c5c1aa1329dc26e33b29762faaec4, see https://www.postgresql.org/download/linux/debian/ for details.
YUM GPG Key
PGDG YUM repo is signed with a series of keys from https://ftp.postgresql.org/pub/repos/yum/keys/. Please choose and use as needed.
2 - GPG Key
You can verify the integrity of the packages you download from Pigsty repository by checking the GPG signature. This document describes how to import the GPG key used to sign the packages.
Summary
All the RPM / DEB packages are signed with GPG key fingerprint (B9BD8B20) in Pigsty repository.
Full: 9592A7BC7A682E7333376E09E7935D8DB9BD8B20 Ruohang Feng (Pigsty) [email protected]
You can find the public GPG key at: https://repo.pigsty.io/key or https://repo.pigsty.cc/key
Import
On RHEL compatible Linux distributions, you can import this key with the following command:
On Debian / Ubuntu compatible Linux distributions, you can import this key with the following command:
Public Key
The corresponding public key block is:
Usage
If you wish to distribute your own Repo with your own GPG key, here’s a tutorial:
Install GPG
Generate GPG Key
You can generate a GPG key with the following command:
Import GPG Key
If you have a GPG Private key, you can just import it with:
List GPG Key
You can list GPG public keys and secret keys with the following commands:
Sign RPM Packages
If you wish to sign your RPM packages with a specific GPG key, you can specify the key in the ~/.rpmmacros file:
Sign DEB Packages
To sign your DEB packages, add the key id to reprepro configuration:
3 - INFRA Repo
The pigsty-infra repo contains packages that are generic to any PostgreSQL version and Linux major version,
including Prometheus & Grafana stack, admin tools for Postgres, and many utilities written in Go.
This repo is maintained by Ruohang Feng (Vonng) @ Pigsty,
you can find all the build specs on https://github.com/pgsty/infra-pkg.
Prebuilt RPM / DEB packages for RHEL / Debian / Ubuntu distros available for x86_64 and aarch64 arch.
Hosted on Cloudflare CDN for free global access.
| Linux | Package | x86_64 | aarch64 |
|---|---|---|---|
| EL | rpm | ✓ | ✓ |
| Debian | deb | ✓ | ✓ |
You can check the Release - Infra Changelog for the latest updates.
Quick Start
You can add the pigsty-infra repo with the pig CLI tool, it will automatically choose from apt/yum/dnf.
Manual Setup
You can also use this repo directly without the pig CLI tool, by adding them to your Linux OS repo list manually:
APT Repo
On Debian / Ubuntu compatible Linux distros, you can add the GPG Key and APT repo file manually with:
YUM Repo
On RHEL compatible Linux distros, you can add the GPG Key and YUM repo file manually with:
Content
For a detailed list of all packages available in the Infra repository, see the Package List.
For the changelog and release history, see the Release Log.
Source
Building specs of this repo is open-sourced on GitHub:
If the platform is not supported, you can also build the packages from source code by yourself.
3.1 - Package List
Grafana Stack
| Name | Version | License | Comment |
|---|---|---|---|
grafana | 13.1.3 | AGPLv3 | Observability and visualization platform |
loki | 3.6.7 | AGPLv3 | Log aggregation system (obsolete, frozen) |
promtail | 3.6.7 | AGPLv3 | Loki log collection agent (obsolete, frozen) |
logcli | 3.6.7 | AGPLv3 | Loki query CLI (obsolete, frozen) |
grafana-infinity-ds | 3.11.3 | Apache-2.0 | JSON/CSV/XML datasource support |
grafana-plugins | 13.0.0 | Apache-2.0 | Extra panel plugins by Pigsty (noarch) |
Victoria Stack
| Name | Version | License | Comment |
|---|---|---|---|
victoria-metrics | 1.149.0 | Apache-2.0 | High-performance TSDB, Prometheus alternative |
victoria-logs | 1.52.0 | Apache-2.0 | High-performance log storage and query engine |
victoria-traces | 0.10.0 | Apache-2.0 | Distributed tracing backend |
victoria-metrics-cluster | 1.149.0 | Apache-2.0 | VictoriaMetrics distributed cluster |
vmutils | 1.149.0 | Apache-2.0 | VictoriaMetrics CLI utilities |
vlogscli | 1.52.0 | Apache-2.0 | VictoriaLogs interactive query client |
vlagent | 1.52.0 | Apache-2.0 | VictoriaLogs log collection agent |
grafana-victorialogs-ds | 0.31.0 | Apache-2.0 | VictoriaLogs Grafana datasource |
grafana-victoriametrics-ds | 0.25.2 | Apache-2.0 | VictoriaMetrics Grafana datasource |
Pigsty splits the Victoria datasource extensions into architecture-specific sub-packages.
If you choose to install these plugins to your own Grafana instance,
please configure the following parameter in /etc/grafana/grafana.ini to allow loading unsigned plugins.
Prometheus Stack
| Name | Version | License | Comment |
|---|---|---|---|
prometheus | 3.13.2 | Apache-2.0 | Cloud-native monitoring & TSDB |
pushgateway | 1.11.3 | Apache-2.0 | Metrics push gateway for short-lived jobs |
alertmanager | 0.33.1 | Apache-2.0 | Alert management & notification dispatch |
blackbox-exporter | 0.28.0 | Apache-2.0 | Blackbox probing, endpoint availability |
Metric Exporters
| Name | Version | License | Comment |
|---|---|---|---|
pg-exporter | 1.4.1 | Apache-2.0 | Advanced Postgres metrics exporter |
pgbackrest-exporter | 0.24.0 | MIT | Expose pgbackrest metrics |
node-exporter | 1.12.1 | Apache-2.0 | Expose Linux node metrics |
keepalived-exporter | 1.7.1 | GPL-3.0 | Expose keepalived/VIP metrics |
nginx-exporter | 1.5.1 | Apache-2.0 | Expose nginx metrics |
zfs-exporter | 3.8.1 | MIT | Expose zfs metrics |
mysqld-exporter | 0.19.0 | Apache-2.0 | Expose mysql metrics |
redis-exporter | 1.89.0 | MIT | Expose redis metrics |
kafka-exporter | 1.9.0 | Apache-2.0 | Expose kafka metrics |
jmx-exporter | 1.6.0 | Apache-2.0 | Expose JVM metrics (noarch) |
mongodb-exporter | 0.52.0 | Apache-2.0 | Expose mongodb metrics |
mtail | 3.4.7 | Apache-2.0 | Parse logs and generate metrics |
vector | 0.57.0 | MPL-2.0 | Versatile log collector |
Object Storage
| Name | Version | License | Comment |
|---|---|---|---|
silo | 20260806000000 | AGPLv3 | FOSS S3-compatible object storage maintained by Pigsty |
mcli | 20260806000000 | AGPLv3 | FOSS S3 client, now built by pgsty |
rustfs | 1.0.0-rc1 | Apache-2.0 | Repository-retained package; not a v4.5 MINIO backend |
garage | 2.3.0 | AGPL-3.0 | Lightweight S3 |
seaweedfs | 4.41 | Apache-2.0 | S3 for small files |
rclone | 1.75.0 | MIT | S3 command line tool |
restic | 0.19.1 | BSD-2 | Backup tool |
juicefs | 1.4.1 | Apache-2.0 | Filesystem over S3 |
Kubernetes
| Name | Version | License | Comment |
|---|---|---|---|
k3s | 1.36.3 | Apache-2.0 | Lightweight Kubernetes; upstream v1.36.3+k3s1 |
k3s-images | 1.36.3 | Multiple | Exact-match, architecture-specific offline system images |
Databases
PostgreSQL related tools, DBMS, and other utilities
| Name | Version | License | Comment |
|---|---|---|---|
etcd | 3.7.1 | Apache-2.0 | Fault-tolerant distributed coordination |
kafka | 4.3.1 | Apache-2.0 | Message queue |
duckdb | 1.5.5 | MIT | Embedded OLAP |
ferretdb | 2.7.0 | Apache-2.0 | MongoDB over PG |
tigerbeetle | 0.17.9 | Apache-2.0 | Financial OLTP |
ivorysql | 5.4 | Apache-2.0 | Oracle compatible PG 18.4 |
Utilities
Pig package manager, PostgreSQL tools, and other database related utilities
| Name | Version | License | Comment |
|---|---|---|---|
pig | 1.7.0 | Apache-2.0 | PG package manager |
sow | 0.3.0 | Apache-2.0 | Package repository builder |
vip-manager | 4.2.0 | BSD-2 | Bind L2 VIP to PG primary |
pg-hardstorage | 1.2.1 | Apache-2.0 | PostgreSQL backup with continuous WAL streaming |
pgschema | 1.12.2 | Apache-2.0 | Terraform-style declarative Postgres schema migration CLI |
pgstream | 1.3.1 | Apache-2.0 | PostgreSQL replication with DDL changes |
pg-timetable | 7.0.0 | PostgreSQL | Advanced scheduling for PostgreSQL |
timescaledb-tools | 0.19.0 | Apache-2.0 | Optimize timescaledb params |
timescaledb-event-streamer | 0.20.0 | Apache-2.0 | CDC on timescaledb hypertable |
tigerfs | 0.7.0 | MIT | Mount PostgreSQL as a filesystem |
dblab | 0.47.4 | MIT | Multi-database CLI tool |
rainfrog | 0.4.3 | MIT | Terminal Postgres database management tool |
sql-studio | 0.1.51 | MIT | Terminal SQL database explorer |
sqlcmd | 1.10.0 | MIT | MS SQL Server CLI client |
asciinema | 3.2.1 | GPL-3.0 | Terminal session recorder and player |
pev2 | 1.23.0 | PostgreSQL | PostgreSQL explain visualizer 2 |
sealos | 5.1.1 | Apache-2.0 | Battery-included Kubernetes distribution |
vray | 5.52.0 | MIT | Build proxies to bypass network restrictions |
xray | 26.7.28 | MPL-2.0 | Next-generation proxy core with advanced routing and transports |
gost | 2.12.0 | MIT | General-purpose tunneling and proxy tool written in Go |
sabiql | 1.15.1 | MIT | Modern SQL client for PostgreSQL and MySQL |
postgrest | 16.1 | MIT | PostgreSQL RESTful API server (PostgreSQL 14+) |
npgsqlrest | 3.21.0 | MIT | .NET PostgreSQL REST API generator |
caddy | 2.11.4 | Apache-2.0 | Web server with automatic HTTPS |
hugo | 0.164.0 | Apache-2.0 | Fast static site generator |
cloudflared | 2026.7.3 | Apache-2.0 | Cloudflare tunnel client |
headscale | 0.29.3 | BSD-3 | Self-hosted Tailscale control server |
stalwart | 0.16.17 | AGPLv3 | Modern full-featured mail server |
maddy | 0.9.5 | GPL-3.0 | Lightweight mail server |
AI
AI agents, MCP toolboxes, coding IDEs, Python/Go/Node tools…
| Name | Version | License | Comment |
|---|---|---|---|
claude | 2.1.227 | Proprietary | Claude Code - Anthropic agentic coding |
opencode | 1.18.16 | MIT | Terminal AI coding assistant |
codex | 0.147.0 | Apache-2.0 | OpenAI coding agent CLI |
crush | 0.88.1 | FSL-1.1-MIT | Charm’s terminal AI coding agent |
agentsview | 0.40.1 | MIT | Browse and replay AI coding agent trajectories in terminal |
code | 1.132.0 | MIT | Visual Studio Code editor |
code-server | 4.132.0 | MIT | VS Code in the browser |
genai-toolbox | 1.8.0 | Apache-2.0 | Google database MCP server |
uv | 0.12.3 | MIT | Next-gen Python package manager |
golang | 1.26.5 | BSD-3 | Go compiler |
nodejs | 24.19.0 | MIT/Mixed | Server-side JavaScript runtime |
3.2 - Release Log
2026-08-12
| Name | Old | New | Comment |
|---|---|---|---|
claude | 2.1.226 | 2.1.227 | Official manifest verified via proxy; dual-arch RPM/DEB built |
code-server | 4.131.0 | 4.132.0 | Official dual-architecture RPM/DEB downloaded and verified |
grafana-infinity-ds | 3.11.2 | 3.11.3 | Built as dual-architecture RPM/DEB |
mtail | 3.4.6 | 3.4.7 | Built as dual-architecture RPM/DEB |
opencode | 1.18.15 | 1.18.16 | Built as dual-architecture RPM/DEB |
pg-hardstorage | 1.1.1 | 1.2.1 | Official dual-architecture RPM/DEB downloaded and verified |
pig | 1.6.1 | 1.7.0 | Official dual-architecture RPM/DEB downloaded and verified |
postgrest | 16.0 | 16.1 | Static dual-architecture RPM/DEB; requires PostgreSQL 14+ |
redis-exporter | 1.88.0 | 1.89.0 | Built as dual-architecture RPM/DEB |
sow | 0.2.0 | 0.3.0 | Official dual-architecture RPM/DEB downloaded and verified |
stalwart | 0.16.16 | 0.16.17 | Built as dual-architecture RPM/DEB |
2026-08-08
| Name | Old | New | Comment |
|---|---|---|---|
claude | 2.1.223 | 2.1.226 | Official manifest verified via proxy; dual-arch built |
codex | 0.146.1 | 0.147.0 | Stable tag rust-v0.147.0; dual-arch built |
crush | 0.88.0 | 0.88.1 | Official tarballs repacked as 1PGSTY with license |
grafana | 13.1.2 | 13.1.3 | Official dual-architecture RPM/DEB artifacts |
opencode | 1.18.14 | 1.18.15 | Built as dual-architecture RPM/DEB |
postgrest | 14.16 | 16.0 | Static dual-architecture assets; requires PostgreSQL 14+ |
rainfrog | 0.4.2 | 0.4.3 | Built as dual-architecture RPM/DEB |
rustfs | 1.0.0-b12 | 1.0.0-rc1 | Upstream rc.1-preview.1; dual-arch RPM/DEB built |
uv | 0.12.2 | 0.12.3 | Built as dual-architecture RPM/DEB |
2026-08-07
| Name | Old | New | Comment |
|---|---|---|---|
claude | 2.1.222 | 2.1.223 | Official manifest verified via proxy; built |
codex | 0.146.0 | 0.146.1 | Stable tag rust-v0.146.1; built |
code | 1.131.0 | 1.132.0 | Official dual-architecture RPM/DEB verified |
dblab | 0.47.2 | 0.47.4 | Built as dual-architecture RPM/DEB |
grafana-infinity-ds | 3.11.1 | 3.11.2 | Built as dual-architecture RPM/DEB |
grafana-victorialogs-ds | 0.30.1 | 0.31.0 | Built as dual-architecture RPM/DEB |
k3s | 1.36.2 | 1.36.3 | Official stable channel v1.36.3+k3s1; built |
k3s-images | 1.36.2 | 1.36.3 | Exact-match dual-architecture airgap images; built |
mcli | 20260804000000 | 20260806000000 | Official pgsty fork dual-architecture RPM/DEB verified |
opencode | 1.18.13 | 1.18.14 | Built as dual-architecture RPM/DEB |
pgschema | 1.12.1 | 1.12.2 | Official dual-architecture RPM/DEB verified |
seaweedfs | 4.40 | 4.41 | Built as dual-architecture RPM/DEB |
silo | minio 20260804000000 | 20260806000000 | Official replacement; dual-architecture RPM/DEB verified |
uv | 0.12.1 | 0.12.2 | Built as dual-architecture RPM/DEB |
victoria-metrics | 1.148.0 | 1.149.0 | Main, cluster, and vmutils packages built for both arches |
ferretdb2 was also rebuilt at the current 2.7.0 version for both architectures. silo now officially replaces minio and is included in the Infra repository together with mcli.
2026-08-05
| Name | Old | New | Comment |
|---|---|---|---|
agentsview | 0.39.0 | 0.40.1 | Built as dual-architecture RPM/DEB |
claude | 2.1.220 | 2.1.222 | Official manifest verified via proxy; built |
code-server | 4.130.0 | 4.131.0 | Official artifacts downloaded and verified |
crush | 0.87.0 | 0.88.0 | Official links only; redistribution blocked |
grafana | 13.1.1 | 13.1.2 | Official artifacts verified; security fix |
juicefs | 1.4.0 | 1.4.1 | Built as dual-architecture RPM/DEB |
mcli | 20260417000000 | 20260804000000 | pgsty fork artifacts downloaded and verified |
minio | 20260618000000 | 20260804000000 | pgsty fork artifacts downloaded and verified |
mongodb-exporter | 0.51.0 | 0.52.0 | Built as dual-architecture RPM/DEB |
mtail | 3.0.8 | 3.4.6 | Built as dual-architecture RPM/DEB |
nodejs | 24.18.1 | 24.19.0 | Node.js 24.x LTS; built |
opencode | 1.18.9 | 1.18.13 | Built as dual-architecture RPM/DEB |
pg-hardstorage | 1.0.17 | 1.1.1 | Official artifacts downloaded and verified |
pgbackrest-exporter | 0.23.0 | 0.24.0 | Built as dual-architecture RPM/DEB |
pgstream | 1.2.5 | 1.3.1 | Built as dual-architecture RPM/DEB |
rclone | 1.74.4 | 1.75.0 | Official artifacts downloaded and verified |
rustfs | 1.0.0-b11 | 1.0.0-b12 | Beta line; built as dual-architecture RPM/DEB |
stalwart | 0.16.15 | 0.16.16 | Built as dual-architecture RPM/DEB |
uv | 0.12.0 | 0.12.1 | Built as dual-architecture RPM/DEB |
vray | 5.51.2 | 5.52.0 | Latest stable; built as dual-architecture RPM/DEB |
xray | 26.3.27 | 26.7.28 | Latest dated release; built as dual-architecture RPM/DEB |
prometheus | 3.13.1 | 3.13.2 | Security and stability release |
pig | 1.6.0 | 1.6.1 | Refreshed extension catalog |
2026-07-30
| Name | Old | New | Comment |
|---|---|---|---|
agentsview | 0.38.1 | 0.39.0 | |
claude | 2.1.218 | 2.1.220 | |
cloudflared | 2026.7.2 | 2026.7.3 | |
code | 1.130.0 | 1.131.0 | |
code-server | 4.129.0 | 4.130.0 | |
codex | 0.145.0 | 0.146.0 | Release tag rust-v0.146.0 |
crush | 0.86.0 | 0.87.0 | |
dblab | 0.46.0 | 0.47.2 | |
etcd | 3.7.0 | 3.7.1 | |
genai-toolbox | 1.7.0 | 1.8.0 | Source build; Rocky 8/9 and Debian 12 verified |
headscale | 0.29.2 | 0.29.3 | |
nodejs | 24.18.0 | 24.18.1 | Security release |
opencode | 1.18.4 | 1.18.9 | |
pg-exporter | 1.4.0 | 1.4.1 | Official release artifacts |
pg-hardstorage | 1.0.13 | 1.0.17 | |
pgschema | 1.12.0 | 1.12.1 | |
pgstream | 1.2.2 | 1.2.5 | |
pig | 1.5.1 | 1.6.0 | |
postgrest | 14.15 | 14.16 | |
rainfrog | 0.3.20 | 0.4.2 | |
redis-exporter | 1.87.0 | 1.88.0 | |
rustfs | 1.0.0-beta.10 | 1.0.0-beta.11 | Preview releases excluded |
stalwart | 0.16.14 | 0.16.15 | |
uv | 0.11.31 | 0.12.0 | |
victoria-traces | 0.9.4 | 0.10.0 |
2026-07-23
| Name | Old | New | Comment |
|---|---|---|---|
claude | 2.1.215 | 2.1.218 | Verified against the official manifest via proxy |
codex | 0.144.6 | 0.145.0 | Release tag rust-v0.145.0 |
dblab | 0.44.1 | 0.46.0 | |
duckdb | 1.5.4 | 1.5.5 | |
grafana-infinity-ds | 3.8.0 | 3.11.1 | |
grafana-victorialogs-ds | 0.30.0 | 0.30.1 | |
opencode | 1.18.3 | 1.18.4 | |
pg-timetable | 6.3.0 | 7.0.0 | Major release |
pgstream | 1.2.0 | 1.2.2 | |
stalwart | 0.16.13 | 0.16.14 | |
uv | 0.11.29 | 0.11.31 | |
grafana | 13.1.0 | 13.1.1 | Direct-download artifacts |
pg-hardstorage | 1.0.12 | 1.0.13 | Direct-download artifacts |
crush | 0.85.0 | 0.86.0 | Direct-download artifacts |
code | 1.129.1 | 1.130.0 | Direct-download artifacts |
2026-07-20
Rename xxx_exporter rpm packages to xxx-exporter style to keep consistent with deb packaging convention.
| Name | Old | New | Comment |
|---|---|---|---|
pg-exporter | 1.3.0 | 1.4.0 | Repackaged from the upstream Linux tarball |
victoria-metrics | 1.147.0 | 1.148.0 | VictoriaMetrics main package |
victoria-metrics-cluster | 1.147.0 | 1.148.0 | VictoriaMetrics companion package |
vmutils | 1.147.0 | 1.148.0 | VictoriaMetrics companion package |
victoria-logs | 1.51.0 | 1.52.0 | VictoriaLogs main package |
vlogscli | 1.51.0 | 1.52.0 | VictoriaLogs companion package |
vlagent | 1.51.0 | 1.52.0 | VictoriaLogs companion package |
grafana-victorialogs-ds | 0.29.0 | 0.30.0 | |
seaweedfs | 4.39 | 4.40 | |
rustfs | 1.0.0-b9 | 1.0.0-b10 | Prerelease line; preview releases excluded |
sabiql | 1.14.0 | 1.15.1 | |
timescaledb-tools | 0.19.0-1 | 0.19.0-2 | Bundles timescaledb-parallel-copy 0.13.0 |
claude | 2.1.211 | 2.1.215 | Downloaded through the 8118 proxy and verified |
codex | 0.144.4 | 0.144.6 | Release tag rust-v0.144.6 |
genai-toolbox | 1.6.0 | 1.7.0 | External build from official GCS binary and arm64 container artifact |
opencode | 1.18.2 | 1.18.3 | |
pg-hardstorage | 1.0.10 | 1.0.12 | Direct-download artifacts |
code | 1.129.0 | 1.129.1 | Direct-download artifacts |
code-server | 4.128.0 | 4.129.0 | Direct-download artifacts |
pev2 | 1.22.0 | 1.23.0 | Noarch package |
k3s | - | 1.36.2 | Upstream v1.36.2+k3s1; amd64 and arm64 |
k3s-images | - | 1.36.2 | Exact-match system image package for both architectures |
2026-07-16
| Name | Old | New | Comment |
|---|---|---|---|
jmx-exporter | - | 1.6.0 | New noarch package |
node_exporter | 1.11.1 | 1.12.1 | |
redis_exporter | 1.86.0 | 1.87.0 | |
etcd | 3.6.13 | 3.7.0 | |
dblab | 0.43.0 | 0.44.1 | |
pgstream | 1.1.1 | 1.2.0 | |
rainfrog | 0.3.19 | 0.3.20 | |
rustfs | 1.0.0-b8 | 1.0.0-b9 | Prerelease line |
agentsview | 0.37.5 | 0.38.1 | |
claude | 2.1.206 | 2.1.211 | Downloaded through the 8118 proxy and verified |
codex | 0.144.1 | 0.144.4 | Release tag rust-v0.144.4 |
stalwart | 0.16.12 | 0.16.13 | |
npgsqlrest | 3.20.0 | 3.21.0 | |
postgrest | 14.14 | 14.15 | |
opencode | 1.17.18 | 1.18.2 | |
uv | 0.11.28 | 0.11.29 | |
vector | 0.56.0 | 0.57.0 | Direct-download artifacts |
pg-hardstorage | 1.0.8 | 1.0.10 | Direct-download artifacts |
crush | 0.84.0 | 0.85.0 | Direct-download artifacts |
code | 1.128.0 | 1.129.0 | Direct-download artifacts |
code-server | 4.127.0 | 4.128.0 | Direct-download artifacts |
cloudflared | 2026.7.1 | 2026.7.2 | Direct-download artifacts |
2026-07-10
| Name | Old | New | Comment |
|---|---|---|---|
prometheus | 3.13.0 | 3.13.1 | |
seaweedfs | 4.38 | 4.39 | |
agentsview | 0.36.1 | 0.37.5 | |
claude | 2.1.204 | 2.1.206 | Downloaded through the 8118 proxy and verified |
codex | 0.143.0 | 0.144.1 | Release tag rust-v0.144.1 |
npgsqlrest | 3.19.0 | 3.20.0 | |
opencode | 1.17.15 | 1.17.18 | |
crush | 0.82.0 | 0.84.0 | Direct-download artifacts |
rclone | 1.74.3 | 1.74.4 | Direct-download artifacts |
cloudflared | 2026.6.1 | 2026.7.1 | Direct-download artifacts |
2026-07-08
| Name | Old | New | Comment |
|---|---|---|---|
pg-hardstorage | - | 1.0.8 | |
alertmanager | 0.33.0 | 0.33.1 | |
victoria-metrics | 1.146.0 | 1.147.0 | |
victoria-metrics-cluster | 1.146.0 | 1.147.0 | |
vmutils | 1.146.0 | 1.147.0 | |
restic | 0.19.0 | 0.19.1 | |
juicefs | 1.3.1 | 1.4.0 | |
dblab | 0.42.1 | 0.43.0 | |
pgstream | 1.1.0 | 1.1.1 | |
tigerbeetle | 0.17.8 | 0.17.9 | |
grafana-victoriametrics-ds | 0.25.1 | 0.25.2 | |
hugo | 0.163.3 | 0.164.0 | |
seaweedfs | 4.37 | 4.38 | |
v2ray | 5.49.0 | 5.51.2 | |
sabiql | 1.13.0 | 1.14.0 | |
claude | 2.1.201 | 2.1.204 | |
codex | 0.142.5 | 0.143.0 | |
stalwart | 0.16.11 | 0.16.12 | |
opencode | 1.17.13 | 1.17.15 | |
uv | 0.11.26 | 0.11.28 | |
golang | 1.26.4 | 1.26.5 | |
pgschema | 1.11.1 | 1.12.0 | |
crush | 0.81.0 | 0.82.0 | |
code | 1.127.0 | 1.128.0 | |
pig | 1.5.0 | 1.5.1 |
2026-07-04
| Name | Old | New | Comment |
|---|---|---|---|
prometheus | 3.12.0 | 3.13.0 | |
victoria-traces | 0.9.3 | 0.9.4 | |
etcd | 3.6.12 | 3.6.13 | |
dblab | 0.42.0 | 0.42.1 | |
grafana-victoriametrics-ds | 0.25.0 | 0.25.1 | |
headscale | 0.29.1 | 0.29.2 | |
seaweedfs | 4.35 | 4.37 | |
agentsview | 0.34.5 | 0.36.1 | |
claude | 2.1.187 | 2.1.201 | |
codex | 0.142.0 | 0.142.5 | |
stalwart | 0.16.10 | 0.16.11 | |
genai-toolbox | 1.5.0 | 1.6.0 | |
npgsqlrest | 3.18.1 | 3.19.0 | |
postgrest | 14.13 | 14.14 | |
opencode | 1.17.9 | 1.17.13 | |
uv | 0.11.24 | 0.11.26 | |
grafana | 13.0.2 | 13.1.0 | |
crush | 0.79.1 | 0.81.0 | |
code | 1.125.1 | 1.127.0 | |
code-server | 4.125.0 | 4.127.0 | |
pig | 1.4.2 | 1.5.0 |
2026-07-01
| Name | Old Ver | New Ver | Note |
|---|---|---|---|
agentsview | 0.32.1 | 0.34.5 | |
alertmanager | 0.32.2 | 0.33.0 | |
asciinema | 3.2.0 | 3.2.1 | |
claude | 2.1.172 | 2.1.187 | |
codex | 0.139.0 | 0.142.0 | |
dblab | 0.40.1 | 0.42.0 | |
duckdb | 1.5.3 | 1.5.4 | |
grafana-victorialogs-ds | 0.28.0 | 0.29.0 | |
headscale | 0.28.0 | 0.29.1 | |
hugo | 0.163.0 | 0.163.3 | |
kafka | 4.3.0 | 4.3.1 | |
minio | 20260417000000 | 20260618000000 | |
nodejs | 24.16.0 | 24.18.0 | |
npgsqlrest | 3.16.3 | 3.18.1 | |
opencode | 1.17.3 | 1.17.9 | |
pev2 | 1.21.0 | 1.22.0 | |
pg_exporter | 1.2.2 | 1.3.0 | |
pgschema | 1.11.0 | 1.11.1 | |
pgstream | 1.0.3 | 1.1.0 | |
pig | 1.4.1 | 1.4.2 | |
rainfrog | 0.3.18 | 0.3.19 | |
sabiql | 1.12.3 | 1.13.0 | |
seaweedfs | 4.32 | 4.35 | |
stalwart | 0.16.8 | 0.16.10 | |
tigerbeetle | 0.17.6 | 0.17.8 | |
uv | 0.11.20 | 0.11.24 | |
victoria-logs | 1.50.0 | 1.51.0 | |
vlagent | 1.50.0 | 1.51.0 | |
vlogscli | 1.50.0 | 1.51.0 | |
victoria-metrics | 1.145.0 | 1.146.0 | |
victoria-metrics-cluster | 1.145.0 | 1.146.0 | |
vmutils | 1.145.0 | 1.146.0 | |
victoria-traces | 0.9.2 | 0.9.3 | |
code | 1.124.0 | 1.125.1 | |
code-server | 4.123.0 | 4.125.0 | |
cloudflared | 2026.6.0 | 2026.6.1 | |
crush | 0.76.0 | 0.79.1 | |
genai-toolbox | 1.1.0 | 1.5.0 |
2026-06-12
| Name | Old Ver | New Ver | Note |
|---|---|---|---|
prometheus | 3.11.3 | 3.12.0 | |
pushgateway | 1.11.2 | 1.11.3 | |
alertmanager | 0.32.1 | 0.32.2 | |
node_exporter | 1.11.1 | 1.11.1 | Tarball cache restored; version metadata fixed |
redis_exporter | 1.83.0 | 1.86.0 | |
victoria-metrics | 1.143.0 | 1.145.0 | Base package |
victoria-metrics-cluster | 1.143.0 | 1.145.0 | VictoriaMetrics companion package |
vmutils | 1.143.0 | 1.145.0 | VictoriaMetrics companion package |
victoria-traces | 0.8.2 | 0.9.2 | |
duckdb | 1.5.2 | 1.5.3 | |
etcd | 3.6.11 | 3.6.12 | |
restic | 0.18.1 | 0.19.0 | |
tigerfs | 0.6.0 | 0.7.0 | |
dblab | 0.38.0 | 0.40.1 | |
pgstream | 1.0.2 | 1.0.3 | |
tigerbeetle | 0.17.4 | 0.17.6 | |
grafana-victorialogs-ds | 0.26.3 | 0.28.0 | |
grafana-victoriametrics-ds | 0.24.0 | 0.25.0 | |
kafka | 4.2.0 | 4.3.0 | |
caddy | 2.11.2 | 2.11.4 | |
hugo | 0.161.1 | 0.163.0 | |
seaweedfs | 4.23 | 4.32 | |
rustfs | 1.0.0-b2 | 1.0.0-b8 | Prerelease line |
v2ray | 5.48.0 | 5.49.0 | |
sabiql | 1.12.2 | 1.12.3 | |
agentsview | 0.29.0 | 0.32.1 | Upstream moved to kenn-io/agentsview |
claude | 2.1.138 | 2.1.172 | Downloaded through the 8118 proxy and verified |
codex | 0.130.0 | 0.139.0 | Release tag rust-v0.139.0 |
stalwart | 0.16.4 | 0.16.8 | |
maddy | 0.9.4 | 0.9.5 | |
npgsqlrest | 3.15.1 | 3.16.3 | |
postgrest | 14.11 | 14.13 | |
opencode | 1.14.48 | 1.17.3 | |
uv | 0.11.13 | 0.11.20 | |
golang | 1.26.3 | 1.26.4 | |
nodejs | 24.15.0 | 24.16.0 | Stayed on the 24.x policy line |
grafana | 13.0.1 | 13.0.2 | Skipped 13.1 nightly |
vector | 0.55.0 | 0.56.0 | |
pgschema | 1.9.0 | 1.11.0 | |
crush | 0.66.1 | 0.76.0 | Direct-download artifact refresh |
rclone | 1.74.1 | 1.74.3 | Direct-download artifact refresh |
code | 1.118.1 | 1.124.0 | Direct-download artifact refresh |
code-server | 4.118.0 | 4.123.0 | Direct-download artifact refresh |
cloudflared | 2026.3.0 | 2026.6.0 | Direct-download artifact refresh |
2026-05-11
| Name | Old Ver | New Ver | Note |
|---|---|---|---|
victoria-metrics | 1.142.0 | 1.143.0 | |
victoria-metrics-cluster | 1.142.0 | 1.143.0 | VictoriaMetrics companion package |
vmutils | 1.142.0 | 1.143.0 | VictoriaMetrics companion package |
mongodb_exporter | 0.50.0 | 0.51.0 | |
redis_exporter | 1.82.0 | 1.83.0 | |
etcd | 3.6.10 | 3.6.11 | |
pgstream | 1.0.1 | 1.0.2 | |
seaweedfs | 4.22 | 4.23 | |
rustfs | 1.0.0-b1 | 1.0.0-b2 | Prerelease line |
tigerbeetle | 0.17.2 | 0.17.4 | |
sabiql | 1.11.1 | 1.12.2 | |
agentsview | 0.26.0 | 0.29.0 | |
claude | 2.1.123 | 2.1.138 | Downloaded through the 8118 proxy and verified |
codex | 0.125.0 | 0.130.0 | |
stalwart | 0.16.2 | 0.16.4 | |
maddy | 0.9.3 | 0.9.4 | |
npgsqlrest | 3.12.0 | 3.15.1 | |
postgrest | 14.10 | 14.11 | |
opencode | 1.14.30 | 1.14.48 | |
uv | 0.11.8 | 0.11.13 | |
golang | 1.26.2 | 1.26.3 | |
crush | 0.64.0 | 0.66.1 | Direct-download artifact refresh |
rclone | 1.73.5 | 1.74.1 | Direct-download artifact refresh |
code-server | 4.117.0 | 4.118.0 | Direct-download artifact refresh |
cloudflared | 2026.2.0 | 2026.3.0 | Direct-download artifact refresh |
2026-05-01
| Name | Old Ver | New Ver | Note |
|---|---|---|---|
prometheus | 3.11.2 | 3.11.3 | |
alertmanager | 0.32.0 | 0.32.1 | |
victoria-metrics | 1.140.0 | 1.142.0 | |
victoria-metrics-cluster | 1.140.0 | 1.142.0 | VictoriaMetrics companion package |
vmutils | 1.140.0 | 1.142.0 | VictoriaMetrics companion package |
victoria-traces | 0.8.1 | 0.8.2 | |
tigerbeetle | 0.17.1 | 0.17.2 | |
loki | 3.6.7 | 3.6.7 | Obsolete and kept frozen |
promtail | 3.6.7 | 3.6.7 | Obsolete and kept frozen |
logcli | 3.6.7 | 3.6.7 | Obsolete and kept frozen with Loki |
hugo | 0.160.1 | 0.161.1 | |
seaweedfs | 4.21 | 4.22 | |
rustfs | 1.0.0-alpha.94 | 1.0.0-b1 | Prerelease line |
sabiql | 1.11.0 | 1.11.1 | |
timescaledb-tools | 0.18.2 | 0.19.0 | Rebuilt timescaledb-tune Linux binaries |
agentsview | 0.25.0 | 0.26.0 | |
claude | 2.1.119 | 2.1.123 | Downloaded through the 8118 proxy and verified |
stalwart | 0.16.0 | 0.16.2 | |
opencode | 1.14.24 | 1.14.30 | |
uv | 0.11.7 | 0.11.8 | |
vip-manager | 4.0.0 | 4.2.0 | Direct-download metadata refresh |
crush | 0.62.1 | 0.64.0 | Direct-download metadata refresh |
code | 1.115.0 | 1.118.1 | Direct-download metadata refresh |
pig | 1.4.0 | 1.4.1 | Metadata only |
2026-04-25
| Name | Old Ver | New Ver | Note |
|---|---|---|---|
grafana | 13.0.0 | 13.0.1 | Direct-download metadata refresh |
vector | 0.54.0 | 0.55.0 | Direct-download metadata refresh |
keepalived_exporter | 1.7.0 | 1.7.1 | |
seaweedfs | 4.20 | 4.21 | |
tigerbeetle | 0.17.0 | 0.17.1 | |
agentsview | 0.22.2 | 0.25.0 | |
claude | 2.1.114 | 2.1.119 | Downloaded through the 8118 proxy and verified |
codex | 0.121.0 | 0.125.0 | |
stalwart | 0.15.5 | 0.16.0 | |
opencode | 1.4.11 | 1.14.24 | |
crush | 0.57.0 | 0.62.1 | Direct-download metadata refresh |
rclone | 1.73.4 | 1.73.5 | Direct-download metadata refresh |
code-server | 4.115.0 | 4.117.0 | Direct-download metadata refresh |
2026-04-19
| Name | Old Ver | New Ver | Note |
|---|---|---|---|
victoria-logs | 1.49.0 | 1.50.0 | base package |
vlagent | 1.49.0 | 1.50.0 | VictoriaLogs companion package |
vlogscli | 1.49.0 | 1.50.0 | VictoriaLogs companion package |
victoria-traces | 0.8.0 | 0.8.1 | |
dblab | 0.37.1 | 0.38.0 | |
grafana-victoriametrics-ds | 0.23.4 | 0.24.0 | |
grafana-plugins | 12.3.0 | 13.0.0 | Noarch plugin bundle, manually curated |
garage | 2.2.0 | 2.3.0 | |
rustfs | 1.0.0-alpha.93 | 1.0.0-alpha.94 | |
claude | 2.1.107 | 2.1.114 | Refactored to versioned templates and converged on latest stable |
codex | 0.121.0-alpha.7 | 0.121.0 | Switched to the stable release and rebuilt |
genai-toolbox | 1.0.0 | 1.1.0 | Synced build artifacts from the genai-toolbox project |
postgrest | 14.9 | 14.10 | |
opencode | 1.4.3 | 1.4.11 | Switched to versioned cache and rebuilt |
uv | 0.11.6 | 0.11.7 | |
nodejs | 24.14.1 | 24.15.0 | Stayed on the 24.x policy line |
minio | 20260325000000 | 20260417000000 | Direct-link metadata refresh; rebuilt from the pgsty fork |
mcli | 20260321000000 | 20260417000000 | Direct-link metadata refresh; rebuilt from the pgsty fork |
sabiql | 1.10.0 | 1.11.0 | |
etcd | 3.6.8 | 3.6.10 | Unified package version |
pig | 1.3.4 | 1.4.0 |
2026-04-14
| Name | Old Ver | New Ver | Note |
|---|---|---|---|
prometheus | 3.10.0 | 3.11.2 | |
alertmanager | 0.31.1 | 0.32.0 | |
node_exporter | 1.10.2 | 1.11.1 | |
mongodb_exporter | 0.49.0 | 0.50.0 | |
victoria-metrics | 1.138.0 | 1.140.0 | |
victoria-metrics-cluster | 1.138.0 | 1.140.0 | VictoriaMetrics companion package |
vmutils | 1.138.0 | 1.140.0 | VictoriaMetrics companion package |
victoria-logs | 1.48.0 | 1.49.0 | |
vlagent | 1.48.0 | 1.49.0 | VictoriaLogs companion package |
vlogscli | 1.48.0 | 1.49.0 | VictoriaLogs companion package |
grafana | 12.4.1 | 13.0.0 | Major release upgrade |
duckdb | 1.5.0 | 1.5.2 | |
dblab | 0.34.3 | 0.37.1 | |
grafana-victoriametrics-ds | 0.23.1 | 0.23.4 | |
grafana-infinity-ds | 3.7.4 | 3.8.0 | |
seaweedfs | 4.17 | 4.20 | |
rustfs | 1.0.0-alpha.89 | 1.0.0-alpha.93 | Switched to versioned release asset names |
v2ray | 5.47.0 | 5.48.0 | |
xray | 26.2.6 | 26.3.27 | |
agentsview | 0.15.0 | 0.22.2 | |
claude | 2.1.81 | 2.1.107 | Rebuilt; Makefile now pulls from a versioned bucket |
codex | 0.116.0 | 0.121.0-alpha.7 | Prerelease chain upgrade; rebuilt |
maddy | 0.8.2 | 0.9.3 | |
genai-toolbox | 0.27.0 | 1.0.0 | Metadata-only refresh; upstream renamed to mcp-toolbox |
npgsqlrest | 3.11.1 | 3.12.0 | |
postgrest | 14.7 | 14.9 | |
rainfrog | 0.3.17 | 0.3.18 | |
sqlcmd | 1.9.0 | 1.10.0 | |
opencode | 1.2.27 | 1.4.3 | Rebuilt |
uv | 0.10.12 | 0.11.6 | |
golang | 1.26.1 | 1.26.2 | |
nodejs | 24.14.0 | 24.14.1 | Stayed on the 24.x policy line |
pgschema | 1.7.4 | 1.9.0 | |
crush | 0.51.2 | 0.57.0 | |
rclone | 1.73.2 | 1.73.4 | |
code | 1.112.0 | 1.115.0 | |
code-server | 4.112.0 | 4.115.0 | |
tigerbeetle | 0.16.77 | 0.17.0 | |
tigerfs | 0.5.0 | 0.6.0 | |
sabiql | 1.8.2 | 1.10.0 | |
hugo | 0.158.0 | 0.160.1 | |
etcd | 3.6.9 | 3.6.8 | Frozen at 3.6.8 and README corrected |
loki | 3.6.7 | 3.6.7 | Deprecated and kept frozen |
promtail | 3.6.7 | 3.6.7 | Deprecated and kept frozen |
pg_exporter | 1.2.1 | 1.2.2 | Direct-link metadata refresh |
pig | 1.3.2 | 1.3.4 | Direct-link metadata refresh |
2026-03-21
| Name | Old Ver | New Ver | Note |
|---|---|---|---|
grafana | 12.4.0 | 12.4.1 | |
pgbackrest_exporter | 0.22.0 | 0.23.0 | |
redis_exporter | 1.81.0 | 1.82.0 | |
victoria-logs | 1.47.0 | 1.48.0 | |
vlagent | 1.47.0 | 1.48.0 | |
vlogscli | 1.47.0 | 1.48.0 | |
victoria-traces | 0.7.1 | 0.8.0 | |
duckdb | 1.4.4 | 1.5.0 | |
pg_timetable | 6.2.0 | 6.3.0 | |
pgschema | 1.4.2 | 1.7.4 | |
pgstream | - | 1.0.1 | new |
tigerbeetle | 0.16.75 | 0.16.77 | |
grafana-victorialogs-ds | 0.26.2 | 0.26.3 | |
grafana-infinity-ds | 3.7.3 | 3.7.4 | |
caddy | 2.11.1 | 2.11.2 | |
npgsqlrest | 3.10.0 | 3.11.1 | |
postgrest | 14.5 | 14.7 | |
opencode | 1.2.17 | 1.2.27 | |
pev2 | 1.20.2 | 1.21.0 | |
golang | 1.26.0 | 1.26.1 | |
vector | 0.53.0 | 0.54.0 | |
rclone | 1.73.1 | 1.73.2 | |
code-server | 4.109.5 | 4.112.0 | |
code | 1.109.4 | 1.112.0 | |
seaweedfs | 4.15 | 4.17 | |
uv | 0.10.8 | 0.10.12 | |
codex | 0.110.0 | 0.116.0 | |
v2ray | 5.44.1 | 5.47.0 | |
sabiql | 1.6.2 | 1.8.2 | |
sql-studio | - | 0.1.51 | new |
rainfrog | - | 0.3.17 | new |
agentsview | 0.10.0 | 0.15.0 | |
crush | - | 0.51.2 | new |
tigerfs | - | 0.5.0 | new |
victoria-metrics | 1.137.0 | 1.138.0 | |
victoria-metrics-cluster | 1.137.0 | 1.138.0 | |
vmutils | 1.137.0 | 1.138.0 | |
hugo | 0.157.0 | 0.158.0 | |
rustfs | 1.0.0-alpha.85 | 1.0.0-alpha.89 | |
mysqld_exporter | 0.18.0 | 0.19.0 | |
pg_exporter | 1.2.0 | 1.2.1 | |
pig | 1.3.1 | 1.3.2 | |
minio | 20260214 | 20260321000000 | |
mcli | 20260213 | 20260321000000 | |
claude | 2.1.68 | 2.1.81 | |
ivroysql | 5.1 | 5.3 |
2026-03-05
| Name | Old Ver | New Ver | Note |
|---|---|---|---|
asciinema | 3.1.0 | 3.2.0 | |
grafana-infinity-ds | 3.7.2 | 3.7.3 | |
victoria-metrics | 1.136.0 | 1.137.0 | |
victoria-metrics-cluster | 1.136.0 | 1.137.0 | |
vmutils | 1.136.0 | 1.137.0 | |
hugo | 0.155.3 | 0.157.0 | |
opencode | 1.2.15 | 1.2.17 | |
rustfs | 1.0.0-alpha.83 | 1.0.0-alpha.85 | |
seaweedfs | 4.13 | 4.15 | |
tigerbeetle | 0.16.74 | 0.16.75 | |
uv | 0.10.4 | 0.10.8 | |
codex | 0.105.0 | 0.110.0 | |
claude | 2.1.59 | 2.1.68 | |
xray | - | 26.2.6 | new |
gost | - | 2.12.0 | new |
sabiql | - | 1.6.2 | new |
agentsview | - | 0.10.0 | new |
2026-02-26
| Name | Old Ver | New Ver | Note |
|---|---|---|---|
grafana | 12.3.3 | 12.4.0 | |
prometheus | 3.9.1 | 3.10.0 | |
mongodb_exporter | 0.47.2 | 0.49.0 | |
victoria-logs | 1.45.0 | 1.47.0 | |
vlagent | 1.45.0 | 1.47.0 | |
vlogscli | 1.45.0 | 1.47.0 | |
tigerbeetle | 0.16.73 | 0.16.74 | |
loki | 3.6.6 | 3.6.7 | |
promtail | 3.6.6 | 3.6.7 | |
logcli | 3.6.6 | 3.6.7 | |
grafana-victorialogs-ds | 0.25.0 | 0.26.2 | |
grafana-victoriametrics-ds | 0.22.0 | 0.23.1 | |
grafana-infinity-ds | 3.7.1 | 3.7.2 | |
caddy | 2.10.2 | 2.11.1 | |
npgsqlrest | 3.8.0 | 3.10.0 | |
opencode | 1.2.10 | 1.2.15 | |
nodejs | 24.13.1 | 24.14.0 | |
pev2 | 1.20.1 | 1.20.2 | |
claude | 2.1.45 | 2.1.59 | |
codex | 0.104.0 | 0.105.0 | |
pig | 1.2.0 | 1.3.0 |
2026-02-22
| Name | Old Ver | New Ver | Note |
|---|---|---|---|
victoria-metrics | 1.135.0 | 1.136.0 | |
victoria-metrics-cluster | 1.135.0 | 1.136.0 | |
vmutils | 1.135.0 | 1.136.0 | |
loki | 3.6.5 | 3.6.6 | |
promtail | 3.6.5 | 3.6.6 | |
logcli | 3.6.5 | 3.6.6 | |
opencode | 1.2.6 | 1.2.10 | |
pig | 1.1.2 | 1.2.0 | |
stalwart | - | 0.15.5 | new |
maddy | - | 0.8.2 | new |
2026-02-18
| Name | Old Ver | New Ver | Note |
|---|---|---|---|
grafana | 12.3.2 | 12.3.3 | |
grafana-victorialogs-ds | 0.24.1 | 0.25.0 | |
grafana-victoriametrics-ds | 0.21.0 | 0.22.0 | |
grafana-infinity-ds | 3.7.0 | 3.7.1 | |
redis_exporter | 1.80.2 | 1.81.0 | |
etcd | 3.6.7 | 3.6.8 | |
dblab | 0.34.2 | 0.34.3 | |
tigerbeetle | 0.16.72 | 0.16.73 | |
seaweedfs | 4.09 | 4.13 | |
rustfs | 1.0.0-alpha.82 | 1.0.0-alpha.83 | |
uv | 0.10.0 | 0.10.4 | |
kafka | 4.1.1 | 4.2.0 | |
npgsqlrest | 3.7.0 | 3.8.0 | |
postgrest | 14.4 | 14.5 | |
opencode | 1.1.59 | 1.2.6 | |
genai-toolbox | 0.25.0 | 0.27.0 | |
claude | 2.1.37 | 2.1.45 | |
rclone | 1.73.0 | 1.73.1 | |
code-server | 4.108.2 | 4.109.2 | |
code | 1.109.2 | 1.109.4 |
2026-02-12
| Name | Old Ver | New Ver | Note |
|---|---|---|---|
alertmanager | 0.31.0 | 0.31.1 | |
tigerbeetle | 0.16.70 | 0.16.72 | |
grafana-infinity-ds | 3.7.0 | 3.7.1 | |
nodejs | 24.13.0 | 24.13.1 | |
opencode | 1.1.53 | 1.1.59 | |
golang | 1.25.7 | 1.26.0 | |
minio | 20251203120000 | 20260214120000 | pgsty fork |
pig | 1.1.0 | 1.1.1 |
2026-02-08
| Name | Old Ver | New Ver | Note |
|---|---|---|---|
alertmanager | 0.30.1 | 0.31.0 | |
victoria-metrics | 1.134.0 | 1.135.0 | |
victoria-metrics-cluster | 1.134.0 | 1.135.0 | |
vmutils | 1.134.0 | 1.135.0 | |
victoria-logs | 1.43.1 | 1.45.0 | |
vlagent | 1.43.1 | 1.45.0 | |
vlogscli | 1.43.1 | 1.45.0 | |
grafana-victorialogs-ds | 0.23.5 | 0.24.1 | |
grafana-victoriametrics-ds | 0.20.1 | 0.21.0 | |
tigerbeetle | 0.16.68 | 0.16.70 | |
loki | 3.1.1 | 3.6.5 | |
promtail | 3.0.0 | 3.6.5 | |
logcli | 3.1.1 | 3.6.5 | |
redis_exporter | 1.80.1 | 1.80.2 | |
timescaledb-tools | 0.18.1 | 0.18.2 | |
seaweedfs | 4.06 | 4.09 | |
rustfs | 1.0.0-alpha.80 | 1.0.0-alpha.82 | |
uv | 0.9.26 | 0.10.0 | |
garage | 2.1.0 | 2.2.0 | |
headscale | 0.27.1 | 0.28.0 | |
hugo | 0.154.5 | 0.155.2 | |
pev2 | 1.20.0 | 1.20.1 | |
postgrest | 14.3 | 14.4 | |
npgsqlrest | 3.4.7 | 3.7.0 | |
opencode | 1.1.34 | 1.1.53 | |
golang | 1.25.6 | 1.25.7 | |
nodejs | 24.12.0 | 24.13.0 | |
claude | 2.1.19 | 2.1.37 | |
vector | 0.52.0 | 0.53.0 | |
code | 1.108.0 | 1.109.0 | |
code-server | 4.108.0 | 4.108.2 | |
rclone | 1.72.1 | 1.73.0 | |
pg_exporter | 1.1.2 | 1.2.0 | |
grafana | 12.3.1 | 12.3.2 | |
pig | 1.0.0 | 1.1.0 | |
cloudflared | 2026.1.1 | 2026.2.0 |
2026-01-25
| Name | Old Ver | New Ver | Note |
|---|---|---|---|
alertmanager | 0.30.0 | 0.30.1 | |
victoria-metrics | 1.133.0 | 1.134.0 | |
victoria-traces | 0.5.1 | 0.7.1 | |
grafana-victorialogs-ds | 0.23.3 | 0.23.5 | |
grafana-victoriametrics-ds | 0.20.0 | 0.20.1 | |
npgsqlrest | 3.4.3 | 3.4.7 | |
claude | 2.1.9 | 2.1.19 | |
opencode | 1.1.23 | 1.1.34 | |
caddy | - | 2.10.2 | new |
hugo | - | 0.154.5 | new |
cloudflared | - | 2026.1.1 | new |
headscale | - | 0.27.1 | new |
pig | 0.9.0 | 1.0.0 | |
duckdb | 1.4.3 | 1.4.4 |
2026-01-16
| Name | Old Ver | New Ver | Note |
|---|---|---|---|
prometheus | 3.8.1 | 3.9.1 | |
victoria-metrics | 1.132.0 | 1.133.0 | |
tigerbeetle | 0.16.65 | 0.16.68 | |
kafka | 4.0.0 | 4.1.1 | |
grafana-victoriametrics-ds | 0.19.7 | 0.20.0 | |
grafana-victorialogs-ds | 0.23.2 | 0.23.3 | |
grafana-infinity-ds | 3.6.0 | 3.7.0 | |
uv | 0.9.18 | 0.9.26 | |
seaweedfs | 4.01 | 4.06 | |
rustfs | alpha.71 | alpha.80 | |
v2ray | 5.28.0 | 5.44.1 | |
sqlcmd | 1.8.0 | 1.9.0 | |
opencode | 1.0.223 | 1.1.23 | |
claude | 2.1.1 | 2.1.9 | |
golang | 1.25.5 | 1.25.6 | |
asciinema | 3.0.1 | 3.1.0 | |
code | 1.107.0 | 1.108.0 | |
code-server | 4.107.0 | 4.108.0 | |
npgsqlrest | 3.3.0 | 3.4.3 | |
genai-toolbox | 0.24.0 | 0.25.0 | |
pg_exporter | 1.1.1 | 1.1.2 | |
pig | 0.9.0 | 0.9.1 |
2026-01-08
| Name | Old Ver | New Ver | Note |
|---|---|---|---|
pg_exporter | 1.1.0 | 1.1.1 | new pg_timeline collector |
npgsqlrest | 3.3.3 | new | |
postgrest | 14.3 | new | |
opencode | 1.0.223 | new | |
code-server | 4.107.0 | new | |
claude | 2.0.76 | 2.1.1 | update |
genai-toolbox | 0.23.0 | 0.24.0 | removed broken oracle driver |
golang | 1.25.5 | new | |
nodejs | 24.12.0 | new |
2025-12-25
| Name | Old Ver | New Ver | Note |
|---|---|---|---|
pig | 0.8.0 | 0.9.0 | routine update |
etcd | 3.6.6 | 3.6.7 | routine update |
uv | - | 0.9.18 | new python package manager |
ccm | - | 2.0.76 | new claude code |
asciinema | - | 3.0.1 | new terminal recorder |
ivorysql | 5.0 | 5.1 | |
grafana | 12.3.0 | 12.3.1 | |
vector | 0.51.1 | 0.52.0 | |
prometheus | 3.8.0 | 3.8.1 | |
alertmanager | 0.29.0 | 0.30.0 | |
victoria-logs | 1.41.0 | 1.43.1 | |
pgbackrest_exporter | 0.21.0 | 0.22.0 | |
grafana-victorialogs-ds | 0.22.4 | 0.23.2 |
2025-12-16
| Name | Old Ver | New Ver | Note |
|---|---|---|---|
victoria-metrics | 1.131.0 | 1.132.0 | |
victoria-logs | 1.40.0 | 1.41.0 | |
blackbox_exporter | 0.27.0 | 0.28.0 | |
duckdb | 1.4.2 | 1.4.3 | |
rclone | 1.72.0 | 1.72.1 | |
pev2 | 1.17.0 | 1.19.0 | |
pg_exporter | 1.0.3 | 1.1.0 | |
pig | 0.7.4 | 0.8.0 | |
genai-toolbox | 0.22.0 | 0.23.0 | |
minio | 20250907161309 | 20251203120000 | by pgsty |
2025-12-04
| Name | Old Ver | New Ver | Note |
|---|---|---|---|
rustfs | - | 1.0.0-a71 | new |
seaweedfs | - | 4.1.0 | new |
garage | - | 2.1.0 | new |
rclone | 1.71.2 | 1.72.0 | |
vector | 0.51.0 | 0.51.1 | |
prometheus | 3.7.3 | 3.8.0 | |
victoria-metrics | 0.130.0 | 0.131.0 | |
victoria-logs | 0.38.0 | 0.40.0 | |
victoria-traces | - | 0.5.1 | new |
grafana-victorialogs-ds | 0.22.1 | 0.22.4 | |
redis_exporter | 1.80.0 | 1.80.1 | |
mongodb_exporter | 0.47.1 | 0.47.2 | |
genai-toolbox | 0.21.0 | 0.22.0 |
2025-11-23
| Name | Old Ver | New Ver | Note |
|---|---|---|---|
pgschema | - | 1.4.2 | new |
pgflo | - | 0.0.15 | new |
vector | 0.51.0 | 0.51.1 | bug fix |
sealos | 5.0.1 | 5.1.1 | |
etcd | 3.6.5 | 3.6.6 | |
duckdb | 1.4.1 | 1.4.2 | |
pg_exporter | 1.0.2 | 1.0.3 | |
pig | 0.7.1 | 0.7.2 | |
grafana | 12.1.0 | 12.3.0 | |
pg_timetable | 6.1.0 | 6.2.0 | |
genai-toolbox | 0.16.0 | 0.21.0 | |
timescaledb-tools | 0.18.0 | 0.18.1 | moved from PGSQL to INFRA |
timescaledb-event-streamer | 0.12.0 | 0.20.0 | |
tigerbeetle | 0.16.60 | 0.16.65 | |
victoria-metrics | 1.129.1 | 1.130.0 | |
victoria-logs | 1.37.2 | 1.38.0 | |
grafana-victorialogs-ds | 0.21.4 | 0.22.1 | |
grafana-victoriametrics-ds | 0.19.6 | 0.19.7 | |
grafana-plugins | 12.0.0 | 12.3.0 |
2025-11-11
| Name | Old Ver | New Ver | Note |
|---|---|---|---|
grafana | 12.1.0 | 12.2.1 | download url change |
prometheus | 3.6.0 | 3.7.3 | |
pushgateway | 1.11.1 | 1.11.2 | |
alertmanager | 0.28.1 | 0.29.0 | |
nginx_exporter | 1.5.0 | 1.5.1 | |
node_exporter | 1.9.1 | 1.10.2 | |
pgbackrest_exporter | 0.20.0 | 0.21.0 | |
redis_exporter | 1.77.0 | 1.80.0 | |
duckdb | 1.4.0 | 1.4.1 | |
dblab | 0.33.0 | 0.34.2 | |
pg_timetable | 5.13.0 | 6.1.0 | |
vector | 0.50.0 | 0.51.0 | |
rclone | 1.71.1 | 1.71.2 | |
victoria-metrics | 1.126.0 | 1.129.1 | |
victoria-logs | 1.35.0 | 1.37.2 | |
grafana-victorialogs-ds | 0.21.0 | 0.21.4 | |
grafana-victoriametrics-ds | 0.19.4 | 0.19.6 | |
grafana-infinity-ds | 3.5.0 | 3.6.0 | |
genai-toolbox | 0.16.0 | 0.18.0 | |
pev2 | 1.16.0 | 1.17.0 | |
pig | 0.6.2 | 0.7.1 |
2025-10-18
| Name | Old Ver | New Ver | Note |
|---|---|---|---|
prometheus | 3.5.0 | 3.6.0 | |
nginx_exporter | 1.4.2 | 1.5.0 | |
mysqld_exporter | 0.17.2 | 0.18.0 | |
redis_exporter | 1.75.0 | 1.77.0 | |
mongodb_exporter | 0.47.0 | 0.47.1 | |
victoria-metrics | 1.121.0 | 1.126.0 | |
victoria-logs | 1.25.1 | 1.35.0 | |
duckdb | 1.3.2 | 1.4.0 | |
etcd | 3.6.4 | 3.6.5 | |
restic | 0.18.0 | 0.18.1 | |
tigerbeetle | 0.16.54 | 0.16.60 | |
grafana-victorialogs-ds | 0.19.3 | 0.21.0 | |
grafana-victoriametrics-ds | 0.18.3 | 0.19.4 | |
grafana-infinity-ds | 3.3.0 | 3.5.0 | |
genai-toolbox | 0.9.0 | 0.16.0 | |
grafana | 12.1.0 | 12.2.0 | |
vector | 0.49.0 | 0.50.0 | |
rclone | 1.70.3 | 1.71.1 | |
minio | 20250723155402 | 20250907161309 | |
mcli | 20250721052808 | 20250813083541 |
2025-08-15
| Name | Old Ver | New Ver | Note |
|---|---|---|---|
grafana | 12.0.0 | 12.1.0 | |
pg_exporter | 1.0.1 | 1.0.2 | |
pig | 0.6.0 | 0.6.1 | |
vector | 0.48.0 | 0.49.0 | |
redis_exporter | 1.74.0 | 1.75.0 | |
mongodb_exporter | 0.46.0 | 0.47.0 | |
victoria-metrics | 1.121.0 | 1.123.0 | |
victoria-logs | 1.25.0 | 1.28.0 | |
grafana-victoriametrics-ds | 0.17.0 | 0.18.3 | |
grafana-victorialogs-ds | 0.18.3 | 0.19.3 | |
grafana-infinity-ds | 3.3.0 | 3.4.1 | |
etcd | 3.6.1 | 3.6.4 | |
ferretdb | 2.3.1 | 2.5.0 | |
tigerbeetle | 0.16.50 | 0.16.54 | |
genai-toolbox | 0.9.0 | 0.12.0 |
2025-07-24
| Name | Old Ver | New Ver | Note |
|---|---|---|---|
ferretdb | - | 2.4.0 | pair with documentdb 1.105 |
etcd | - | 3.6.3 | |
minio | - | 20250723155402 | |
mcli | - | 20250721052808 | |
ivorysql | - | 4.5-0ffca11-20250709 | fix libxcrypt dep issue |
2025-07-16
| Name | Old Ver | New Ver | Note |
|---|---|---|---|
genai-toolbox | 0.8.0 | 0.9.0 | MCP toolbox for various DBMS |
victoria-metrics | 1.120.0 | 1.121.0 | split into various packages |
victoria-logs | 1.24.0 | 1.25.0 | split into various packages |
prometheus | 3.4.2 | 3.5.0 | |
duckdb | 1.3.1 | 1.3.2 | |
etcd | 3.6.1 | 3.6.2 | |
tigerbeetle | 0.16.48 | 0.16.50 | |
grafana-victoriametrics-ds | 0.16.0 | 0.17.0 | |
rclone | 1.69.3 | 1.70.3 | |
pig | 0.5.0 | 0.6.0 | |
pev2 | 1.15.0 | 1.16.0 | |
pg_exporter | 1.0.0 | 1.0.1 |
2025-07-04
| Name | Old Ver | New Ver | Note |
|---|---|---|---|
prometheus | 3.4.1 | 3.4.2 | |
grafana | 12.0.1 | 12.0.2 | |
vector | 0.47.0 | 0.48.0 | |
rclone | 1.69.0 | 1.70.2 | |
vip-manager | 3.0.0 | 4.0.0 | |
blackbox_exporter | 0.26.0 | 0.27.0 | |
redis_exporter | 1.72.1 | 1.74.0 | |
duckdb | 1.3.0 | 1.3.1 | |
etcd | 3.6.0 | 3.6.1 | |
ferretdb | 2.2.0 | 2.3.1 | |
dblab | 0.32.0 | 0.33.0 | |
tigerbeetle | 0.16.41 | 0.16.48 | |
grafana-victorialogs-ds | 0.16.3 | 0.18.1 | |
grafana-victoriametrics-ds | 0.15.1 | 0.16.0 | |
grafana-infinity-ds | 3.2.1 | 3.3.0 | |
victoria-logs | 1.22.2 | 1.24.0 | |
victoria-metrics | 1.117.1 | 1.120.0 |
2025-06-01
| Name | Old Ver | New Ver | Note |
|---|---|---|---|
grafana | - | 12.0.1 | |
prometheus | - | 3.4.1 | |
keepalived_exporter | - | 1.7.0 | |
redis_exporter | - | 1.73.0 | |
victoria-metrics | - | 1.118.0 | |
victoria-logs | - | 1.23.1 | |
tigerbeetle | - | 0.16.42 | |
grafana-victorialogs-ds | - | 0.17.0 | |
grafana-infinity-ds | - | 3.2.2 |
2025-05-22
| Name | Old Ver | New Ver | Note |
|---|---|---|---|
dblab | - | 0.32.0 | |
prometheus | - | 3.4.0 | |
duckdb | - | 1.3.0 | |
etcd | - | 3.6.0 | |
pg_exporter | - | 1.0.0 | |
ferretdb | - | 2.2.0 | |
rclone | - | 1.69.3 | |
minio | - | 20250422221226 | last version with admin GUI |
mcli | - | 20250416181326 | |
nginx_exporter | - | 1.4.2 | |
keepalived_exporter | - | 1.6.2 | |
pgbackrest_exporter | - | 0.20.0 | |
redis_exporter | - | 1.27.1 | |
victoria-metrics | - | 1.117.1 | |
victoria-logs | - | 1.22.2 | |
pg_timetable | - | 5.13.0 | |
tigerbeetle | - | 0.16.41 | |
pev2 | - | 1.15.0 | |
grafana | - | 12.0.0 | |
grafana-victorialogs-ds | - | 0.16.3 | |
grafana-victoriametrics-ds | - | 0.15.1 | |
grafana-infinity-ds | - | 3.2.1 | |
grafana-plugins | - | 12.0.0 |
2025-04-23
| Name | Old Ver | New Ver | Note |
|---|---|---|---|
mtail | - | 3.0.8 | new |
pig | - | 0.4.0 | |
pg_exporter | - | 0.9.0 | |
prometheus | - | 3.3.0 | |
pushgateway | - | 1.11.1 | |
keepalived_exporter | - | 1.6.0 | |
redis_exporter | - | 1.70.0 | |
victoria-metrics | - | 1.115.0 | |
victoria-logs | - | 1.20.0 | |
duckdb | - | 1.2.2 | |
pg_timetable | - | 5.12.0 | |
vector | - | 0.46.1 | |
minio | - | 20250422221226 | |
mcli | - | 20250416181326 |
2025-04-05
| Name | Old Ver | New Ver | Note |
|---|---|---|---|
pig | - | 0.3.4 | |
etcd | - | 3.5.21 | |
restic | - | 0.18.0 | |
ferretdb | - | 2.1.0 | |
tigerbeetle | - | 0.16.34 | |
pg_exporter | - | 0.8.1 | |
node_exporter | - | 1.9.1 | |
grafana | - | 11.6.0 | |
zfs_exporter | - | 3.8.1 | |
mongodb_exporter | - | 0.44.0 | |
victoria-metrics | - | 1.114.0 | |
minio | - | 20250403145628 | |
mcli | - | 20250403170756 |
2025-03-23
| Name | Old Ver | New Ver | Note |
|---|---|---|---|
etcd | - | 3.5.20 | |
pgbackrest_exporter | - | 0.19.0 | rebuilt |
victoria-logs | - | 1.17.0 | |
vlogscli | - | 1.17.0 |
2025-03-17
| Name | Old Ver | New Ver | Note |
|---|---|---|---|
kafka | - | 4.0.0 | |
prometheus | - | 3.2.1 | |
alertmanager | - | 0.28.1 | |
blackbox_exporter | - | 0.26.0 | |
node_exporter | - | 1.9.0 | |
mysqld_exporter | - | 0.17.2 | |
kafka_exporter | - | 1.9.0 | |
redis_exporter | - | 1.69.0 | |
duckdb | - | 1.2.1 | |
etcd | - | 3.5.19 | |
ferretdb | - | 2.0.0 | |
tigerbeetle | - | 0.16.31 | |
vector | - | 0.45.0 | |
victoria-metrics | - | 1.114.0 | |
victoria-logs | - | 1.16.0 | |
rclone | - | 1.69.1 | |
pev2 | - | 1.14.0 | |
grafana-victorialogs-ds | - | 0.16.0 | |
grafana-victoriametrics-ds | - | 0.14.0 | |
grafana-infinity-ds | - | 3.0.0 | |
timescaledb-event-streamer | - | 0.12.0 | new |
restic | - | 0.17.3 | new |
juicefs | - | 1.2.3 | new |
2025-02-12
| Name | Old Ver | New Ver | Note |
|---|---|---|---|
pushgateway | 1.10.0 | 1.11.0 | |
alertmanager | 0.27.0 | 0.28.0 | |
nginx_exporter | 1.4.0 | 1.4.1 | |
pgbackrest_exporter | 0.18.0 | 0.19.0 | |
redis_exporter | 1.66.0 | 1.67.0 | |
mongodb_exporter | 0.43.0 | 0.43.1 | |
victoria-metrics | 1.107.0 | 1.111.0 | |
victoria-logs | 1.3.2 | 1.9.1 | |
duckdb | 1.1.3 | 1.2.0 | |
etcd | 3.5.17 | 3.5.18 | |
pg_timetable | 5.10.0 | 5.11.0 | |
ferretdb | 1.24.0 | 2.0.0 | |
tigerbeetle | 0.16.13 | 0.16.27 | |
grafana | 11.4.0 | 11.5.1 | |
vector | 0.43.1 | 0.44.0 | |
minio | 20241218131544 | 20250207232109 | |
mcli | 20241121172154 | 20250208191421 | |
rclone | 1.68.2 | 1.69.0 |
2024-11-19
| Name | Old Ver | New Ver | Note |
|---|---|---|---|
prometheus | 2.54.0 | 3.0.0 | |
victoria-metrics | 1.102.1 | 1.106.1 | |
victoria-logs | 0.28.0 | 1.0.0 | |
mysqld_exporter | 0.15.1 | 0.16.0 | |
redis_exporter | 1.62.0 | 1.66.0 | |
mongodb_exporter | 0.41.2 | 0.42.0 | |
keepalived_exporter | 1.3.3 | 1.4.0 | |
duckdb | 1.1.2 | 1.1.3 | |
etcd | 3.5.16 | 3.5.17 | |
tigerbeetle | 16.8 | 0.16.13 | |
grafana | - | 11.3.0 | |
vector | - | 0.42.0 |
4 - PGSQL Repo
The pigsty-pgsql repo contains packages that are ad hoc to specific PostgreSQL Major Versions
(often ad hoc to a specific Linux distro major version, too). Including extensions and some kernel forks.
You can check the Release - RPM Changelog / Release - DEB Changelog for the latest updates.
Compatibility
| OS / Arch | OS | x86_64 | aarch64 |
|---|---|---|---|
| EL8 | el8 | 18, 17, 16, 15, 14 | 18, 17, 16, 15, 14 |
| EL9 | el9 | 18, 17, 16, 15, 14 | 18, 17, 16, 15, 14 |
| EL10 | el10 | 18, 17, 16, 15, 14 | 18, 17, 16, 15, 14 |
| Debian 12 | d12 | 18, 17, 16, 15, 14 | 18, 17, 16, 15, 14 |
| Debian 13 | d13 | 18, 17, 16, 15, 14 | 18, 17, 16, 15, 14 |
| Ubuntu 22.04 | u22 | 18, 17, 16, 15, 14 | 18, 17, 16, 15, 14 |
| Ubuntu 24.04 | u24 | 18, 17, 16, 15, 14 | 18, 17, 16, 15, 14 |
| Ubuntu 26.04 | u26 | 18, 17, 16, 15, 14 | 18, 17, 16, 15, 14 |
Quick Start
PIG
You can install pig - the CLI tool, and add pgdg / pigsty repo with it (recommended):
Hint: If you are in mainland China, consider using the China CDN mirror (replace pigsty.io with pigsty.cc)
APT
You can also enable this repo with apt directly on Debian / Ubuntu:
DNF
You can also enable this repo with dnf/yum directly on EL-compatible systems:
Source
Building specs of this repo is open-sourced on GitHub:
If the platform is not supported, you can also build the packages from source code by yourself.
The pig build provides an easy way to build extension RPM/DEB on your own systems.
4.1 - DNF Changelog
2026-08-14
This batch adds pg_relation_sql, upgrades pg_oidc_validator and pg_when, and rebuilds existing packages after correcting license metadata. pg_relation_sql is standalone SQL and does not support CREATE EXTENSION.
| Name | Old | New | Comment |
|---|---|---|---|
| asn1oid | 1.6 | 1.6 | License metadata: GPL-3.0-or-later; r2; PG14-18 |
| emailaddr | 0 | 0 | License metadata: LicenseRef-Upstream-No-License; r3; PG14-18 |
| explain_ui | 0.0.2 | 0.0.2 | License metadata: LicenseRef-Upstream-No-License; r4; PG14-18 |
| numeral | 1.3 | 1.3 | License metadata: GPL-2.0-or-later; r6; PG14-18 |
| oidc_validator | 0.1.0 | 0.1.0 | Rust module; LicenseRef-Upstream-No-License; r2; PG18 |
| pg_failover_slots | 1.2.1 | 1.2.1 | License metadata: PostgreSQL; r2; preload; PG14-18 |
| pg_geohash | 1.0 | 1.0 | License metadata: MIT; r4; fix SQL filename and target-PG ABI; PG14-18 |
| pg_oidc_validator | 0.2 | 1.1.0 | PG18 OAuth validator module; add discovery_url_override; EL10 only |
| pg_relation_sql | - | 0.2.2 | Standalone SQL; no CREATE EXTENSION; noarch; PG14-18 |
| pg_summarize | 0.0.1 | 0.0.1 | License metadata: LicenseRef-Upstream-No-License; r6; PG14-18 |
| pg_when | 0.1.9 | 0.1.10 | GitHub/PGXN release; upstream pgrx 0.18.1, packaged with 0.19.1; PG14-18 |
| pre_prepare | 0.9 | 0.9 | License metadata: PostgreSQL; r2; PG14-18 |
| smlar | 1.0 | 1.0 | License metadata: LicenseRef-Upstream-No-License; r2; PG14-18 |
| unit | 7.10 | 7.10 | License metadata: GPL-3.0-or-later; r7; PG14-18 |
2026-08-12
| Name | Old | New | Comment |
|---|---|---|---|
| biscuit | 2.4.3 | 3.0.0 | PG16-18; 2.x indexes require REINDEX |
| cat_tools | - | 0.3.0 | SQL-only; PG14-18 |
| citus | 14.1.0 | 14.2.0 | Includes citus_columnar; PG16-18 |
| pg_clickhouse | 0.3.2 | 0.10.0 | PG14-18 |
| pg_describe | - | 1.0.0 | PG17-18 |
| pg_disorder | - | 0.1.0 | PG14-18 |
| pg_local_cache | - | 1.3.0 | PG14-18; preload; single-primary |
| pg_mentat | - | 1.5.7 | PG14-18 |
| pg_policy | - | 0.1.0 | SQL-only; PG14-18 |
| pg_rational | 0.0.2 | 0.0.3 | PIGSTY; PG14-18 |
| pg_readme | 0.7.0 | 0.7.1 | Catalog 0.7.1; RPM remains PGDG 0.7.0 |
| pg_search | 0.25.0 | 0.25.2 | PG15-18; pgrx 0.19.1; preload |
| pg_squeeze | 1.9.2 | 1.9.4 | PGDG; PG14-18 |
| pg_statviz | - | 0.9 | PGDG; PG14-16 and EL10 PG18; no PG17; not in default groups |
| pg_turbovec | - | 1.29.0 | PG14-18; pgrx 0.19.1 |
| pg_uuid_v8 | 1.0.0 | 1.1.0 | PG14-18; includes 1.0-to-1.1 upgrade script |
| pg_vault_tde | - | 1.7.0 | PG17-18; EL9/10; preload |
| pgbson | 2.0.4 | 2.1.0 | RPM package postgresbson; PG14-18 |
| pgmnemo | 0.15.0 | 0.16.1 | PG17-18 |
| plpgsql_check | 2.10.3 | 2.10.4 | PG14-18 |
| plruby | - | 2.5.0 | Includes jsonb_plruby, hstore_plruby, ltree_plruby; PG14-18 |
| polardb-17 | 17.10.1.0-1PIGSTY | 17.10.1.0-2PGSTY | Rebuild; PG17 |
| polarstore | 1.2.42-1PIGSTY | 1.2.42-2PGSTY | Rebuild |
| provsql | 1.11.0 | 1.12.0 | PG14-18 |
| q3c | 2.0.2 | 2.0.5 | PGDG; PIGSTY remains 2.0.2; PG14-18 |
| timescaledb | 2.29.0 | 2.29.1 | PG16-18 |
| vector | 0.8.6 | 0.8.6 | PGDG repository refresh; PG14-18 |
| zlog | 1.2.18-1PIGSTY | 1.2.18-2PGSTY | Rebuild |
2026-07-30
| Name | Old Ver | New Ver | Note |
|---|---|---|---|
| emaj | - | 5.0.0 | Renamed to e-maj; Provides/Obsoletes emaj; r2 |
| graph | 0.1.8 | 1.0.0 | pggraph; PG14-18; pgrx 0.19.1 |
| nominatim_fdw | 2.0.0 | 2.1.0 | PG14-18 |
| numeral | 1.3 | 1.3 | Renamed to postgresql-numeral; Provides/Obsoletes numeral; r3 |
| pg_ai_query | 0.1.1 | 0.1.1 | EL9/10 only (GCC 13/OpenSSL 3); r2 not indexed |
| pg_column_tetris | - | 0.1.0 | SQL-only; PG14-18 |
| pg_net | 0.20.5 | 0.20.5 | EL8/9: 0.9.2; EL10: 0.20.5; r3 not indexed |
| pg_partman | 5.4.0 | 5.5.0 | PG14-18 |
| pg_search | 0.24.3 | 0.25.0 | PG15-18; pgrx 0.19.1; add pgvector/OpenBLAS dependencies |
| pgcontext | - | 0.2.0 | PG17-18; pgrx 0.19.1; optional pgvector bridge |
| pgedge | 18.4 | 18.4 | PG15-18 ABI fix; r2 not indexed |
| pgmnemo | 0.13.0 | 0.15.0 | PG17-18; requires pgvector >= 0.7.0 |
| pgmp | - | 1.0.6 | PG14-18; GMP dependency |
| pgpcre | 0.20190509 | 0.20190509 | EL8/9 only; r2 not indexed |
| pgwasm | - | 0.1.0 | PG14-18 |
| plpgsql_check | 2.10.1 | 2.10.3 | PG14-18; optional preload |
| postbis | - | 1.0 | PG14-18 compatibility patch; r2 |
| qdgc | - | 0.1.0 | PG14-18; includes qdgc_postgis |
| rdf_fdw | 2.6.0 | 2.7.0 | PG14-18 |
| timescaledb | 2.28.3 | 2.29.0 | PG16-18 |
| uri | 1.20251029 | 1.20251029 | Renamed to pguri; Provides/Obsoletes pg_uri; r2 |
| vector | 0.8.5 | 0.8.6 | PG14-18; 0.8.6 not indexed |
2026-07-24
This batch records extension changes from 2026-07-07 through 2026-07-24: new extensions, version upgrades, Rust/pgrx rebuilds, and package-matrix gap repairs. Rows with unchanged versions record packaging or coverage changes; package or SQL-version differences are called out where they matter.
| Name | Old Ver | New Ver | Note |
|---|---|---|---|
| argm | - | 1.1.1 | PG14-18 |
| cron_utils | - | 0.1.0 | SQL-only; PG14-18 |
| fbsql | - | 0.1.0 | PL/R; PG16-18 |
| oidc_validator | - | 0.1.0 | Rust OIDC; PG18 |
| online_advisor | - | 1.0 | PG14-18 |
| pg_cjk_parser | - | 0.1.0 | PG14-18 |
| pg_extension_base | - | 3.4 | pg_lake 3.4; PG16-18; RPM EL9/10 |
| pg_extension_updater | - | 3.4 | pg_lake 3.4; PG16-18; RPM EL9/10 |
| pg_fts | - | 0.2.0 | PG17-18 |
| pg_jieba | - | 1.1.0 | pkg 2.0.1; SQL 1.1.0; PG14-18 |
| pg_kpart | - | 1.0 | PG14-18 |
| pg_lake | - | 3.4 | pg_lake 3.4; PG16-18; RPM EL9/10 |
| pg_lake_copy | - | 3.4 | pg_lake 3.4; PG16-18; RPM EL9/10 |
| pg_lake_engine | - | 3.4 | pg_lake 3.4; PG16-18; RPM EL9/10 |
| pg_lake_iceberg | - | 3.4 | pg_lake 3.4; PG16-18; RPM EL9/10 |
| pg_lake_table | - | 3.4 | pg_lake 3.4; PG16-18; RPM EL9/10 |
| pg_map | - | 3.4 | pg_lake 3.4; PG16-18; RPM EL9/10 |
| pg_oidc_validator | - | 0.2 | Percona OIDC; PG18; DEB all, RPM EL10 |
| pg_roast | - | 1.0 | PG14-18 |
| pg_tiktoken_c | - | 1.1 | PG14-18 |
| pgfr_analyze | - | 2.29.2 | pg_flight_recorder; PG15-18 |
| pgfr_record | - | 2.29.2 | pg_flight_recorder; PG15-18 |
| pgmemento | - | 0.7.4 | SQL-only; PG14-18 |
| pgmonitor | - | 2.2.0 | PG14-18 |
| pgsqlmock | - | 1.0.1 | PG14-18 |
| plx | - | 1.3.1 | PG14-18 |
| anon | 3.1.1 | 3.1.3 | pgrx 0.19.1; PG14-18 |
| block_copy_command | 0.1.5 | 0.1.5 | pgrx 0.19.1; PG14-18 |
| convert | 0.1.0 | 0.1.0 | pgrx 0.19.1; PG14-18 |
| etcd_fdw | 0.0.1 | 0.0.1 | pgrx 0.19.1; PG14-18 |
| explain_ui | 0.0.2 | 0.0.2 | pgrx 0.19.1; PG14-18 |
| graph | 0.1.7 | 0.1.8 | pgrx 0.19.1; PG14-18 |
| jsonschema | 0.1.9 | 0.1.9 | pgrx 0.19.1; PG14-18 |
| pg_base58 | 0.0.1 | 0.0.1 | pgrx 0.19.1; PG14-18 |
| pg_bestmatch | 0.0.2 | 0.0.2 | pgrx 0.19.1; PG14-18 |
| pg_cardano | 1.2.0 | 1.2.0 | pgrx 0.19.1; PG15-18 |
| pg_command_fw | 0.1.0 | 0.1.0 | pgrx 0.19.1; PG15-18 |
| pg_durable | 0.2.2 | 0.2.3 | pgrx 0.19.1; PG14-18 |
| pg_enigma | 0.5.0 | 0.5.0 | pgrx 0.19.1; PG14-18 |
| pg_eviltransform | 0.0.2 | 0.0.4 | pgrx 0.19.1; PG14-18 |
| pg_graphql | 1.6.1 | 1.6.1 | pgrx 0.19.1; PG14-18 |
| pg_idkit | 0.4.0 | 0.4.0 | pgrx 0.19.1; PG14-18 |
| pg_jsonschema | 0.3.4 | 0.3.4 | pgrx 0.19.1; PG14-18 |
| pg_kazsearch | 2.2.0 | 2.3.0 | pgrx 0.19.1; PG16-18 |
| pg_later | 0.4.0 | 0.4.0 | pgrx 0.19.1; PG14-18 |
| pg_mooncake | 0.2.0 | 0.2.0 | pgrx 0.19.1; PG14-18 |
| pg_parquet | 0.5.1 | 0.5.1 | pgrx 0.19.1; PG14-18 |
| pg_pinyin | 0.0.4 | 0.0.5 | pgrx 0.19.1; PG14-18 |
| pg_polyline | 0.0.1 | 0.0.1 | pgrx 0.19.1; PG14-18 |
| pg_render | 0.1.3 | 0.1.3 | pgrx 0.19.1; PG14-18 |
| pg_rrf | 0.0.3 | 0.0.3 | pgrx 0.19.1; PG14-18 |
| pg_search | 0.24.0 | 0.24.3 | pgrx 0.19.1; PG15-18 |
| pg_session_jwt | 0.5.0 | 0.5.0 | pgrx 0.19.1; PG14-18 |
| pg_smtp_client | 0.2.1 | 0.2.1 | pgrx 0.19.1; PG14-18 |
| pg_strict | 1.0.5 | 1.0.5 | pgrx 0.19.1; PG14-18 |
| pg_summarize | 0.0.1 | 0.0.1 | pgrx 0.19.1; PG14-18 |
| pg_tiktoken | 0.0.1 | 0.0.1 | pgrx 0.19.1; PG14-18 |
| pg_tokenizer | 0.1.1 | 0.1.1 | pgrx 0.19.1; PG14-18 |
| pg_trickle | 0.81.0 | 0.81.0 | pgrx 0.19.1; PG18 |
| pg_when | 0.1.9 | 0.1.9 | pgrx 0.19.1; PG14-18 |
| pgdd | 0.6.1 | 0.6.1 | pgrx 0.19.1; PG14-18 |
| pglinter | 2.0.0 | 2.0.0 | pgrx 0.19.1; PG14-18 |
| pglite_fusion | 0.0.6 | 0.0.6 | pgrx 0.19.1; PG14-18 |
| pgmqtt | 0.3.0 | 0.4.1 | pgrx 0.19.1; PG14-18 |
| pgrdf | 0.6.4 | 0.6.20 | pgrx 0.19.1; PG14-18 |
| pgsmcrypto | 0.1.1 | 0.1.1 | pgrx 0.19.1; PG14-18 |
| pgx_ulid | 0.2.3 | 0.2.3 | pgrx 0.19.1; PG14-18 |
| plprql | 18.0.1 | 18.0.1 | pgrx 0.19.1; PG14-18 |
| timescaledb_toolkit | 1.23.0 | 1.23.0 | pgrx 0.19.1; PG15-18 |
| typeid | 0.3.0 | 0.3.0 | pgrx 0.19.1; PG14-18 |
| tzf | 0.3.0 | 0.3.0 | pgrx 0.19.1; PG14-18 |
| vchord | 1.1.1 | 1.1.1 | pgrx 0.19.1; PG14-18 |
| vchord_bm25 | 0.3.0 | 0.3.0 | pgrx 0.19.1; PG14-18 |
| vectorize | 0.26.2 | 0.26.2 | pgrx 0.19.1; PG14-18 |
| vectorscale | 0.9.0 | 0.9.0 | pgrx 0.19.1; PG14-18 |
| wrappers | 0.6.1 | 0.6.2 | pgrx 0.19.1; PG14-18 |
| age | 1.7.0 | 1.8.0 | PG18: 1.8.0-rc0; PG17: 1.7.0 |
| babelfishpg_tsql | 5.5.0 | 5.4.0 | Catalog fix: 5.4.0; PG17-18 |
| biscuit | 2.4.1 | 2.4.3 | pkg 2.4.3; SQL 2.4.1; PG16-18 |
| decoderbufs | 3.5.0 | 3.6.0 | DEB 3.6.0; RPM 3.5.0; PG14-18 |
| documentdb | 0.113 | 0.114 | PG15-18; 16 targets |
| documentdb_core | 0.113 | 0.114 | PG15-18; 16 targets |
| documentdb_distributed | 0.113 | 0.114 | PG15-18; 16 targets |
| documentdb_extended_rum | 0.113 | 0.114 | PG15-18; 16 targets |
| http | 1.7.1 | 1.7.2 | PG14-18 |
| jdbc_fdw | 0.4.0 | 0.5.0 | pkg 0.5.0; SQL 1.2; PG14-18; 16 targets |
| nominatim_fdw | 1.3 | 2.0.0 | PG14-18; 16 targets |
| odbc_fdw | 0.5.1 | 0.6.1 | pkg 0.6.1; SQL 0.5.2; PG14-18 |
| ogr_fdw | 1.1.8 | 1.1.9 | PG14-18 |
| pg_csv | 1.0.1 | 1.0.2 | +RPM; pkg 1.0.2; SQL 1.0.1; PG14-18 |
| pg_dbms_errlog | 2.2 | 2.4 | PG14-18 |
| pg_ivm | 1.14 | 1.15 | PG14-18 |
| pg_net | 0.20.3 | 0.20.5 | pkg 0.20.5; SQL 0.20.4; PG14-18; RPM EL10 |
| pg_rewrite | 2.0.0 | 2.2 | PG14-18 |
| pg_statement_rollback | 1.5 | 1.6 | PG14-18 |
| pg_tde | 2.1 | 2.2 | Percona; PG17-18 |
| pgnodemx | 1.7 | 2.0.1 | pkg 2.0.1; SQL 2.0; PG14-18; cgroup-safe |
| pgauditlogtofile | 1.8.4 | 1.8.5 | PG14-18 |
| pgbson | 2.0.2 | 2.0.4 | pkg 2.0.4; SQL 2.0; PG14-18 |
| pgclone | 4.3.2 | 4.4.2 | PG14-18 |
| pgextwlist | 1.19 | 1.20 | PG14-18 |
| pgmnemo | 0.12.1 | 0.13.0 | PG17-18 |
| pgmq | 1.11.1 | 1.12.0 | PG14-18 |
| pgsentinel | 1.4.1 | 1.4.2 | RPM 1.4.2; DEB 1.4.0; U26 1.4.1; PG14-18 |
| plpgsql_check | 2.9.2 | 2.10.1 | PG14-18 |
| plproxy | 2.11.0 | 2.12.0 | PG14-18 |
| powa | 5.1.2 | 5.2.0 | DEB 5.2.0; RPM 5.1.0; PG14-18 |
| provsql | 1.10.0 | 1.11.0 | PG14-18 |
| re2 | 0.3.0 | 0.4.1 | PG16-18 |
| snowflake | 2.4 | 2.5.0 | pgEdge; PG15-18 |
| spock | 5.0.6 | 5.0.10 | pgEdge; PG15-18 |
| tdigest | 1.4.3 | 1.4.4 | PG14-18 |
| timescaledb | 2.28.2 | 2.28.3 | PG15-18: 2.28.3; PG14: 2.19.3; 6 EL |
| vector | 0.8.4 | 0.8.5 | PG14-18 |
| babelfishpg_money | 1.1.0 | 1.1.0 | Babelfish: +PG18 |
| babelfishpg_tds | 1.0.0 | 1.0.0 | Babelfish: +PG18 |
| citus | 14.1.0 | 14.1.0 | Citus 13.0.0; EL10 RPM PG14, 2 arch |
| dbt2 | 0.61.7 | 0.61.7 | +DEB PG14-18; +EL8 RPM PG17-18, 2 arch |
| decoder_raw | 1.0 | 1.0 | EL10/D13; PG14-16; 2 arch |
| faker | 0.5.3 | 0.5.3 | +DEB PG14-18 |
| gb18030_2022 | 1.0 | 1.0 | IvorySQL 5.4; PG18; 16 targets |
| h3 | 4.2.3 | 4.2.3 | EL8 x86_64 RPM PG17-18 |
| hdfs_fdw | 2.3.3 | 2.3.3 | +DEB PG14-18 |
| hstore_pllua | 2.0.12 | 2.0.12 | +RPM 6 EL PG14-18 |
| hstore_plluau | 2.0.12 | 2.0.12 | +RPM 6 EL PG14-18 |
| hunspell_cs_cz | 1.0 | 1.0 | hunspell bundle; 10 dictionaries; 16 targets; PG14-18 |
| hunspell_de_de | 1.0 | 1.0 | hunspell bundle; 10 dictionaries; 16 targets; PG14-18 |
| hunspell_en_us | 1.0 | 1.0 | hunspell bundle; 10 dictionaries; 16 targets; PG14-18 |
| hunspell_fr | 1.0 | 1.0 | hunspell bundle; 10 dictionaries; 16 targets; PG14-18 |
| hunspell_ne_np | 1.0 | 1.0 | hunspell bundle; 10 dictionaries; 16 targets; PG14-18 |
| hunspell_nl_nl | 1.0 | 1.0 | hunspell bundle; 10 dictionaries; 16 targets; PG14-18 |
| hunspell_nn_no | 1.0 | 1.0 | hunspell bundle; 10 dictionaries; 16 targets; PG14-18 |
| hunspell_pt_pt | 1.0 | 1.0 | 16 targets; pt_pt.stop avoids core conflict |
| hunspell_ru_ru | 1.0 | 1.0 | hunspell bundle; 10 dictionaries; 16 targets; PG14-18 |
| hunspell_ru_ru_aot | 1.0 | 1.0 | hunspell bundle; 10 dictionaries; 16 targets; PG14-18 |
| imgsmlr | 1.0 | 1.0 | EL10/D13; PG14-18; 2 arch |
| ivorysql_ora | 1.0 | 1.0 | IvorySQL 5.4; PG18; 16 targets |
| mobilitydb | 1.3.0 | 1.3.0 | +RPM 6 EL PG14-18; +U22 DEB PG18 |
| mobilitydb_datagen | 1.3.0 | 1.3.0 | mobilitydb bundle; +RPM 6 EL; +U22 DEB PG18 |
| omni | 0.2.14 | 0.2.14 | omnigres 20251108; EL10 PG14-18; EL8/9,D12/U22 PG18 |
| ora_btree_gin | 1.0 | 1.0 | IvorySQL 5.4; PG18; 16 targets |
| ora_btree_gist | 1.0 | 1.0 | IvorySQL 5.4; PG18; 16 targets |
| pg_dbms_job | 2.0 | 2.0 | +DEB PG14-18 |
| pg_dbms_lock | 2.0 | 2.0 | +DEB PG14-18 |
| pg_dbms_metadata | 1.0.0 | 1.0.0 | +DEB PG14-18; +EL8 aarch64 RPM PG15 |
| pg_fact_loader | 2.0.1 | 2.0.1 | U26 DEB PG14-18 |
| pg_get_functiondef | 1.0 | 1.0 | IvorySQL 5.4; PG18; 16 targets |
| pg_strom | 6.1 | 6.1 | pg_strom 3.5; EL10 x86_64 PG14 |
| pgautofailover | 2.2 | 2.2 | 6 EL RPM: +PG18 |
| pgbouncer_fdw | 1.4.0 | 1.4.0 | +DEB PG14-18 |
| pg_wait_sampling | 1.1.11 | 1.1.11 | +RPM PG14-18; SQL 1.1 |
| pgl_ddl_deploy | 2.2.1 | 2.2.1 | +RPM PG14-18; +U26 DEB PG14-17 |
| pglogical_ticker | 1.4.1 | 1.4.1 | 6 EL RPM PG14-17 |
| pgmemcache | 2.3.0 | 2.3.0 | EL8 aarch64 RPM PG14-15 |
| pgml | 2.10.0 | 2.10.0 | EL10/D13/U26; PG14-17; 2 arch |
| pgspider_ext | 1.3.0 | 1.3.0 | +RPM PG14-18; PG18 compatible |
| plisql | 1.0 | 1.0 | IvorySQL 5.4; PG18; 16 targets |
| pllua | 2.0.12 | 2.0.12 | 6 EL: +PG18; EL8 aarch64: +PG14-15 |
| rdkit | 202503.6 | 202503.6 | 202303.3; EL8/9, D12/U22; PG14-18 |
| sqlite_fdw | 2.5.0 | 2.5.0 | RPM r3: +PG18, EL8 SQLite; PG14-18 |
| sslutils | 1.4 | 1.4 | EL8 RPM PG18, 2 arch |
| wal2mongo | 1.0.7 | 1.0.7 | +RPM PG14-18; PG17-18 compatible |
2026-07-07
| Name | Old Ver | New Ver | Note |
|---|---|---|---|
| polardb-17 | - | 17.10.1.0 | PG 17 |
| agensgraph-17 | 2.16.0 | 2.17.0 | PG 17.10 |
| openhalodb-14 | 1.0-beta | 1.0-2 | OpenHaloDB |
| babelfish-17 | 5.4.0 | 5.4.0 | PG 17.7 |
| babelfish-18 | - | 6.0.0 | PG 18.3 |
| pgedge-15 | - | 15.18 | Spock 5.0.10 |
| pgedge-16 | - | 16.14 | Spock 5.0.10 |
| pgedge-17 | 17.9 | 17.10 | Spock 5.0.10 |
| pgedge-18 | 18.3 | 18.4 | Spock 5.0.10 |
| orioledb-16 | 1.8-beta16 | 1.8-beta16 | PG 16 |
| orioledb-17 | 1.8-beta16 | 1.8-beta16 | PG 17 |
| orioledb-18 | 1.8-beta16 | 1.8-beta16 | PG 18 |
| ivorysql-18 | - | 5.4 | PG 18 |
| cloudberry | 2.1.0-2 | 2.1.0-3 | /usr/cloudberry |
| cloudberry-backup | 2.1.0-2 | 2.1.0-3 | /usr/cloudberry/bin |
| cloudberry-pxf | 2.1.0-2 | 2.1.0-3 | /usr/cloudberry-pxf |
2026-07-01
| Name | Old Ver | New Ver | Note |
|---|---|---|---|
| timescaledb | 2.28.0 | 2.28.2 | PG 15-18 |
| documentdb | 0.112 | 0.113 | PG 15-18 |
| citus | 14.0.0-4 | 14.1.0 | PG 16-18 |
| pgvector | 0.8.3 | 0.8.4 | PG 14-18 |
| plpgsql_check | 2.9.1 | 2.9.2 | PG 14-18 |
| roaringbitmap | 1.1.0 | 1.2.0-2 | PG 14-18, llvm-lto packaging fix |
| biscuit | 2.3.0 | 2.4.1 | PG 16-18 |
| pgmnemo | 0.8.3 | 0.12.1 | PG 14-18 |
| rdf_fdw | 2.5.0 | 2.6.0 | PG 14-18, libcurl compatibility patch |
2026-06-18
Updated Rust extension pgrx version to 0.18.1.
| Name | Old Ver | New Ver | Note |
|---|---|---|---|
| timescaledb | 2.27.2 | 2.28.0 | PG 15-18 |
| timeseries | 0.2.0 | 0.2.1 | PG 14-18 |
| documentdb | 0.110 | 0.112 | PG 15-18 |
| pg_clickhouse | 0.3.1 | 0.3.2 | PG 14-18 |
| biscuit | 2.2.2 | 2.3.0 | PG 16-18 |
| provsql | 1.9.0 | 1.10.0 | PG 14-18 |
| toastinfo | 1.6 | 1.7 | PG 14-18, RPM only |
| pgfincore | 1.3.1 | 1.4.0 | PG 14-18, RPM only |
| pg_http | 1.7.0 | 1.7.1 | PG 14-18, RPM rename to pgsql_http_$v |
| pg_gzip | 1.0.0 | 1.1.0 | PG 14-18, RPM rename to pgsql_gzip_$v |
| age | 1.7.0 | 1.7.0 | PG 17-18, RPM rename to age_$v |
| orioledb | 1.7-beta15 | 1.8-beta16 | Build for PG 16, 17, 18 |
| etcd_fdw | 0.0.0 | 0.0.1 | PG 14-18, pgrx 0.18.1 |
| pg_anon | 3.0.13 | 3.1.1 | PG 14-18, pgrx 0.18.1 |
| pg_graphql | 1.5.12 | 1.6.1 | PG 14-18, pgrx 0.18.1 |
| pg_kazsearch | 2.0.0 | 2.2.0 | PG 16-18, pgrx 0.18.1 |
| pg_session_jwt | 0.4.0 | 0.5.0 | PG 14-18, pgrx 0.18.1 |
| pg_tzf | 0.2.4 | 0.3.0 | PG 14-18, pgrx 0.18.1 |
| pg_vectorize | 0.26.1 | 0.26.2 | PG 14-18, pgrx 0.18.1 |
| pglinter | 1.1.2 | 2.0.0 | PG 14-18, pgrx 0.18.1 |
| pgmqtt | 0.1.0 | 0.3.0 | PG 14-18, pgrx 0.18.1 |
| timescaledb_toolkit | 1.22.0 | 1.23.0 | PG 15-18, pgrx 0.18.1 |
| wrappers | 0.6.0 | 0.6.1 | PG 14-18, pgrx 0.18.1 |
| pgrdf | 0.5.0 | 0.6.4 | PG 14-17, pgrx 0.18.1 |
| pg_ducklake | - | 1.0.0 | new, PG 14-18 |
| pg_mockable | - | 1.1.0 | new, PG 14-18 |
| pg_stat_backtrace | - | 1.0.0 | new, PG 14-18, libunwind |
| db2fce | - | 0.0.17 | new, PG 14-18 |
| pgvector | 0.8.2 | 0.8.3 | PG 14-18 |
2026-06-12
Added most Ubuntu 26.04 Resolute core extension packages.
| Name | Old Ver | New Ver | Note |
|---|---|---|---|
| firebird_fdw | 1.4.1 | 1.4.2 | PG 14-18 |
| pg_background | 1.9.2 | 2.0 | PG 14-18 |
| pg_clickhouse | 0.3.0 | 0.3.1 | PG 14-18 |
| pg_dirtyread | 2.7 | 2.8 | PG 14-18, RPM only |
| pg_net | 0.20.2 | 0.20.3 | PG 14-18, EL10 only |
| pg_search | 0.23.1 | 0.24.0 | PG 15-18 |
| pg_stat_ch | 0.3.6 | 0.3.6 | PG 16-18, EL9/EL10 only, rebuild |
| pg_trickle | 0.40.0 | 0.81.0 | PG 18 only |
| plpgsql_check | 2.9.0 | 2.9.1 | PG 14-18 |
| provsql | 1.8.0 | 1.9.0 | PG 14-18 |
| re2 | 0.1.1 | 0.3.0 | PG 16-18 |
| storage_engine | 2.3.0 | 2.4.0 | PG 15-18 |
| timescaledb | 2.27.0 | 2.27.2 | PG 15-18 |
| toastinfo | 1.5 | 1.6 | PG 14-18, RPM only |
| pggraph | 0.1.5 | 0.1.7 | PG 14-18 |
| pgmnemo | 0.7.2 | 0.8.3 | PG 14-18 |
| pgsql_tweaks | 1.0.2 | 1.0.3 | PG 14-18 |
| pg_orca | - | 1.0.0 | new, PG 18 only |
| pg_projection | - | 1.0.0 | new, PG 14-18 |
| pg_sorted_heap | - | 0.14.0 | new, PG 16-18 |
| pg_stl | - | 1.0.0 | new, PG 16-18 |
| pg_uuid_v8 | - | 1.0.0 | new, PG 14-18 |
| pg_pinyin | - | 0.0.4 | new, PG 14-18 |
| pg_task | - | 2.1.29 | new, PG 14-18, pcre2grep fix |
| pg_extra_time | - | 2.1.0 | new, PG 14-18 |
| fsm_core | - | 1.1.0 | new, PG 15-18 |
2026-05-15
| Name | Old Ver | New Ver | Note |
|---|---|---|---|
| psql_bm25s | - | 0.4.13 | new BM25 lexical retrieval extension, PG 17-18 |
| timescaledb | 2.26.4 | 2.27.0 | TimescaleDB TSL minor update, PG 15-18 |
| pg_textsearch | 1.1.0 | 1.2.0 | Timescale BM25 full-text search, PG 17-18 |
| pgclone | 4.0.0 | 4.3.2 | PGXN bump, PG 14-18 |
| storage_engine | 1.3.4 | 2.3.0 | PGXN 2.x bump, PG 15-18 |
| pg_clickhouse | 0.2.0 | 0.3.0 | PGXN bump, ClickHouse query integration |
| provsql | 1.2.3 | 1.4.0 | PGXN bump, provenance and uncertainty engine |
2026-05-01
| Name | Old Ver | New Ver | Note |
|---|---|---|---|
| pg_pathcheck | - | 0.9.1 | new, PG 17-18, requires preload |
| pg_bikram_sambat | - | 0.1.0 | new, Bikram Sambat date type and AD/BS conversion |
| timescaledb | 2.26.3 | 2.26.4 | TimescaleDB TSL minor update |
| storage_engine | 1.2.3 | 1.3.4 | PGXN bump, table access method for row/column compression |
| pgproto | 0.3.3 | 0.5.0 | PGXN bump, native Protobuf support |
| pg_savior | 0.0.1 | 0.1.0 | DDL/DML safety hook, preload or LOAD |
| pg_textsearch | 1.0.0 | 1.1.0 | Timescale BM25 full-text search, PG 17-18, requires preload |
| pg_trickle | 0.31.0 | 0.40.0 | Rust/pgrx bump, PG 18 only |
| pgedge | 17.9 | 18.3 | rebuilt for PG 18 |
| spock | 5.0.5 | 5.0.6 | rebuilt for PG 18 |
| lolor | 1.2.2 | 1.2.2 | rebuilt for PG 18 |
| snowflake | 2.4 | 2.4 | rebuilt for PG 18 |
2026-04-25
| Name | Old Ver | New Ver | Note |
|---|---|---|---|
| documentdb | 0.109 | 0.110 | bump to upstream, PG 15-18 |
| pg_trickle | 0.20.0 | 0.31.0 | bump, PG 18 only, pgrx 0.18.0 |
| pg_search | 0.23.0 | 0.23.1 | bump, PG 15-18, pgrx 0.18.0 |
| pg_ivm | 1.13 | 1.14 | bump, PG 14-18 |
| prefix | 1.2.10 | 1.2.11 | bump, PG 14-18, PGDG |
| credcheck | 4.6 | 4.7 | bump, PG 14-18, PGDG |
| pg_dbms_job | 1.5 | 2.0 | bump, PG 14-18, PGDG |
| storage_engine | 1.0.7 | 1.2.3 | bump, PG 14-18 |
| pgmq | 1.11.0 | 1.11.1 | bump, PG 14-18 |
| parray_gin | 1.4.0 | 1.5.0 | bump, PG 14-18 |
| rdf_fdw | 2.4.0 | 2.5.0 | bump, PG 14-18 |
| pg_accumulator | - | 1.1.3 | new, PG 14-18 |
2026-04-19
| Name | Old Ver | New Ver | Note |
|---|---|---|---|
| cloudberry | 2.0.0 | 2.1.0-2 | bump to 2.1.0, release 2 fixes initdb errno issue |
| cloudberry-backup | - | 2.1.0-2 | new companion package |
| cloudberry-pxf | - | 2.1.0-2 | new companion package |
| re2 | - | 0.1.1 | new, PG 16-18 |
| storage_engine | - | 1.0.7 | new, PG 14-18 |
| ulak | - | 0.0.2 | new, PG 14-18 |
| orioledb | beta14 | beta15 | paired with OriolePG 17.18 |
| oriolepg | 17.16 | 17.18 | kernel patchset update |
| pg_clickhouse | 0.1.10 | 0.2.0 | |
| pg_search | 0.22.6 | 0.23.0 | |
| pg_stat_ch | 0.3.4 | 0.3.6 | EL9+ only |
| pg_trickle | 0.17.0 | 0.20.0 | PG 18 only |
| pgclone | 3.6.0 | 4.0.0 | |
| pgproto | 0.2.4 | 0.3.3 | |
| pgxicor | 0.1.0 | 0.1.1 | |
| timescaledb | 2.26.2 | 2.26.3 |
2026-04-14
| Name | Old Ver | New Ver | Note |
|---|---|---|---|
| block_copy_command | - | 0.1.5 | new, PG 14-18, pgrx 0.17.0 |
| pg_kazsearch | - | 2.0.0 | new, PG 16-18, pgrx 0.17.0 |
| pg_rrf | - | 0.0.3 | new, PG 14-17, pgrx 0.16.1 -> 0.17.0 |
| pgmqtt | - | 0.1.0 | new, PG 14-18, pgrx 0.16.1 -> 0.17.0 |
| pg_when | - | 0.1.9 | new, PG 14-18, pgrx 0.17.0 |
| provsql | - | 1.2.3 | new, PG 14-18 |
| pg_isok | - | 1.4.1 | new, PG 14-18 |
| pg_byteamagic | - | 0.2.4 | new, PG 14-18 |
| logical_ddl | - | 0.1.0 | new, PG 14-18 |
| datasketches | - | 1.7.0 | new, PG 14-18 |
| pg_text_semver | - | 1.2.1 | new, PG 14-18 |
| external_file | - | 1.2 | new, PG 14-18 |
| pg_query_rewrite | - | 0.0.5 | new, PG 14-18 |
| pghydro | - | 6.6 | new, PG 14-18 |
| pg_datasentinel | - | 1.0 | new, PG 15-18 |
| onesparse | - | 1.0.0 | new, PG 18 only |
| rdkit | - | 202503.6 | new, PG 14-18 |
| pg_dispatch | - | 0.1.5 | new, PG 14-18 |
| pg_fsql | - | 1.1.0 | new, PG 14-18 |
| pg_liquid | - | 0.1.7 | new, PG 14-18 |
| pg_regresql | - | 2.0.0 | new, PG 14-18 |
| pg_slug_gen | - | 1.0.0 | new, PG 15-18 |
| pg_stat_ch | - | 0.3.4 | new, PG 16-18 |
| pg_variables | - | 1.2.5 | new, PG 14-18 |
| pgcalendar | - | 1.1.0 | new, PG 14-18 |
| pgclone | - | 3.6.0 | new, PG 14-18 |
| pgelog | - | 1.0.2 | new, PG 14-18 |
| pglock | - | 1.0.0 | new, PG 14-18 |
| pgproto | - | 0.2.4 | new, PG 14-18 |
| postgresbson | - | 2.0.2 | new, PG 14-18 |
| rdf_fdw | - | 2.4.0 | new, PG 14-18 |
| parray_gin | - | 1.4.0 | new, PG 14-18 |
| timescaledb | 2.25.2 | 2.26.2 | bump |
| pg_ivm | 1.13 | 1.14 | bump |
| system_stats | 3.2 | 4.0 | bump |
| nominatim_fdw | 1.1.0 | 1.2 | bump |
| pg_textsearch | 0.5.0 | 1.0.0 | bump |
| pg_clickhouse | 0.1.5 | 0.1.10 | bump |
| pg_search | 0.22.2 | 0.22.6 | bump |
| pg_store_plans | 1.9 | 1.10 | bump |
| pg_tzf | 0.2.3 | 0.2.4 | bump, pgrx 0.17.0 |
| pg_anon | 3.0.1 | 3.0.13 | bump, pgrx 0.16.1 -> 0.17.0 |
| pg_cardano | 1.1.1 | 1.2.0 | bump, pgrx 0.17.0 |
| pg_strict | 1.0.3 | 1.0.5 | bump, pgrx 0.16.1 -> 0.17.0 |
| pg_vectorize | 0.26.0 | 0.26.1 | bump, pgrx 0.16.1 -> 0.17.0 |
| pglinter | 1.1.1 | 1.1.2 | bump, pgrx 0.16.1 -> 0.17.0 |
| pgx_ulid | 0.2.2 | 0.2.3 | bump, pgrx 0.17.0 |
| wrappers | 0.5.7 | 0.6.0 | bump, pgrx 0.16.1 -> 0.17.0 |
| pg_trickle | 0.16.0 | 0.17.0 | bump, pgrx 0.17.0 |
| supautils | 3.1.0 | 3.2.1 | bump |
| ddl_historization | 0.0.7 | 0.2 | bump |
| pg_incremental | 1.4.1 | 1.5.0 | bump |
| pg_failover_slots | 1.2.0 | 1.2.1 | bump |
| plv8 | 3.2.4 | 3.2.4-2 | fix el10 build |
2026-04-10
| Name | Old Ver | New Ver | Note |
|---|---|---|---|
| timescaledb | 2.25.2 | 2.26.2 | available, PG15-18 |
| pg_ivm | 1.13 | 1.14 | upgraded, PG14-18 |
| system_stats | 3.2 | 4.0 | upgraded, PG14-18 |
| nominatim_fdw | 1.1.0 | 1.2 | upgraded, PG14-18 |
| pg_textsearch | 0.5.0 | 1.0.0 | PG17-18 |
| pg_clickhouse | 0.1.5 | 0.1.10 | available, PG14-18 |
| pg_dispatch | - | 0.1.5 | new, PG14-18 |
| pg_search | 0.22.2 | 0.22.6 | manual download, PG15-18 |
| pg_fsql | - | 1.1.0 | new, PG14-18 |
| pg_liquid | - | 0.1.7 | new, PG14-18 |
| pg_regresql | - | 2.0.0 | new, PG14-18 |
| pg_slug_gen | - | 1.0.0 | new, PG15-18 |
| pg_stat_ch | - | 0.3.3 | new, PG16-18 |
| pg_variables | - | 1.2.5 | new, PG14-18 |
| pgcalendar | - | 1.1.0 | new, PG14-18 |
| pgclone | - | 2.2.0 | new, PG14-18 |
| pgelog | - | 1.0.2 | new, PG14-18 |
| pglock | - | 1.0.0 | new, PG14-18 |
| pgproto | - | 0.2.1 | new, PG14-18 |
| postgresbson | - | 2.0.2 | new, PG14-18 |
| rdf_fdw | - | 2.4.0 | new, PG14-18 |
| parray_gin | - | 1.4.0 | new, PG14-18 |
| pg_store_plans | 1.9 | 1.10 | upgraded, PG14-18 |
2026-03-21
| Name | Old Ver | New Ver | Note |
|---|---|---|---|
| pg_search | 0.21.12 | 0.22.2 | |
| pgsentinel | 1.4.0 | 1.4.1 | rpm only |
| pg_track_optimizer | 0.9.1 | 0.9.2 | |
| pgcollection | 1.0.0 | 2.0.0 | |
| pg_ttl_index | 2.0.0 | 3.0.0 | |
| pg_clickhouse | 0.1.4 | 0.1.5 | |
| pdu | 3.0.25.12 | new | |
| pgdog | 0.1.32 | new |
2026-03-05
| Name | Old Ver | New Ver | Note |
|---|---|---|---|
| timescaledb | 2.25.1 | 2.25.2 | |
| vchord | 1.1.0 | 1.1.1 | add clang build requirement |
| aggs_for_vecs | 1.4.0 | 1.4.1 | |
| pg_search | 0.21.9 | 0.21.12 | |
| pg_pinyin | - | 0.0.2 | new extension |
| pg_eviltransform | - | 0.0.2 | new extension |
| pg_qos | - | 1.0.0 | new extension, QoS resource governor |
2026-02-27
| Name | Old Ver | New Ver | Note |
|---|---|---|---|
| timescaledb | 2.25.0 | 2.25.1 | |
| citus | 14.0.0-3 | 14.0.0-4 | rebuilt with latest official release |
| age | 1.7.0 | 1.7.0 | added PG 17 build for 1.7.0 |
| pgmq | 1.10.0 | 1.10.1 | package unavailable for now |
| pg_search | 0.21.7 | 0.21.9 | direct download usage |
| oriolepg | 17.11 | 17.16 | OriolePG kernel update |
| orioledb | beta12 | beta14 | paired with OriolePG 17.16 |
| openhalo | 14.10 | 1.0 | updated and renamed, 14.18 |
| pgedge | - | 17.9 | new multi-master edge kernel |
| spock | - | 5.0.5 | new, pgEdge core extension |
| lolor | - | 1.2.2 | new, pgEdge core extension |
| snowflake | - | 2.4 | new, pgEdge core extension |
| cloudberry | - | 2.0.0 | new package |
| babelfishpg | - | 5.5.0 | new BabelfishPG package group |
| babelfish | - | 5.5.0 | new Babelfish compatibility package |
| antlr4-runtime413 | - | 4.13 | new runtime dependency for Babelfish |
2026-02-12
| Name | Old Ver | New Ver | Note |
|---|---|---|---|
| timescaledb | 2.24.0 | 2.25.0 | |
| citus | 14.0.0-2 | 14.0.0-3 | official formal tag release |
| pg_incremental | 1.2.0 | 1.4.1 | |
| pg_bigm | 1.2-20240606 | 1.2-20250903 | |
| pg_net | 0.20.0 | 0.20.2 | el8/el9 libcurl version too old |
| pgmq | 1.9.0 | 1.10.0 | fix dependency relations |
| pg_textsearch | 0.4.0 | 0.5.0 | |
| pljs | 1.0.4 | 1.0.5 | |
| sslutils | 1.4-1 | 1.4-2 | cannot compile on el8.pg18 |
| table_version | 1.11.0 | 1.11.1 | |
| supautils | 3.0.2 | 3.1.0 | |
| pg_math | 1.0 | 1.1.0 | |
| pgsentinel | 1.3.1 | 1.4.0 | |
| pg_uri | 1.20151224 | 1.20251029 | |
| pgcollection | 1.1.0 | 1.1.1 | patch fixes parallel build issue |
| pg_uint128 | 1.1.1 | 1.2.0 | |
| pg_roaringbitmap | 0.5.5 | 1.1.0 | handed over to PGDG |
| plprql | 18.0.0 | 18.0.1 | |
| pglinter | 1.0.1 | 1.1.0 | |
| pg_jsonschema | 0.3.3 | 0.3.4 | |
| pg_anon | 2.5.1 | 3.0.1 | |
| vchord | 1.0.0 | 1.1.0 | update to pgrx 0.17.0 |
| pg_search | 0.21.4 | 0.21.7 | manually built for EL8 |
| pg_graphql | 1.5.12-1 | 1.5.12-2 | switched to official release |
| nominatim_fdw | 1.1.0 | new, synced with PGDG YUM | |
| pg_utl_smtp | 1.0.0 | new, synced with PGDG YUM | |
| pg_strict | - | 1.0.2 | new Rust extension |
| pg_track_optimizer | - | 0.9.1 | new extension |
| pgmb | - | 1.0.0 | new extension |
2026-01-25
| Name | Old Ver | New Ver | Note |
|---|---|---|---|
| age | 1.6.0 | 1.7.0 | PG 18 only |
| citus | 14.0.0-1PIGSTY | 14.0.0-2PIGSTY | official branch formally released |
| pg_clickhouse | 0.1.2 | 0.1.3 | |
| pgmq | 1.8.1 | 1.9.0 | |
| pg_search | 0.21.2 | 0.21.4 |
2026-01-16
| Name | Old Ver | New Ver | Note |
|---|---|---|---|
| etcd_fdw | 0.0.0 | new | |
| pg_ttl_index | 0.1.0 | new | |
| citus | 13.2.0 | 14.0.0 | +pg18, pre-release |
| pg_search | 0.20.5 | 0.21.2 | +pg18 |
| pg_clickhouse | 0.1.0 | 0.1.2 | |
| pg_textsearch | 0.1.0 | 0.4.0 | |
| pg_convert | 0.0.5 | 0.1.0 | |
| pg_timeseries | 0.1.8 | 0.2.0 | |
| biscuit | 2.0.1 | 2.2.2 | |
| pgmq | 1.8.0 | 1.8.1 | |
| documentdb | 0.107 | 0.109 | +pg18, using Microsoft version |
| pg_bulkload | 3.1.22 | 3.1.23 | +pg18 |
| age | 1.5.0 | 1.6.0 | |
| pgsentinel | 1.3.0 | 1.3.1 | |
| pljs | - | 1.0.4 | new |
| pg_partman | 5.3.1 | 5.4.0 | PGDG |
| pgfincore | - | 1.3.1 | +pg18 |
| documentdb_extended_rum | 0.109 | new | |
| mobilitydb_datagen | 1.3.0 | new | |
| rum | 1.3.15 | +pg18, new |
2025-12-25
| Name | Old Ver | New Ver | Note |
|---|---|---|---|
pg_duckdb | 1.1.0 | 1.1.1 | |
pg_search | 0.20.4 | 0.20.5 | |
vchord_bm25 | 0.2.2 | 0.3.0 | |
pg_semver | 0.40.0 | 0.41.0 | |
pg_timeseries | 0.1.7 | 0.1.8 |
2025-12-16
| Name | Old Ver | New Ver | Note |
|---|---|---|---|
pg_textsearch | - | 0.1.0 | new extension |
pg_clickhouse | - | 0.1.0 | new extension |
pg_ai_query | - | 0.1.1 | new extension |
timescaledb | 2.23.1 | 2.24.0 | |
pg_search | 0.20.0 | 0.20.4 | |
pg_duckdb | 1.1.0-1 | 1.1.0-2 | official release |
pg_biscuit | 1.0 | 2.0.1 | switch to new repo |
pg_convert | 0.0.4 | 0.0.5 | removed pg13 support |
pgdd | 0.6.0 | 0.6.1 | removed pg13 support |
pglinter | 1.0.0 | 1.0.1 | |
pg_session_jwt | 0.3.3 | 0.4.0 | |
pg_anon | 2.4.1 | 2.5.1 | |
pg_enigma | 0.4.0 | 0.5.0 | |
wrappers | 0.5.6 | 0.5.7 | |
pg_vectorize | 0.25.0 | 0.26.0 | |
synchdb | - | 1.3 | EL9 only |
2025-11-20
| Name | Old Ver | New Ver | Note |
|---|---|---|---|
vchord | 0.5.3 | 1.0.0 | |
pg_later | 0.3.1 | 0.4.0 | |
pgvectorscale | 0.8.0 | 0.9.0 | -pg13, +pg18 |
pglite_fusion | 0.0.5 | 0.0.6 | |
pgx_ulid | 0.2.1 | 0.2.2 | |
pg_search | 0.19.5 | 0.19.7 | resume PIGSTY building |
citus | 13.2.0 | 13.2.0 | official tag build |
timescaledb | 2.23.0 | 2.23.1 | |
pg_profile | 4.10 | 4.11 | |
pglinter | 1.0.0 | new | |
pg_typeid | 0.3.0 | align pg18 support | |
pg_enigma | 0.4.0 | vonng patched pgrx version | |
pg_retry | 1.0.0 | new, pg17-18 | |
pg_biscuit | 1.0 | new, pg16-18 | |
pg_weighted_statistics | 1.0.0 | new, pg13-18 | |
pg_stat_monitor | 2.2.0 | 2.3.0 | fix PGDG pg18 missing issue |
documentdb | 0.106 | 0.107 | ferretdb fork |
polardb | 15.15 | 15.15.5.0-38948055 |
2025-11-10
Add PostgreSQL 18 support for almost all extensions
| Name | Old Ver | New Ver | Note |
|---|---|---|---|
omni_csv | - | 0.1.1 | new ext |
omni_datasets | - | 0.1.0 | new ext |
omni_shmem | - | 0.1.0 | new ext |
pg_csv | - | 1.0.1 | new ext |
pg_dbms_errlog | - | 2.2 | new ext |
pg_rrule | - | 0.2.0 | new ext |
plxslt | - | 0.20140221 | new ext |
anon | 2.3.0 | 2.4.1 | +pg18 |
collection | 1.0.0 | 1.1.0 | +pg18 |
credcheck | 3.0 | 4.2 | +pg18 |
emaj | 4.7.0 | 4.7.1 | +pg18 |
explain_ui | 0.0.1 | 0.0.2 | +pg18 |
firebird_fdw | 1.4.0 | 1.4.1 | +pg18 |
logerrors | 2.1.3 | 2.1.5 | +pg18 |
multicorn | 3.0 | 3.2 | +pg18 |
omni | 0.2.9 | 0.2.14 | +pg18 |
omni_email | 0 | 0.1.0 | +pg18 |
omni_httpc | 0.1.5 | 0.1.10 | +pg18 |
omni_httpd | 0.4.6 | 0.4.11 | +pg18 |
omni_id | 0.4.2 | 0.4.3 | +pg18 |
omni_kube | 0.1.1 | 0.4.2 | +pg18 |
omni_ledger | 0.1.2 | 0.1.3 | +pg18 |
omni_sql | 0.5.1 | 0.5.3 | +pg18 |
omni_sqlite | 0.1.2 | 0.2.2 | +pg18 |
omni_types | 0.3.4 | 0.3.6 | +pg18 |
omni_vfs | 0.2.1 | 0.2.2 | +pg18 |
omni_worker | 0.1.0 | 0.2.1 | +pg18 |
periods | 1.2.2 | 1.2.3 | +pg18 |
pg_bestmatch | 0.0.1 | 0.0.2 | +pg18 |
pg_cardano | 1.0.5 | 1.1.1 | +pg18 |
pg_checksums | 1.1 | 1.3 | +pg18 |
pg_duckdb | 0.3.1 | 1.1.0 | +pg18 |
pg_failover_slots | 1.1.0 | 1.2.0 | +pg18 |
pg_graphql | 1.5.11 | 1.5.12 | +pg18 |
pg_idkit | 0.3.1 | 0.4.0 | +pg18 |
pg_later | 0.3.0 | 0.3.1 | +pg18 |
pg_mooncake | 0.1.2 | 0.2.0 | +pg18 |
pg_net | 0.9.2 | 0.20.0 | +pg18 |
pg_parquet | 0.4.3 | 0.5.1 | +pg18 |
pg_render | 0.1.2 | 0.1.3 | +pg18 |
pg_session_jwt | 0.3.1 | 0.3.3 | +pg18 |
pg_smtp_client | 0.2.0 | 0.2.1 | +pg18 |
pg_sphere | 1.5.1 | 1.5.2 | +pg18 |
pg_statement_rollback | 1.4 | 1.5 | +pg18 |
pg_store_plans | 1.8 | 1.9 | +pg18 |
pg_tle | 1.5.1 | 1.5.2 | +pg18 |
pg_tokenizer | 0.1.0 | 0.1.1 | +pg18 |
pg_uuidv7 | 1.6.0 | 1.7.0 | +pg18 |
pgactive | 2.1.6 | 2.1.7 | +pg18 |
pglogical | 2.4.5 | 2.4.6 | +pg18 |
pglogical_origin | 2.4.5 | 2.4.6 | +pg18 |
pgmq | 1.5.1 | 1.7.0 | +pg18 |
pgsmcrypto | 0.1.0 | 0.1.1 | +pg18 |
pgx_ulid | 0.2.0 | 0.2.1 | +pg18 |
pldbgapi | 1.8 | 1.9 | +pg18 |
pljava | 1.6.8 | 1.6.10 | +pg18 |
plprql | 1.0.0 | 18.0.0 | +pg18 |
roaringbitmap | 0.5.4 | 0.5.5 | +pg18 |
semver | 0.32.1 | 0.40.0 | +pg18 |
supautils | 2.10.0 | 3.0.2 | +pg18 |
tds_fdw | 2.0.4 | 2.0.5 | +pg18 |
timescaledb | 2.22.0 | 2.23.0 | +pg18 |
timescaledb_toolkit | 1.21.0 | 1.22.0 | +pg18 |
timeseries | 0.1.6 | 0.1.7 | +pg18 |
pg_tzf | 0.2.2 | 0.2.3 | +pg18 |
vchord | 0.5.1 | 0.5.3 | +pg18 |
vchord_bm25 | 0.2.1 | 0.2.2 | +pg18 |
vectorize | 0.22.2 | 0.25.0 | +pg18 |
wrappers | 0.5.4 | 0.5.6 | +pg18 |
gzip | 1.0.1 | 1.0.0 | +pg18 |
hypopg | 1.4.1 | 1.4.2 | +pg18 |
mobilitydb | 1.2.0 | 1.3.0 | +pg18 |
mongo_fdw | 5.5.1 | 5.5.3 | +pg18 |
orafce | 4.14.4 | 4.14.6 | +pg18 |
pg_hint_plan | 1.7.1 | 1.8.0 | +pg18 |
pg_ivm | 1.11 | 1.13 | +pg18 |
pg_partman | 5.2.4 | 5.3.1 | +pg18 |
pg_search | 0.18.1 | 0.19.2 | +pg18 |
pg_show_plans | 2.1.6 | 2.1.7 | +pg18 |
pgpcre | 1 | 0.20190509 | +pg18 |
pgroonga | 4.0.0 | 4.0.4 | +pg18 |
pgroonga_database | 4.0.0 | 4.0.4 | +pg18 |
plpgsql_check | 2.8.2 | 2.8.3 | +pg18 |
uint | 1.20231206 | 1.20250815 | +pg18 |
uint128 | 1.1.0 | 1.1.1 | +pg18 |
omni_* | 20250525 | 20251108 | +pg18 |
acl | 1.0.4 | +pg18 | |
aggs_for_arrays | 1.3.3 | +pg18 | |
aggs_for_vecs | 1.4.0 | +pg18 | |
arraymath | 1.1 | +pg18 | |
asn1oid | 1.6 | +pg18 | |
aws_s3 | 0.0.1 | +pg18 | |
base36 | 1.0.0 | +pg18 | |
base62 | 0.0.1 | +pg18 | |
bzip | 1.0.0 | +pg18 | |
chkpass | 1.0 | +pg18 | |
convert | 0.0.4 | +pg18 | |
count_distinct | 3.0.2 | +pg18 | |
country | 0.0.3 | +pg18 | |
cryptint | 1.0.0 | +pg18 | |
currency | 0.0.3 | +pg18 | |
data_historization | 1.1.0 | +pg18 | |
db_migrator | 1.0.0 | +pg18 | |
dbt2 | 0.61.7 | +pg18 | |
ddl_historization | 0.0.7 | +pg18 | |
ddsketch | 1.0.1 | +pg18 | |
decoder_raw | 1.0 | +pg18 | |
decoderbufs | 3.2.0 | +pg18 | |
emailaddr | 0 | +pg18 | |
envvar | 1.0.1 | +pg18 | |
faker | 0.5.3 | +pg18 | |
financial | 1.0.1 | +pg18 | |
fio | 1.0 | +pg18 | |
first_last_agg | 0.1.4 | +pg18 | |
floatfile | 1.3.1 | +pg18 | |
floatvec | 1.1.1 | +pg18 | |
geoip | 0.3.0 | +pg18 | |
hashlib | 1.1 | +pg18 | |
hashtypes | 0.1.5 | +pg18 | |
hll | 2.18 | +pg18 | |
hunspell_* | 1.0 | +pg18 | |
imgsmlr | 1.0 | +pg18 | |
index_advisor | 0.2.0 | +pg18 | |
kafka_fdw | 0.0.3 | +pg18 | |
login_hook | 1.7 | +pg18 | |
oracle_fdw | 2.8.0 | +pg18 | |
pg_auth_mon | 3.0 | +pg18 | |
pg_background | 1.3 | +pg18 | |
pg_bigm | 1.2 | +pg18 | |
pg_cron | 1.6.7 | +pg18 | |
pg_profile | 4.10 | +pg18 | |
pg_stat_kcache | 2.3.0 | +pg18 | |
pgdd | 0.6.0 | +pg18 | |
pgjwt | 0.2.0 | +pg18 | |
pgnodemx | 1.7 | +pg18 | |
pgsodium | 3.1.9 | +pg18 | |
pgtap | 1.3.3 | +pg18 | |
plprofiler | 4.2.5 | +pg18 | |
plproxy | 2.11.0 | +pg18 | |
plr | 8.4.8 | +pg18 | |
plv8 | 3.2.4 | +pg18 | |
pointcloud | 1.2.5 | +pg18 | |
powa | 5.0.1 | +pg18 | |
prefix | 1.2.10 | +pg18 | |
q3c | 2.0.1 | +pg18 | |
redis_fdw | 1.0 | +pg18 | |
session_variable | 3.4 | +pg18 | |
set_user | 4.1.0 | +pg18 | |
system_stats | 3.2 | +pg18 | |
temporal_tables | 1.2.2 | +pg18 | |
topn | 2.7.0 | +pg18 | |
unit | 7.10 | +pg18 | |
zhparser | 2.3 | +pg18 | |
zstd | 1.1.2 | +pg18 |
2025-09-04
| Name | Old Ver | New Ver | Note |
|---|---|---|---|
timescaledb | 2.21.1 | 2.22.0 | |
citus | 13.1.0 | 13.2.0 | |
documentdb | 0.105.0 | 0.106.0 | work with ferretdb 2.5 |
ddlx | 0.29 | 0.30 | + pg18 |
icu_ext | 1.9.0 | 1.10.0 | + pg18 |
asn1oid | 1.5 | 1.6 | + pg18 |
uint128 | 1.0.0 | 1.1.0 | + pg18 |
toastinfo | 1.5 | 1.6 | + pg18 |
vchord | 0.4.3 | 0.5.1 | pgrx 0.16.0 |
pg_idkit | 0.3.0 | 0.3.1 | pgrx 0.15.0 |
pg_search | 0.17.3 | 0.18.0 | pgrx 0.15.0 |
pg_parquet | 0.4.0 | 0.4.3 | pgrx 0.16.0 |
wrappers | 0.5.3 | 0.5.4 | pgrx 0.14.3 |
pg_rewrite | - | 2.0.0 | + Debian/Ubuntu (PGDG) |
pg_tracing | - | 0.1.3-2 | + pg 14/18 |
pg_curl | 2.4 | 2.4.5 | new version epoch |
pg_rewrite | - | 2.0.0 | Import from PGDG |
pg_tracing | - | 1.3.0 | + pg14 / pg18 |
pgactive | 2.1.5 | 2.1.6 | + pg18 |
pgsentinel | 1.1 | 1.2 | 1.2 |
pg_tle | 1.5.1-1 | 1.5.1-2 | + pg18 |
redis_fdw | + pg18 | ||
pgextwlist | 1.17 | 1.19 | + pg18 |
wal2json | 1.6 | + pg18 | |
pgvector | 0.8.1 | + pg18 |
2025-07-24
| Name | Old Ver | New Ver | Note |
|---|---|---|---|
orioledb | beta11 1.4 | beta12 1.5 | pair with oriolepg 17.11 |
oriolepg | 17.9 | 17.11 | pair with orioledb 1.5 beta12 |
documentdb | 0.104.0 | 0.105.0 | pair with ferretdb 2.4 |
timescaledb | 2.20.0 | 2.21.1 | |
supautils | 2.9.2 | 2.10.0 | .so location changed |
plv8 | 3.2.3 | 3.2.4 | |
postgresql_anonymizer | 3.1.1 | 2.3.0 | (pgrx 0.14.3) |
wrappers | 0.5.0 | 0.5.3 | (pgrx 0.14.3) pgrx change |
pgvectorscale | 0.7.1 | 0.8.0 | (pgrx 0.12.9) |
pg_search | 0.15.8 | 0.17.0 | fix el icu dep, download |
2025-06-24
| Name | Old Ver | New Ver | Note |
|---|---|---|---|
citus | 13.0.3 | 13.1.0 | |
timescaledb | 2.20.0 | 2.21.0 | |
vchord | 0.3.0 | 0.4.3 | |
pgactive | - | 2.1.5 | requires pgfeutils |
documentdb | 0.103.0 | 0.104.0 | add arm support |
2025-05-26
| Name | Old Ver | New Ver | Note |
|---|---|---|---|
pgdd | 0.5.0 | 0.6.0 | |
convert | - | 0.0.4 | |
pg_idkit | 0.2.0 | 0.3.0 | |
pg_tokenizer | - | 0.1.0 | |
pg_render | - | 0.1.2 | |
pgx_ulid | - | 0.2.0 | |
orioledb | 1.4.0b10 | 1.4.0b11 |
2025-05-22
| Name | Old Ver | New Ver | Note |
|---|---|---|---|
openhalodb | - | 14.10 | |
spat | - | 0.1.0a4 | |
pgsentinel | - | 1.1.0 | |
timescaledb | - | 2.20.0 | |
sqlite_fdw | - | 2.5.0 | |
documentdb | - | 0.103.0 | |
pg_tzf | - | 0.2.2 | |
pg_vectorize | - | 0.22.2 | |
wrappers | - | 0.5.0 |
2025-05-07
| Name | Old Ver | New Ver | Note |
|---|---|---|---|
omnigres | - | 20250507 | |
citus | - | 12.0.3 | |
timescaledb | - | 2.19.3 | |
supautils | - | 2.9.1 | |
pg_envvar | - | 1.0.1 | |
pgcollection | - | 1.0.0 | |
aggs_for_vecs | - | 1.4.0 | |
pg_tracing | - | 0.1.3 | |
pgmq | - | 1.5.1 | |
pg_tzf | - | 0.2.0 | |
pg_search | - | 0.15.18 | |
anon | - | 2.1.1 | |
pg_parquet | - | 0.4.0 | |
pg_cardano | - | 1.0.5 | |
pglite_fusion | - | 0.0.5 | |
vchord_bm25 | - | 0.2.1 | |
vchord | - | 0.3.0 | |
timescaledb_toolkit | - | 1.21.0 | |
pgvectorscale | - | 0.7.1 | |
pg_session_jwt | - | 0.3.1 |
2025-03-20
| Name | Old Ver | New Ver | Note |
|---|---|---|---|
timescaledb | - | 2.19.0 | |
citus | - | 13.0.2 | |
documentdb | - | 1.102 | |
pg_analytics | - | 0.3.7 | |
pg_search | - | 0.15.8 | |
emaj | - | 4.6.0 | |
pgsql_tweaks | - | 0.11.0 | |
pgvectorscale | - | 0.6.0 | |
pg_session_jwt | - | 0.2.0 | |
wrappers | - | 0.4.5 | |
pg_parquet | - | 0.3.1 | |
vchord | - | 0.2.2 | |
pg_tle | 1.2.0 | 1.5.0 | |
supautils | 2.5.0 | 2.6.0 | |
sslutils | 1.3 | 1.4 | |
pg_profile | 4.7 | 4.8 | |
pg_jsonschema | 0.3.2 | 0.3.3 | |
pg_incremental | 1.1.1 | 1.2.0 | |
ddl_historization | 0.7 | 0.0.7 | |
pg_sqlog | 3.1.7 | 1.6 | |
pg_random | - | - | |
pg_stat_monitor | 2.1.0 | 2.1.1 | |
pg_profile | 4.7 | 4.8 |
2024-10-16
| Name | Old Ver | New Ver | Note |
|---|---|---|---|
pg_timeseries | - | 0.1.6 | |
pgmq | - | 1.4.4 | |
pg_protobuf | - | 16 17 | |
pg_uuidv7 | - | 1.6 | |
pg_readonly | - | latest | |
pgddl | - | 0.28 | |
pg_safeupdate | - | latest | |
pg_stat_monitor | - | 2.1 | |
pg_profile | - | 4.7 | |
system_stats | - | 3.2 | |
pg_auth_mon | - | 3.0 | |
login_hook | - | 1.6 | |
logerrors | - | 2.1.3 | |
pg_orphaned | - | latest | |
pgnodemx | - | 1.7 | |
sslutils | - | 1.4 | +pg16, +pg17 |
4.2 - APT Changelog
2026-08-14
This batch adds pg_relation_sql, upgrades pg_oidc_validator and pg_when, and rebuilds existing packages after correcting license metadata. pg_relation_sql is standalone SQL and does not support CREATE EXTENSION.
| Name | Old | New | Comment |
|---|---|---|---|
| emailaddr | 0 | 0 | License metadata: LicenseRef-Upstream-No-License; r3; PG14-18 |
| explain_ui | 0.0.2 | 0.0.2 | License metadata: LicenseRef-Upstream-No-License; r4; PG14-18 |
| oidc_validator | 0.1.0 | 0.1.0 | Rust module; LicenseRef-Upstream-No-License; r2; PG18 |
| pg_failover_slots | 1.2.1 | 1.2.1 | License metadata: PostgreSQL; r2; preload; PG14-18 |
| pg_geohash | 1.0 | 1.0 | License metadata: MIT; r4; fix SQL filename and target-PG ABI; PG14-18 |
| pg_oidc_validator | 0.2 | 1.1.0 | PG18 OAuth validator module; add discovery_url_override and GSSAPI build dependency |
| pg_relation_sql | - | 0.2.2 | Standalone SQL; no CREATE EXTENSION; Architecture: all; PG14-18 |
| pg_summarize | 0.0.1 | 0.0.1 | License metadata: LicenseRef-Upstream-No-License; r6; PG14-18 |
| pg_when | 0.1.9 | 0.1.10 | GitHub/PGXN release; upstream pgrx 0.18.1, packaged with 0.19.1; PG14-18 |
| smlar | 1.0 | 1.0 | License metadata: LicenseRef-Upstream-No-License; r2; PG14-18 |
| unit | 7.10 | 7.10 | License metadata: GPL-3.0-or-later; r7; PG14-18 |
2026-08-12
| Name | Old | New | Comment |
|---|---|---|---|
| biscuit | 2.4.3 | 3.0.0 | PG16-18; 2.x indexes require REINDEX |
| cat_tools | - | 0.3.0 | SQL-only; PG14-18 |
| citus | 14.1.0 | 14.2.0 | Includes citus_columnar; PG16-18 |
| pg_clickhouse | 0.3.2 | 0.10.0 | PG14-18 |
| pg_describe | - | 1.0.0 | PG17-18 |
| pg_disorder | - | 0.1.0 | PG14-18 |
| pg_local_cache | - | 1.3.0 | PG14-18; preload; single-primary |
| pg_mentat | - | 1.5.7 | PG14-18 |
| pg_policy | - | 0.1.0 | SQL-only; PG14-18 |
| pg_rational | 0.0.2 | 0.0.3 | PGDG; PG14-18 |
| pg_readme | 0.7.0 | 0.7.1 | Includes pg_readme_test_extension; PG14-18 |
| pg_search | 0.25.0 | 0.25.2 | PG15-18; pgrx 0.19.1; preload |
| pg_squeeze | 1.9.2 | 1.9.4 | PGDG; PG14-18 |
| pg_statviz | - | 1.1 | PGDG; PG14-18 except Ubuntu 22.04; not in default groups |
| pg_turbovec | - | 1.29.0 | PG14-18; pgrx 0.19.1 |
| pg_uuid_v8 | 1.0.0 | 1.1.0 | PG14-18; includes 1.0-to-1.1 upgrade script |
| pg_vault_tde | - | 1.7.0 | PG17-18; preload |
| pgbson | 2.0.4 | 2.1.0 | Source package postgresbson; PG14-18 |
| pgmnemo | 0.15.0 | 0.16.1 | PG17-18 |
| plpgsql_check | 2.10.3 | 2.10.4 | PG14-18 |
| plruby | - | 2.5.0 | Includes jsonb_plruby, hstore_plruby, ltree_plruby; PG14-18 |
| polardb-17 | 17.10.1.0-1PIGSTY | 17.10.1.0-2PGSTY | Rebuild; PG17 |
| polarstore | 1.2.42-1PIGSTY | 1.2.42-2PGSTY | Rebuild |
| provsql | 1.11.0 | 1.12.0 | PG14-18 |
| q3c | 2.0.4 | 2.0.5 | PGDG; PG14-18 |
| timescaledb | 2.29.0 | 2.29.1 | PG16-18 |
| vector | 0.8.6 | 0.8.6 | PGDG repository refresh; PG14-18 |
| zlog | 1.2.18-1PIGSTY | 1.2.18-2PGSTY | Rebuild |
2026-07-30
| Name | Old Ver | New Ver | Note |
|---|---|---|---|
| emaj | 4.7.1 | 5.0.0 | PG14-18 |
| graph | 0.1.8 | 1.0.0 | pggraph; PG14-18; pgrx 0.19.1 |
| nominatim_fdw | 2.0.0 | 2.1.0 | PG14-18 |
| pg_column_tetris | - | 0.1.0 | SQL-only; PG14-18 |
| pg_net | 0.20.5 | 0.20.5 | D12/D13/U24/U26: 0.20.5; U22: 0.9.2; r2 not indexed |
| pg_partman | 5.4.2 | 5.5.0 | Use postgresql-PGVERSION-partman package name |
| pg_rewrite | 2.0.0 | 2.2 | Renamed to postgresql-PGVERSION-pg-rewrite; PG14-18 |
| pg_search | 0.24.3 | 0.25.0 | PG15-18; pgrx 0.19.1; add pgvector/OpenBLAS dependencies |
| pgactive | 2.1.7 | 2.1.7 | PG14-18 build fix; r2 not indexed |
| pgcontext | - | 0.2.0 | PG17-18; pgrx 0.19.1; optional pgvector bridge |
| pgmnemo | 0.13.0 | 0.15.0 | PG17-18; requires pgvector >= 0.7.0 |
| pgmp | - | 1.0.6 | PG14-18; GMP dependency |
| pgwasm | - | 0.1.0 | PG14-18 |
| pgzint | - | 0.2.0 | D13/U26 only; requires Zint >= 2.14; not indexed |
| plpgsql_check | 2.10.1 | 2.10.3 | PG14-18; optional preload |
| postbis | - | 1.0 | PG14-18 compatibility patch; r2 |
| qdgc | - | 0.1.0 | PG14-18; includes qdgc_postgis |
| rdf_fdw | 2.6.0 | 2.7.0 | PG14-18 |
| timescaledb | 2.28.3 | 2.29.0 | PG16-18 |
| timeseries | 0.2.1 | 0.2.1 | Fix partman/cron Recommends and docs; r3 |
| vector | 0.8.5 | 0.8.6 | PG14-18; 0.8.6 not indexed |
2026-07-24
This batch records extension changes from 2026-07-07 through 2026-07-24: new extensions, version upgrades, Rust/pgrx rebuilds, and package-matrix gap repairs. Rows with unchanged versions record packaging or coverage changes; package or SQL-version differences are called out where they matter.
| Name | Old Ver | New Ver | Note |
|---|---|---|---|
| argm | - | 1.1.1 | PG14-18 |
| cron_utils | - | 0.1.0 | SQL-only; PG14-18 |
| fbsql | - | 0.1.0 | PL/R; PG16-18 |
| oidc_validator | - | 0.1.0 | Rust OIDC; PG18 |
| online_advisor | - | 1.0 | PG14-18 |
| pg_cjk_parser | - | 0.1.0 | PG14-18 |
| pg_extension_base | - | 3.4 | pg_lake 3.4; PG16-18; RPM EL9/10 |
| pg_extension_updater | - | 3.4 | pg_lake 3.4; PG16-18; RPM EL9/10 |
| pg_fts | - | 0.2.0 | PG17-18 |
| pg_jieba | - | 1.1.0 | pkg 2.0.1; SQL 1.1.0; PG14-18 |
| pg_kpart | - | 1.0 | PG14-18 |
| pg_lake | - | 3.4 | pg_lake 3.4; PG16-18; RPM EL9/10 |
| pg_lake_copy | - | 3.4 | pg_lake 3.4; PG16-18; RPM EL9/10 |
| pg_lake_engine | - | 3.4 | pg_lake 3.4; PG16-18; RPM EL9/10 |
| pg_lake_iceberg | - | 3.4 | pg_lake 3.4; PG16-18; RPM EL9/10 |
| pg_lake_table | - | 3.4 | pg_lake 3.4; PG16-18; RPM EL9/10 |
| pg_map | - | 3.4 | pg_lake 3.4; PG16-18; RPM EL9/10 |
| pg_oidc_validator | - | 0.2 | Percona OIDC; PG18; DEB all, RPM EL10 |
| pg_roast | - | 1.0 | PG14-18 |
| pg_tiktoken_c | - | 1.1 | PG14-18 |
| pgfr_analyze | - | 2.29.2 | pg_flight_recorder; PG15-18 |
| pgfr_record | - | 2.29.2 | pg_flight_recorder; PG15-18 |
| pgmemento | - | 0.7.4 | SQL-only; PG14-18 |
| pgmonitor | - | 2.2.0 | PG14-18 |
| pgsqlmock | - | 1.0.1 | PG14-18 |
| plx | - | 1.3.1 | PG14-18 |
| anon | 3.1.1 | 3.1.3 | pgrx 0.19.1; PG14-18 |
| block_copy_command | 0.1.5 | 0.1.5 | pgrx 0.19.1; PG14-18 |
| convert | 0.1.0 | 0.1.0 | pgrx 0.19.1; PG14-18 |
| etcd_fdw | 0.0.1 | 0.0.1 | pgrx 0.19.1; PG14-18 |
| explain_ui | 0.0.2 | 0.0.2 | pgrx 0.19.1; PG14-18 |
| graph | 0.1.7 | 0.1.8 | pgrx 0.19.1; PG14-18 |
| jsonschema | 0.1.9 | 0.1.9 | pgrx 0.19.1; PG14-18 |
| pg_base58 | 0.0.1 | 0.0.1 | pgrx 0.19.1; PG14-18 |
| pg_bestmatch | 0.0.2 | 0.0.2 | pgrx 0.19.1; PG14-18 |
| pg_cardano | 1.2.0 | 1.2.0 | pgrx 0.19.1; PG15-18 |
| pg_command_fw | 0.1.0 | 0.1.0 | pgrx 0.19.1; PG15-18 |
| pg_durable | 0.2.2 | 0.2.3 | pgrx 0.19.1; PG14-18 |
| pg_enigma | 0.5.0 | 0.5.0 | pgrx 0.19.1; PG14-18 |
| pg_eviltransform | 0.0.2 | 0.0.4 | pgrx 0.19.1; PG14-18 |
| pg_graphql | 1.6.1 | 1.6.1 | pgrx 0.19.1; PG14-18 |
| pg_idkit | 0.4.0 | 0.4.0 | pgrx 0.19.1; PG14-18 |
| pg_jsonschema | 0.3.4 | 0.3.4 | pgrx 0.19.1; PG14-18 |
| pg_kazsearch | 2.2.0 | 2.3.0 | pgrx 0.19.1; PG16-18 |
| pg_later | 0.4.0 | 0.4.0 | pgrx 0.19.1; PG14-18 |
| pg_mooncake | 0.2.0 | 0.2.0 | pgrx 0.19.1; PG14-18 |
| pg_parquet | 0.5.1 | 0.5.1 | pgrx 0.19.1; PG14-18 |
| pg_pinyin | 0.0.4 | 0.0.5 | pgrx 0.19.1; PG14-18 |
| pg_polyline | 0.0.1 | 0.0.1 | pgrx 0.19.1; PG14-18 |
| pg_render | 0.1.3 | 0.1.3 | pgrx 0.19.1; PG14-18 |
| pg_rrf | 0.0.3 | 0.0.3 | pgrx 0.19.1; PG14-18 |
| pg_search | 0.24.0 | 0.24.3 | pgrx 0.19.1; PG15-18 |
| pg_session_jwt | 0.5.0 | 0.5.0 | pgrx 0.19.1; PG14-18 |
| pg_smtp_client | 0.2.1 | 0.2.1 | pgrx 0.19.1; PG14-18 |
| pg_strict | 1.0.5 | 1.0.5 | pgrx 0.19.1; PG14-18 |
| pg_summarize | 0.0.1 | 0.0.1 | pgrx 0.19.1; PG14-18 |
| pg_tiktoken | 0.0.1 | 0.0.1 | pgrx 0.19.1; PG14-18 |
| pg_tokenizer | 0.1.1 | 0.1.1 | pgrx 0.19.1; PG14-18 |
| pg_trickle | 0.81.0 | 0.81.0 | pgrx 0.19.1; PG18 |
| pg_when | 0.1.9 | 0.1.9 | pgrx 0.19.1; PG14-18 |
| pgdd | 0.6.1 | 0.6.1 | pgrx 0.19.1; PG14-18 |
| pglinter | 2.0.0 | 2.0.0 | pgrx 0.19.1; PG14-18 |
| pglite_fusion | 0.0.6 | 0.0.6 | pgrx 0.19.1; PG14-18 |
| pgmqtt | 0.3.0 | 0.4.1 | pgrx 0.19.1; PG14-18 |
| pgrdf | 0.6.4 | 0.6.20 | pgrx 0.19.1; PG14-18 |
| pgsmcrypto | 0.1.1 | 0.1.1 | pgrx 0.19.1; PG14-18 |
| pgx_ulid | 0.2.3 | 0.2.3 | pgrx 0.19.1; PG14-18 |
| plprql | 18.0.1 | 18.0.1 | pgrx 0.19.1; PG14-18 |
| timescaledb_toolkit | 1.23.0 | 1.23.0 | pgrx 0.19.1; PG15-18 |
| typeid | 0.3.0 | 0.3.0 | pgrx 0.19.1; PG14-18 |
| tzf | 0.3.0 | 0.3.0 | pgrx 0.19.1; PG14-18 |
| vchord | 1.1.1 | 1.1.1 | pgrx 0.19.1; PG14-18 |
| vchord_bm25 | 0.3.0 | 0.3.0 | pgrx 0.19.1; PG14-18 |
| vectorize | 0.26.2 | 0.26.2 | pgrx 0.19.1; PG14-18 |
| vectorscale | 0.9.0 | 0.9.0 | pgrx 0.19.1; PG14-18 |
| wrappers | 0.6.1 | 0.6.2 | pgrx 0.19.1; PG14-18 |
| babelfishpg_tsql | 5.5.0 | 5.4.0 | Catalog fix: 5.4.0; PG17-18 |
| biscuit | 2.4.1 | 2.4.3 | pkg 2.4.3; SQL 2.4.1; PG16-18 |
| decoderbufs | 3.5.0 | 3.6.0 | DEB 3.6.0; RPM 3.5.0; PG14-18 |
| documentdb | 0.113 | 0.114 | PG15-18; 16 targets |
| documentdb_core | 0.113 | 0.114 | PG15-18; 16 targets |
| documentdb_distributed | 0.113 | 0.114 | PG15-18; 16 targets |
| documentdb_extended_rum | 0.113 | 0.114 | PG15-18; 16 targets |
| http | 1.7.1 | 1.7.2 | PG14-18 |
| jdbc_fdw | 0.4.0 | 0.5.0 | pkg 0.5.0; SQL 1.2; PG14-18; 16 targets |
| nominatim_fdw | 1.3 | 2.0.0 | PG14-18; 16 targets |
| odbc_fdw | 0.5.1 | 0.6.1 | pkg 0.6.1; SQL 0.5.2; PG14-18 |
| ogr_fdw | 1.1.8 | 1.1.9 | PG14-18 |
| pg_dbms_errlog | 2.2 | 2.4 | PG14-18 |
| pg_ivm | 1.14 | 1.15 | PG14-18 |
| pg_net | 0.20.3 | 0.20.5 | D12/D13/U24/U26: 0.20.5; U22: 0.9.2 (libcurl); PG14-18 |
| pg_statement_rollback | 1.5 | 1.6 | PG14-18 |
| pg_tde | 2.1 | 2.2 | Percona; PG17-18 |
| pgauditlogtofile | 1.8.4 | 1.8.5 | PG14-18 |
| pgbson | 2.0.2 | 2.0.4 | pkg 2.0.4; SQL 2.0; PG14-18 |
| pgclone | 4.3.2 | 4.4.2 | PG14-18 |
| pgextwlist | 1.19 | 1.20 | PG14-18 |
| pgmnemo | 0.12.1 | 0.13.0 | PG17-18 |
| pgmq | 1.11.1 | 1.12.0 | PG14-18 |
| pgsentinel | 1.4.1 | 1.4.2 | RPM 1.4.2; DEB 1.4.0; U26 1.4.1; PG14-18 |
| plpgsql_check | 2.9.2 | 2.10.1 | PG14-18 |
| plproxy | 2.11.0 | 2.12.0 | PG14-18 |
| powa | 5.1.2 | 5.2.0 | DEB 5.2.0; RPM 5.1.0; PG14-18 |
| provsql | 1.10.0 | 1.11.0 | PG14-18 |
| re2 | 0.3.0 | 0.4.1 | PG16-18 |
| snowflake | 2.4 | 2.5.0 | pgEdge; PG15-18 |
| spock | 5.0.6 | 5.0.10 | pgEdge; PG15-18 |
| system_stats | 4.0 | 4.1 | PG14-18; 10 DEB targets |
| tdigest | 1.4.3 | 1.4.4 | PG14-18 |
| timescaledb | 2.28.2 | 2.28.3 | PG15-18: 2.28.3; PG14: 2.19.3; 6 EL |
| vector | 0.8.4 | 0.8.5 | PG14-18 |
| babelfishpg_money | 1.1.0 | 1.1.0 | Babelfish: +PG18 |
| babelfishpg_tds | 1.0.0 | 1.0.0 | Babelfish: +PG18 |
| citus | 14.1.0 | 14.1.0 | Citus 13.0.0; EL10 RPM PG14, 2 arch |
| dbt2 | 0.61.7 | 0.61.7 | +DEB PG14-18; +EL8 RPM PG17-18, 2 arch |
| decoder_raw | 1.0 | 1.0 | EL10/D13; PG14-16; 2 arch |
| faker | 0.5.3 | 0.5.3 | +DEB PG14-18; D12/U22: python3-fake-factory 22.0.0 |
| gb18030_2022 | 1.0 | 1.0 | IvorySQL 5.4; PG18; 16 targets |
| h3 | 4.2.3 | 4.2.3 | EL8 x86_64 RPM PG17-18 |
| hdfs_fdw | 2.3.3 | 2.3.3 | +DEB PG14-18 |
| hstore_pllua | 2.0.12 | 2.0.12 | +RPM 6 EL PG14-18 |
| hstore_plluau | 2.0.12 | 2.0.12 | +RPM 6 EL PG14-18 |
| hunspell_cs_cz | 1.0 | 1.0 | hunspell bundle; 10 dictionaries; 16 targets; PG14-18 |
| hunspell_de_de | 1.0 | 1.0 | hunspell bundle; 10 dictionaries; 16 targets; PG14-18 |
| hunspell_en_us | 1.0 | 1.0 | hunspell bundle; 10 dictionaries; 16 targets; PG14-18 |
| hunspell_fr | 1.0 | 1.0 | hunspell bundle; 10 dictionaries; 16 targets; PG14-18 |
| hunspell_ne_np | 1.0 | 1.0 | hunspell bundle; 10 dictionaries; 16 targets; PG14-18 |
| hunspell_nl_nl | 1.0 | 1.0 | hunspell bundle; 10 dictionaries; 16 targets; PG14-18 |
| hunspell_nn_no | 1.0 | 1.0 | hunspell bundle; 10 dictionaries; 16 targets; PG14-18 |
| hunspell_pt_pt | 1.0 | 1.0 | 16 targets; pt_pt.stop avoids core conflict |
| hunspell_ru_ru | 1.0 | 1.0 | hunspell bundle; 10 dictionaries; 16 targets; PG14-18 |
| hunspell_ru_ru_aot | 1.0 | 1.0 | hunspell bundle; 10 dictionaries; 16 targets; PG14-18 |
| imgsmlr | 1.0 | 1.0 | EL10/D13; PG14-18; 2 arch |
| ivorysql_ora | 1.0 | 1.0 | IvorySQL 5.4; PG18; 16 targets |
| mobilitydb | 1.3.0 | 1.3.0 | +RPM 6 EL PG14-18; +U22 DEB PG18 |
| mobilitydb_datagen | 1.3.0 | 1.3.0 | mobilitydb bundle; +RPM 6 EL; +U22 DEB PG18 |
| omni | 0.2.14 | 0.2.14 | omnigres 20251108; EL10 PG14-18; EL8/9,D12/U22 PG18 |
| ora_btree_gin | 1.0 | 1.0 | IvorySQL 5.4; PG18; 16 targets |
| ora_btree_gist | 1.0 | 1.0 | IvorySQL 5.4; PG18; 16 targets |
| pg_dbms_job | 2.0 | 2.0 | +DEB PG14-18 |
| pg_dbms_lock | 2.0 | 2.0 | +DEB PG14-18 |
| pg_dbms_metadata | 1.0.0 | 1.0.0 | +DEB PG14-18; +EL8 aarch64 RPM PG15 |
| pg_fact_loader | 2.0.1 | 2.0.1 | U26 DEB PG14-18 |
| pg_get_functiondef | 1.0 | 1.0 | IvorySQL 5.4; PG18; 16 targets |
| pg_strom | 6.1 | 6.1 | pg_strom 3.5; EL10 x86_64 PG14 |
| pgautofailover | 2.2 | 2.2 | 6 EL RPM: +PG18 |
| pgbouncer_fdw | 1.4.0 | 1.4.0 | +DEB PG14-18 |
| pgl_ddl_deploy | 2.2.1 | 2.2.1 | 10 DEB: +PG18; U26 PG14-17 |
| pgspider_ext | 1.3.0 | 1.3.0 | 10 DEB: +PG18; PG15-18 |
| pglogical_ticker | 1.4.1 | 1.4.1 | 6 EL RPM PG14-17 |
| pgmemcache | 2.3.0 | 2.3.0 | EL8 aarch64 RPM PG14-15 |
| pgml | 2.10.0 | 2.10.0 | EL10/D13/U26; PG14-17; 2 arch |
| plisql | 1.0 | 1.0 | IvorySQL 5.4; PG18; 16 targets |
| pllua | 2.0.12 | 2.0.12 | 6 EL: +PG18; EL8 aarch64: +PG14-15 |
| rdkit | 202503.6 | 202503.6 | D12/U22 PG17-18: 202303.3; U26 PG14-17: 202503.6; runtimes unchanged |
| sqlite_fdw | 2.5.0 | 2.5.0 | 10 DEB: +PG18; PG14-18 |
| sslutils | 1.4 | 1.4 | EL8 RPM PG18, 2 arch |
| wal2mongo | 1.0.7 | 1.0.7 | 10 DEB: +PG17-18; PG14-18 |
2026-07-07
| Name | Old Ver | New Ver | Note |
|---|---|---|---|
| polardb-17 | 17.9.1.0 | 17.10.1.0 | PG 17 |
| agensgraph-17 | 2.16.0 | 2.17.0 | PG 17.10 |
| openhalodb-14 | 1.0-beta | 1.0-2 | OpenHaloDB |
| babelfish-17 | 5.4.0 | 5.4.0 | PG 17.7 |
| babelfish-18 | - | 6.0.0 | PG 18.3 |
| pgedge-15 | - | 15.18 | Spock 5.0.10 |
| pgedge-16 | - | 16.14 | Spock 5.0.10 |
| pgedge-17 | 17.9 | 17.10 | Spock 5.0.10 |
| pgedge-18 | 18.3 | 18.4 | Spock 5.0.10 |
| orioledb-16 | 1.8-beta16 | 1.8-beta16 | PG 16 |
| orioledb-17 | 1.8-beta16 | 1.8-beta16 | PG 17 |
| orioledb-18 | 1.8-beta16 | 1.8-beta16 | PG 18 |
| ivorysql-18 | 5.0 | 5.4 | PG 18 |
| cloudberry | 2.1.0-1 | 2.1.0-2 | rebuild |
| cloudberry-backup | 2.1.0-1 | 2.1.0-2 | backup |
| cloudberry-pxf | 2.1.0-1 | 2.1.0-2 | PXF |
2026-07-01
Updated DEB extension packages, and counted the previous batch’s documentdb and biscuit updates in this batch.
| Name | Old Ver | New Ver | Note |
|---|---|---|---|
| timescaledb | 2.28.0 | 2.28.2 | PG 15-18 |
| documentdb | 0.110 | 0.113 | PG 15-18 |
| citus | 14.0.0-4 | 14.1.0 | PG 16-18 |
| pgvector | 0.8.3 | 0.8.4 | PG 14-18 |
| plpgsql_check | 2.9.1 | 2.9.2 | PG 14-18 |
| roaringbitmap | 1.1.0 | 1.2.0-2 | PG 14-18, llvm-lto packaging fix |
| biscuit | 2.3.0 | 2.4.1 | PG 16-18 |
| pgmnemo | 0.8.3 | 0.12.1 | PG 14-18 |
| pg_ivm | 1.14 | 1.15 | PG 14-18 |
| rdf_fdw | 2.5.0 | 2.6.0 | PG 14-18, libcurl compatibility patch |
2026-06-18
Updated Rust extension pgrx version to 0.18.1.
| Name | Old Ver | New Ver | Note |
|---|---|---|---|
| timescaledb | 2.27.2 | 2.28.0 | PG 15-18 |
| timeseries | 0.2.0 | 0.2.1 | PG 14-18 |
| documentdb | 0.110 | 0.112 | PG 15-18 |
| pg_clickhouse | 0.3.1 | 0.3.2 | PG 14-18 |
| biscuit | 2.2.2 | 2.3.0 | PG 16-18 |
| pg_http | 1.7.0 | 1.7.1 | PG 14-18 |
| pg_gzip | 1.0.0 | 1.1.0 | PG 14-18 |
| pgvector | 0.8.2 | 0.8.3 | PG 14-18 |
| age | 1.7.0 | 1.7.0 | PG 17-18 |
| mongo_fdw | - | 5.5.3 | new, PG 14-18 |
| orioledb | 1.7-beta15 | 1.8-beta16 | Build for PG 16, 17, 18 |
| etcd_fdw | 0.0.0 | 0.0.1 | PG 14-18, pgrx 0.18.1 |
| pg_anon | 3.0.13 | 3.1.1 | PG 14-18, pgrx 0.18.1 |
| pg_graphql | 1.5.12 | 1.6.1 | PG 14-18, pgrx 0.18.1 |
| pg_kazsearch | 2.0.0 | 2.2.0 | PG 16-18, pgrx 0.18.1 |
| pg_session_jwt | 0.4.0 | 0.5.0 | PG 14-18, pgrx 0.18.1 |
| pg_tzf | 0.2.4 | 0.3.0 | PG 14-18, pgrx 0.18.1 |
| pg_vectorize | 0.26.1 | 0.26.2 | PG 14-18, pgrx 0.18.1 |
| pglinter | 1.1.2 | 2.0.0 | PG 14-18, pgrx 0.18.1 |
| pgmqtt | 0.1.0 | 0.3.0 | PG 14-18, pgrx 0.18.1 |
| timescaledb_toolkit | 1.22.0 | 1.23.0 | PG 15-18, pgrx 0.18.1 |
| wrappers | 0.6.0 | 0.6.1 | PG 14-18, pgrx 0.18.1 |
| pgrdf | 0.5.0 | 0.6.4 | PG 14-17, pgrx 0.18.1 |
| pg_ducklake | - | 1.0.0 | new, PG 14-18 |
| pg_mockable | - | 1.1.0 | new, PG 14-18 |
| pg_stat_backtrace | - | 1.0.0 | new, PG 14-18, libunwind |
| multicorn | - | 3.2 | new, PG 14-18 |
| passwordpolicy | - | 2.0.5 | new, PG 14-18 |
| pgdisablelogerror | - | 1.0 | new, PG 14-18 |
| plpgsql_wrap | - | 1.0 | new, PG 14-18 |
2026-06-12
Added most Ubuntu 26.04 Resolute core extension packages.
| Name | Old Ver | New Ver | Note |
|---|---|---|---|
| firebird_fdw | 1.4.1 | 1.4.2 | PG 14-18 |
| pg_background | 1.9.2 | 2.0 | PG 14-18 |
| pg_clickhouse | 0.3.0 | 0.3.1 | PG 14-18 |
| pg_dirtyread | 2.7 | 2.8 | PG 14-18, RPM only |
| pg_net | 0.20.2 | 0.20.3 | PG 14-18, EL10 only |
| pg_search | 0.23.1 | 0.24.0 | PG 15-18 |
| pg_stat_ch | 0.3.6 | 0.3.6 | PG 16-18, EL9/EL10 only, rebuild |
| pg_trickle | 0.40.0 | 0.81.0 | PG 18 only |
| plpgsql_check | 2.9.0 | 2.9.1 | PG 14-18 |
| provsql | 1.8.0 | 1.9.0 | PG 14-18 |
| re2 | 0.1.1 | 0.3.0 | PG 16-18 |
| storage_engine | 2.3.0 | 2.4.0 | PG 15-18 |
| timescaledb | 2.27.0 | 2.27.2 | PG 15-18 |
| pggraph | 0.1.5 | 0.1.7 | PG 14-18 |
| pgmnemo | 0.7.2 | 0.8.3 | PG 14-18 |
| pgsql_tweaks | 1.0.2 | 1.0.3 | PG 14-18 |
| pg_orca | - | 1.0.0 | new, PG 18 only |
| pg_projection | - | 1.0.0 | new, PG 14-18 |
| pg_sorted_heap | - | 0.14.0 | new, PG 16-18 |
| pg_stl | - | 1.0.0 | new, PG 16-18 |
| pg_uuid_v8 | - | 1.0.0 | new, PG 14-18 |
| pg_pinyin | - | 0.0.4 | new, PG 14-18 |
| pg_task | - | 2.1.29 | new, PG 14-18, pcre2grep fix |
| pg_extra_time | - | 2.1.0 | new, PG 14-18 |
| fsm_core | - | 1.1.0 | new, PG 15-18 |
2026-05-01
| Name | Old Ver | New Ver | Note |
|---|---|---|---|
| pg_pathcheck | - | 0.9.1 | new planner Path diagnostics module, PG 17-18, shared_preload_libraries required |
| pg_bikram_sambat | - | 0.1.0 | new Bikram Sambat date type and AD/BS conversions |
| timescaledb | 2.26.3 | 2.26.4 | TSL minor update |
| storage_engine | 1.2.3 | 1.3.4 | PGXN update, columnar and row-compressed table access methods |
| pgproto | 0.3.3 | 0.5.0 | PGXN update, native Protobuf support, C/PGXS build |
| pg_savior | 0.0.1 | 0.1.0 | PGXN update, high-risk DDL/DML hook, preload or LOAD required |
| pg_textsearch | 1.0.0 | 1.1.0 | Timescale BM25 full-text search update, PG 17-18, shared_preload_libraries required |
| pg_trickle | 0.31.0 | 0.40.0 | Rust/pgrx update, PG 18 only |
| pgedge | 17.9 | 18.3 | rebuilt for PG 18 |
| spock | 5.0.5 | 5.0.6 | rebuilt for PG 18 |
| lolor | 1.2.2 | 1.2.2 | rebuilt for PG 18 |
| snowflake | 2.4 | 2.4 | rebuilt for PG 18 |
Built for Debian 12/13 and Ubuntu 22.04/24.04/26.04 on amd64 and arm64.
2026-04-25
| Name | Old Ver | New Ver | Note |
|---|---|---|---|
| documentdb | 0.109 | 0.110 | bump to upstream, PG 15-18 |
| pg_trickle | 0.20.0 | 0.31.0 | bump, PG 18 only, pgrx 0.18.0 |
| pg_search | 0.23.0 | 0.23.1 | bump, PG 15-18, pgrx 0.18.0 |
| pg_ivm | 1.13 | 1.14 | bump, PG 14-18 |
| prefix | 1.2.10 | 1.2.11 | bump, PG 14-18, PGDG |
| credcheck | 4.6 | 4.7 | bump, PG 14-18, PGDG |
| pg_dbms_job | 1.5 | 2.0 | bump, PG 14-18, PGDG |
| storage_engine | 1.0.7 | 1.2.3 | bump, PG 14-18 |
| pgmq | 1.11.0 | 1.11.1 | bump, PG 14-18 |
| parray_gin | 1.4.0 | 1.5.0 | bump, PG 14-18 |
| rdf_fdw | 2.4.0 | 2.5.0 | bump, PG 14-18 |
| pg_accumulator | - | 1.1.3 | new, PG 14-18 |
Added Ubuntu 26.04 support.
2026-04-19
| Name | Old Ver | New Ver | Note |
|---|---|---|---|
| cloudberry | 2.0.0 | 2.1.0 | bump, split backup and PXF subpackages |
| cloudberry-backup | - | 2.1.0 | new companion package |
| cloudberry-pxf | - | 2.1.0 | new companion package |
| oriolepg | 17.16 | 17.18 | kernel update for orioledb beta15 / 1.7 |
| orioledb | 1.6 | 1.7 | bump, paired with oriolepg 17.18 |
| timescaledb | 2.26.2 | 2.26.3 | bump |
| pg_search | 0.22.6 | 0.23.0 | bump |
| pg_trickle | 0.17.0 | 0.20.0 | bump, PG 18 only |
| pg_clickhouse | 0.1.10 | 0.2.0 | bump |
| pg_stat_ch | 0.3.4 | 0.3.6 | bump, PG 16-18 |
| pgclone | 3.6.0 | 4.0.0 | bump |
| pgproto | 0.2.4 | 0.3.3 | bump |
| pgxicor | 0.1.0 | 0.1.1 | bump |
| storage_engine | - | 1.0.7 | new, PG 14-18 |
| re2 | - | 0.1.1 | new, PG 16-18 |
| ulak | - | 0.0.2 | new, PG 14-18 |
2026-04-14
| Name | Old Ver | New Ver | Note |
|---|---|---|---|
| block_copy_command | - | 0.1.5 | new, PG 14-18, pgrx 0.17.0 |
| pg_kazsearch | - | 2.0.0 | new, PG 16-18, pgrx 0.17.0 |
| pg_rrf | - | 0.0.3 | new, PG 14-17, pgrx 0.16.1 -> 0.17.0 |
| pgmqtt | - | 0.1.0 | new, PG 14-18, pgrx 0.16.1 -> 0.17.0 |
| pg_when | - | 0.1.9 | new, PG 14-18, pgrx 0.17.0 |
| provsql | - | 1.2.3 | new, PG 14-18 |
| pg_isok | - | 1.4.1 | new, PG 14-18 |
| pg_byteamagic | - | 0.2.4 | new, PG 14-18 |
| logical_ddl | - | 0.1.0 | new, PG 14-18 |
| datasketches | - | 1.7.0 | new, PG 14-18 |
| pg_text_semver | - | 1.2.1 | new, PG 14-18 |
| external_file | - | 1.2 | new, PG 14-18 |
| pg_query_rewrite | - | 0.0.5 | new, PG 14-18 |
| pghydro | - | 6.6 | new, PG 14-18 |
| pg_datasentinel | - | 1.0 | new, PG 15-18 |
| onesparse | - | 1.0.0 | new, PG 18 only |
| rdkit | - | 202503.6 | new, PG 14-18 |
| pg_dispatch | - | 0.1.5 | new, PG 14-18 |
| pg_fsql | - | 1.1.0 | new, PG 14-18 |
| pg_liquid | - | 0.1.7 | new, PG 14-18 |
| pg_regresql | - | 2.0.0 | new, PG 14-18 |
| pg_slug_gen | - | 1.0.0 | new, PG 15-18 |
| pg_stat_ch | - | 0.3.4 | new, PG 16-18 |
| pg_variables | - | 1.2.5 | new, PG 14-18 |
| pgcalendar | - | 1.1.0 | new, PG 14-18 |
| pgclone | - | 3.6.0 | new, PG 14-18 |
| pgelog | - | 1.0.2 | new, PG 14-18 |
| pglock | - | 1.0.0 | new, PG 14-18 |
| pgproto | - | 0.2.4 | new, PG 14-18 |
| postgresbson | - | 2.0.2 | new, PG 14-18 |
| rdf_fdw | - | 2.4.0 | new, PG 14-18 |
| parray_gin | - | 1.4.0 | new, PG 14-18 |
| timescaledb | 2.25.2 | 2.26.2 | bump |
| pg_background | 1.8 | 1.9.2 | bump |
| pg_ivm | 1.13 | 1.14 | bump |
| system_stats | 3.2 | 4.0 | bump |
| nominatim_fdw | 1.1.0 | 1.2 | bump |
| pg_textsearch | 0.5.0 | 1.0.0 | bump |
| pg_clickhouse | 0.1.5 | 0.1.10 | bump |
| pg_search | 0.22.2 | 0.22.6 | bump |
| pg_store_plans | 1.9 | 1.10 | bump |
| pg_tzf | 0.2.3 | 0.2.4 | bump, pgrx 0.17.0 |
| pg_anon | 3.0.1 | 3.0.13 | bump, pgrx 0.16.1 -> 0.17.0 |
| pg_cardano | 1.1.1 | 1.2.0 | bump, pgrx 0.17.0 |
| pg_strict | 1.0.3 | 1.0.5 | bump, pgrx 0.16.1 -> 0.17.0 |
| pg_vectorize | 0.26.0 | 0.26.1 | bump, pgrx 0.16.1 -> 0.17.0 |
| pglinter | 1.1.1 | 1.1.2 | bump, pgrx 0.16.1 -> 0.17.0 |
| pgx_ulid | 0.2.2 | 0.2.3 | bump, pgrx 0.17.0 |
| wrappers | 0.5.7 | 0.6.0 | bump, pgrx 0.16.1 -> 0.17.0 |
| pg_trickle | 0.16.0 | 0.17.0 | bump, pgrx 0.17.0 |
| supautils | 3.1.0 | 3.2.1 | bump |
| ddl_historization | 0.0.7 | 0.2 | bump |
| pg_incremental | 1.4.1 | 1.5.0 | bump |
| pg_failover_slots | 1.2.0 | 1.2.1 | bump |
2026-04-10
| Name | Old Ver | New Ver | Note |
|---|---|---|---|
| timescaledb | 2.25.2 | 2.26.2 | available, PG15-18 |
| pg_background | 1.8 | 1.9.2 | upgraded, PG14-18 |
| pg_ivm | 1.13 | 1.14 | upgraded, PG14-18 |
| system_stats | 3.2 | 4.0 | upgraded, PG14-18 |
| nominatim_fdw | 1.1.0 | 1.2 | upgraded, PG14-18 |
| pg_textsearch | 0.5.0 | 1.0.0 | PG17-18 |
| pg_clickhouse | 0.1.5 | 0.1.10 | available, PG14-18 |
| pg_dispatch | - | 0.1.5 | new, PG14-18 |
| pg_search | 0.22.2 | 0.22.6 | manual download, PG15-18 |
| pg_fsql | - | 1.1.0 | new, PG14-18 |
| pg_liquid | - | 0.1.7 | new, PG14-18 |
| pg_regresql | - | 2.0.0 | new, PG14-18 |
| pg_slug_gen | - | 1.0.0 | new, PG15-18 |
| pg_stat_ch | - | 0.3.3 | new, PG16-18 |
| pg_variables | - | 1.2.5 | new, PG14-18 |
| pgcalendar | - | 1.1.0 | new, PG14-18 |
| pgclone | - | 2.2.0 | new, PG14-18 |
| pgelog | - | 1.0.2 | new, PG14-18 |
| pglock | - | 1.0.0 | new, PG14-18 |
| pgproto | - | 0.2.1 | new, PG14-18 |
| postgresbson | - | 2.0.2 | new, PG14-18 |
| rdf_fdw | - | 2.4.0 | new, PG14-18 |
| parray_gin | - | 1.4.0 | new, PG14-18 |
| pg_store_plans | 1.9 | 1.10 | upgraded, PG14-18 |
2026-03-21
| Name | Old Ver | New Ver | Note |
|---|---|---|---|
| pg_search | 0.21.12 | 0.22.2 | |
| pg_track_optimizer | 0.9.1 | 0.9.2 | |
| pgcollection | 1.0.0 | 2.0.0 | |
| pg_ttl_index | 2.0.0 | 3.0.0 | |
| pg_clickhouse | 0.1.4 | 0.1.5 | |
| pdu | 3.0.25.12 | new | |
| pgdog | 0.1.32 | new |
2026-03-05
Built 264 DEB packages across 7 extensions for Debian 12/13 + Ubuntu 22/24 on amd64/arm64.
| Name | Old Ver | New Ver | Note |
|---|---|---|---|
| aggs_for_vecs | 1.4.0 | 1.4.1 | upstream bump, PG 14-18 |
| timescaledb | 2.25.1 | 2.25.2 | upstream bump, PG 15-18 |
| vchord | 1.1.0 | 1.1.1 | upstream bump, PG 14-18 |
| vchord_bm25 | 0.3.0-1 | 0.3.0-2 | packaging fix, PG 14-18 |
| pg_pinyin | - | 0.0.2 | new package, PG 14-18 |
| pg_eviltransform | - | 0.0.2 | new package, version aligned |
| qos | - | 1.0.0 | new package, PG 15-18 |
2026-02-27
| Name | Old Ver | New Ver | Note |
|---|---|---|---|
| timescaledb | 2.25.0 | 2.25.1 | |
| citus | 14.0.0-3 | 14.0.0-4 | rebuilt with latest official release |
| age | 1.7.0 | 1.7.0 | added PG 17 build for 1.7.0 |
| pg_background | - | 1.8 | DEB only, no RPM package |
| pgmq | 1.10.0 | 1.10.1 | package unavailable for now |
| pg_search | 0.21.6 | 0.21.9 | direct download usage |
| oriolepg | 17.11 | 17.16 | OriolePG kernel update |
| orioledb | beta12 | beta14 | paired with OriolePG 17.16 |
| openhalo | 14.10 | 1.0 | updated and renamed, 14.18 |
| pgedge | - | 17.9 | new multi-master edge kernel |
| spock | - | 5.0.5 | new, pgEdge core extension |
| lolor | - | 1.2.2 | new, pgEdge core extension |
| snowflake | - | 2.4 | new, pgEdge core extension |
| babelfishpg | - | 5.5.0 | new BabelfishPG package group |
| babelfish | - | 5.5.0 | new Babelfish compatibility package |
| antlr4-runtime413 | - | 4.13 | new runtime dependency for Babelfish |
2026-02-12
| Name | Old Ver | New Ver | Note |
|---|---|---|---|
| timescaledb | 2.24.0 | 2.25.0 | |
| pg_incremental | 1.2.0 | 1.4.1 | |
| pg_bigm | 1.2 | 1.2-20250903 | |
| pg_net | 0.20.0 | 0.20.2 | ubuntu22 libcurl version too old |
| pgmq | 1.9.0 | 1.10.0 | |
| pg_textsearch | 0.4.0 | 0.5.0 | |
| pljs | 1.0.4 | 1.0.5 | |
| sslutils | 1.4-1 | 1.4-2 | |
| supautils | 3.0.2 | 3.1.0 | |
| pg_math | 1.0 | 1.1.0 | |
| pgsentinel | 1.3.1 | 1.4.0 | |
| pg_uri | 1.20151224 | 1.20251029 | |
| pgcollection | 1.1.0 | 1.1.1 | |
| pg_readonly | 1.0.3 | 1.0.4 | |
| timestamp9 | 1.4.0-1 | 1.4.0-2 | rebuilt to fix dependency issues |
| plprql | 18.0.0 | 18.0.1 | |
| pglinter | 1.0.1 | 1.1.0 | |
| pg_jsonschema | 0.3.3 | 0.3.4 | |
| pg_anon | 2.5.1 | 3.0.1 | |
| pg_search | 0.21.4 | 0.21.6 | |
| pg_graphql | 1.5.12-1 | 1.5.12-2 | switched to official release |
| pg_summarize | 0.0.1-2 | 0.0.1-3 | rebuilt to fix PG 18 issue |
| nominatim_fdw | 1.1.0 | new, synced with PGDG YUM | |
| pg_utl_smtp | 1.0.0 | new, synced with PGDG YUM | |
| pg_strict | - | 1.0.2 | new Rust extension |
| pg_track_optimizer | - | 0.9.1 | new extension |
| pgmb | - | 1.0.0 | new extension |
2026-01-25
| Name | Old Ver | New Ver | Note |
|---|---|---|---|
| age | 1.6.0 | 1.7.0 | PG 18 only |
| citus | 14.0.0-1PIGSTY | 14.0.0-2PIGSTY | official branch formally released |
| pg_clickhouse | 0.1.2 | 0.1.3 | |
| pgmq | 1.8.1 | 1.9.0 | |
| pg_search | 0.21.2 | 0.21.4 |
2026-01-16
| Name | Old Ver | New Ver | Note |
|---|---|---|---|
| etcd_fdw | 0.0.0 | new | |
| pg_ttl_index | 0.1.0 | new | |
| citus | 13.2.0 | 14.0.0 | +pg18, pre-release |
| pg_search | 0.20.5 | 0.21.2 | +pg18 |
| pg_clickhouse | 0.1.0 | 0.1.2 | |
| pg_textsearch | 0.1.0 | 0.4.0 | |
| pg_convert | 0.0.5 | 0.1.0 | |
| pg_timeseries | 0.1.8 | 0.2.0 | |
| biscuit | 2.0.1 | 2.2.2 | |
| pgmq | 1.8.0 | 1.8.1 | |
| documentdb | 0.107 | 0.109 | +pg18, using Microsoft version |
| pg_bulkload | 3.1.22 | 3.1.23 | +pg18 |
| age | - | 1.6.0 | +pg18 PGDG |
| pgsentinel | 1.2.0 | 1.3.1 | PGDG |
| pljs | - | 1.0.4 | PGDG |
| pg_partman | 5.3.0 | 5.4.0 | PGDG |
| pgfincore | - | 1.3.1 | PGDG |
| documentdb_extended_rum | 0.109 | new | |
| mobilitydb_datagen | 1.3.0 | new |
2025-12-25
| Name | Old Ver | New Ver | Note |
|---|---|---|---|
pg_duckdb | 1.1.0 | 1.1.1 | |
pg_search | 0.20.4 | 0.20.5 | |
vchord_bm25 | 0.2.2 | 0.3.0 | |
pg_semver | 0.40.0 | 0.41.0 | |
pg_timeseries | 0.1.7 | 0.1.8 | |
supautils | 3.0.2-1 | 3.0.2-2 | fix pg18 |
pg_summarize | 0.0.1-1 | 0.0.1-2 | fix pg18 |
2025-12-16
| Name | Old Ver | New Ver | Note |
|---|---|---|---|
pg_textsearch | - | 0.1.0 | new |
pg_clickhouse | - | 0.1.0 | new |
pg_ai_query | - | 0.1.1 | new |
timescaledb | 2.23.1 | 2.24.0 | |
pg_search | 0.20.0 | 0.20.4 | |
pg_duckdb | 1.1.0-1 | 1.1.0-2 | official release |
pg_biscuit | 1.0 | 2.0.1 | new repo |
pg_convert | 0.0.4 | 0.0.5 | removed pg13 support |
pgdd | 0.6.0 | 0.6.1 | removed pg13 support |
pglinter | 1.0.0 | 1.0.1 | |
pg_session_jwt | 0.3.3 | 0.4.0 | |
pg_anon | 2.4.1 | 2.5.1 | |
pg_enigma | 0.4.0 | 0.5.0 | |
wrappers | 0.5.6 | 0.5.7 | |
pg_vectorize | 0.25.0 | 0.26.0 | fix pg18 |
pg_tiktoken | - | - | fix pg18 |
pg_tzf | - | - | fix pg18 |
pglite_fusion | - | - | fix pg18 |
pgsmcrypto | - | - | fix pg18 |
pgx_ulid | - | - | fix pg18 |
plprql | - | - | fix pg18 |
synchdb | - | 1.3 | Ubuntu 22/24 only |
2025-11-20
| Name | Old Ver | New Ver | Note |
|---|---|---|---|
vchord | 0.5.3 | 1.0.0 | |
pg_later | 0.3.1 | 0.4.0 | |
pgvectorscale | 0.8.0 | 0.9.0 | -pg13, +pg18 |
pglite_fusion | 0.0.5 | 0.0.6 | |
pgx_ulid | 0.2.1 | 0.2.2 | |
pg_search | 0.19.5 | 0.19.7 | resume PIGSTY building |
citus | 13.2.0 | 13.2.0 | official tag |
timescaledb | 2.23.0 | 2.23.1 | |
pg_profile | 4.10 | 4.11 | |
pglinter | 1.0.0 | new | |
pg_typeid | 0.3.0 | head with pg18 support | |
pg_enigma | 0.4.0 | vonng patched pgrx version | |
pg_retry | 1.0.0 | new, pg17-18 | |
pg_biscuit | 1.0 | new, pg16-18 | |
pg_weighted_statistics | 1.0.0 | new, pg13-18 | |
documentdb | 0.106 | 0.107 | ferretdb fork |
polardb | 15.15 | 15.15.5.0-38948055 |
2025-11-10
Add PostgreSQL 18 support for almost all extensions
| Name | Old Ver | New Ver | Note |
|---|---|---|---|
omni_csv | - | 0.1.1 | new |
omni_datasets | - | 0.1.0 | new |
omni_shmem | - | 0.1.0 | new |
pg_csv | - | 1.0.1 | new |
pljs | - | 1.0.3 | new |
plxslt | - | 0.20140221 | new |
credcheck | 3.0 | 4.2 | +pg18 |
dbt2 | 0.45.0 | 0.61.7 | +pg18 |
h3 | 4.1.3 | 4.2.3 | +pg18 |
h3_postgis | 4.1.3 | 4.2.3 | +pg18 |
mongo_fdw | 1.1 | 5.5.3 | +pg18 |
multicorn | 3.0 | 3.2 | +pg18 |
orafce | 4.14.4 | 4.14.6 | +pg18 |
pg_hint_plan | 1.7.0 | 1.8.0 | +pg18 |
pg_search | 0.18.1 | 0.19.2 | +pg18 |
pg_show_plans | 2.1.6 | 2.1.7 | +pg18 |
pgactive | 2.1.6 | 2.1.7 | +pg18 |
pgpcre | 1 | 0.20190509 | +pg18 |
plpgsql_check | 2.8.2 | 2.8.3 | +pg18 |
roaringbitmap | 0.5.4 | 0.5.5 | +pg18 |
uint | 1.20231206 | 1.20250815 | +pg18 |
uint128 | 1.1.0 | 1.1.1 | +pg18 |
anon | 2.3.0 | 2.4.1 | +pg18 |
collection | 1.0.0 | 1.1.0 | +pg18 |
emaj | 4.7.0 | 4.7.1 | +pg18 |
explain_ui | 0.0.1 | 0.0.2 | +pg18 |
firebird_fdw | 1.4.0 | 1.4.1 | +pg18 |
login_hook | 1.6 | 1.7 | +pg18 |
logerrors | 2.1.3 | 2.1.5 | +pg18 |
mobilitydb | 1.2.0 | 1.3.0 | +pg18 |
omni | 0.2.9 | 0.2.14 | +pg18 |
omni_httpc | 0.1.5 | 0.1.10 | +pg18 |
omni_httpd | 0.4.6 | 0.4.11 | +pg18 |
omni_kube | 0.1.1 | 0.4.2 | +pg18 |
omni_sql | 0.5.1 | 0.5.3 | +pg18 |
omni_sqlite | 0.1.2 | 0.2.2 | +pg18 |
omni_worker | 0.1.0 | 0.2.1 | +pg18 |
pg_cardano | 1.0.5 | 1.1.1 | +pg18 |
pg_checksums | 1.2 | 1.3 | +pg18 |
pg_cron | 1.6.5 | 1.6.7 | +pg18 |
pg_duckdb | 0.3.1 | 1.1.0 | +pg18 |
pg_failover_slots | 1.1.0 | 1.2.0 | +pg18 |
pg_graphql | 1.5.11 | 1.5.12 | +pg18 |
pg_idkit | 0.3.1 | 0.4.0 | +pg18 |
pg_mooncake | 0.1.2 | 0.2.0 | +pg18 |
pg_net | 0.9.2 | 0.20.0 | +pg18 |
pg_parquet | 0.4.3 | 0.5.1 | +pg18 |
pg_partman | 5.2.4 | 5.3.0 | +pg18 |
pg_session_jwt | 0.3.1 | 0.3.3 | +pg18 |
pg_sphere | 1.5.1 | 1.5.2 | +pg18 |
pg_stat_monitor | 2.2.0 | 2.3.0 | +pg18 |
pg_statement_rollback | 1.4 | 1.5 | +pg18 |
pg_store_plans | 1.8 | 1.9 | +pg18 |
pg_task | 1.0.0 | 2.1.12 | +pg18 |
pg_tle | 1.5.1 | 1.5.2 | +pg18 |
pg_uuidv7 | 1.6.0 | 1.7.0 | +pg18 |
pglogical | 2.4.5 | 2.4.6 | +pg18 |
pgmq | 1.5.1 | 1.7.0 | +pg18 |
pgroonga | 4.0.0 | 4.0.4 | +pg18 |
pgsql_tweaks | 0.11.3 | 1.0.2 | +pg18 |
pldbgapi | 1.8 | 1.9 | +pg18 |
plprql | 1.0.0 | 18.0.0 | +pg18 |
supautils | 2.10.0 | 3.0.2 | +pg18 |
timescaledb | 2.22.0 | 2.23.0 | +pg18 |
timescaledb_toolkit | 1.21.0 | 1.22.0 | +pg18 |
vchord | 0.5.1 | 0.5.3 | +pg18 |
vectorize | 0.22.2 | 0.25.0 | +pg18 |
wrappers | 0.5.4 | 0.5.6 | +pg18 |
acl | 1.0.4 | - | +pg18 |
aggs_for_arrays | 1.3.3 | - | +pg18 |
aggs_for_vecs | 1.4.0 | - | +pg18 |
base36 | 1.0.0 | - | +pg18 |
hashlib | 1.1 | - | +pg18 |
hll | 2.18 | - | +pg18 |
imgsmlr | 1.0 | - | +pg18 |
index_advisor | 0.2.0 | - | +pg18 |
kafka_fdw | 0.0.3 | - | +pg18 |
pg_auth_mon | 3.0 | - | +pg18 |
pg_background | 1.3 | - | +pg18 |
pg_bigm | 1.2 | - | +pg18 |
pg_profile | 4.10 | - | +pg18 |
pg_stat_kcache | 2.3.0 | - | +pg18 |
pgdd | 0.6.0 | - | +pg18 |
pgjwt | 0.2.0 | - | +pg18 |
pgmp | 1.0.5 | - | +pg18 |
plprofiler | 4.2.5 | - | +pg18 |
plv8 | 3.2.4 | - | +pg18 |
redis_fdw | 1.0 | - | +pg18 |
repmgr | 5.5.0 | - | +pg18 |
system_stats | 3.2 | - | +pg18 |
topn | 2.7.0 | - | +pg18 |
zhparser | 2.3 | - | +pg18 |
2025-09-06
| Name | Old Ver | New Ver | Note |
|---|---|---|---|
timescaledb | 2.21.1 | 2.22.0 | |
citus | 13.1.0 | 13.2.0 | |
documentdb | 0.105.0 | 0.106.0 | work with ferretdb 2.5 |
ddlx | 0.29 | 0.30 | + pg18 |
uint128 | 1.0.0 | 1.1.0 | + pg18 |
vchord | 0.4.3 | 0.5.1 | pgrx 0.16.0 |
pg_idkit | 0.3.0 | 0.3.1 | pgrx 0.15.0 |
pg_search | 0.17.3 | 0.18.0 | pgrx 0.15.0 |
pg_parquet | 0.4.0 | 0.4.3 | pgrx 0.16.0 |
wrappers | 0.5.3 | 0.5.4 | pgrx 0.14.3 |
pg_rewrite | - | 2.0.0 | + Debian/Ubuntu |
pg_tracing | - | 0.1.3-2 | + pg 14/18 |
pg_curl | 2.4 | 2.4.5 | |
pg_ivm | 1.11 | 1.12 | + pg18 |
pg_rewrite | - | 2.0.0 | new extension |
pg_tracing | - | 1.3.0 | + pg14 / pg18 |
pgactive | 2.1.5 | 2.1.6 | + pg18 |
pgsentinel | 1.1 | 1.2 | 1.2 |
pg_tle | 1.5.1-1 | 1.5.1-2 | + pg18 |
redis_fdw | + pg18 | ||
emaj | 4.6 | 4.7 | |
table_version | 1.11.0 | 1.11.1 |
2025-07-24
| Name | Old Ver | New Ver | Note |
|---|---|---|---|
orioledb | beta11 1.4 | beta12 1.5 | pair with oriolepg 17.11 |
oriolepg | 17.9 | 17.11 | pair with orioledb 1.5 beta12 |
documentdb | 0.104.0 | 0.105.0 | pair with ferretdb 2.4 |
timescaledb | 2.20.0 | 2.21.1 | |
supautils | 2.9.2 | 2.10.0 | .so location changed |
plv8 | 3.2.3 | 3.2.4 | |
postgresql_anonymizer | 3.1.1 | 2.3.0 (pgrx 0.14.3) | |
wrappers | 0.5.0 | 0.5.3 (pgrx 0.14.3) | pgrx version change |
pgvectorscale | 0.7.1 | 0.8.0 (pgrx 0.12.9) | |
pg_search | 0.15.8 | 0.17.0 (download) | fix el icu dep issue |
pg_profile | 4.8.0 | 4.10.0 |
2025-07-04
| Name | Old Ver | New Ver | Note |
|---|---|---|---|
orioledb | 1.4 beta11 | rebuilt | |
pgvectorscale | 0.7.1 | 0.7.1 | rebuilt fix bug |
pg_stat_monitor | 2.1.1 | 2.2.0 | |
pgsql_tweaks | 0.11.1 | 0.11.3 | |
pg_tle | 1.5.0 | 1.5.1 | |
pg_curl | 2.4 | 2.4.5 |
2025-06-24
| Name | Old Ver | New Ver | Note |
|---|---|---|---|
citus | 13.0.3 | 13.1.0 | |
timescaledb | 2.20.0 | 2.21.0 | |
vchord | 0.3.0 | 0.4.3 | |
pgactive | - | 2.1.5 | requires pgfeutils |
documentdb | 0.103.0 | 0.104.0 | add arm support |
2025-05-26
| Name | Old Ver | New Ver | Note |
|---|---|---|---|
pgdd | 0.5.0 | 0.6.0 | |
convert | - | 0.0.4 | |
pg_idkit | 0.2.0 | 0.3.0 | |
pg_tokenizer | - | 0.1.0 | |
pg_render | - | 0.1.2 | |
pgx_ulid | - | 0.2.0 | |
pg_ivm | 1.10.0 | 1.11.0 | |
orioledb | 1.4.0b10 | 1.4.0b11 |
2025-05-22
| Name | Old Ver | New Ver | Note |
|---|---|---|---|
openhanded | - | 14.10 | |
spat | - | 0.1.0a4 | |
pgsentinel | - | 1.1.0 | |
timescaledb | - | 2.20.0 | |
sqlite_fdw | - | 2.5.0 | |
documentdb | - | 0.103.0 | |
pg_tzf | - | 0.2.2 | |
pg_vectorize | - | 0.22.2 | |
wrappers | - | 0.5.0 |
2025-05-07
| Name | Old Ver | New Ver | Note |
|---|---|---|---|
omnigres | - | 20250507 | |
citus | - | 12.0.3 | |
timescaledb | - | 2.19.3 | |
supautils | - | 2.9.1 | |
pg_envvar | - | 1.0.1 | |
pgcollection | - | 1.0.0 | |
aggs_for_vecs | - | 1.4.0 | |
pg_tracing | - | 0.1.3 | |
pgmq | - | 1.5.1 | |
pg_tzf | - | 0.2.0 | |
pg_search | - | 0.15.18 | |
anon | - | 2.1.1 | |
pg_parquet | - | 0.4.0 | |
pg_cardano | - | 1.0.5 | |
pglite_fusion | - | 0.0.5 | |
vchord_bm25 | - | 0.2.1 | |
vchord | - | 0.3.0 | |
timescaledb_toolkit | - | 1.21.0 | |
pgvectorscale | - | 0.7.1 | |
pg_session_jwt | - | 0.3.1 |
2025-03-20
| Name | Old Ver | New Ver | Note |
|---|---|---|---|
timescaledb | - | 2.19.0 | |
citus | - | 13.0.2 | |
documentdb | - | 1.102 | |
pg_analytics | - | 0.3.7 | |
pg_search | - | 0.15.8 | |
pg_ivm | - | 1.10 | |
emaj | - | 4.6.0 | |
pgsql_tweaks | - | 0.11.0 | |
pgvectorscale | - | 0.6.0 | |
pg_session_jwt | - | 0.2.0 | |
wrappers | - | 0.4.5 | |
pg_parquet | - | 0.3.1 | |
vchord | - | 0.2.2 | |
pg_tle | 1.2.0 | 1.5.0 | |
supautils | 2.5.0 | 2.6.0 | |
sslutils | 1.3 | 1.4 | |
pg_profile | 4.7 | 4.8 | |
pg_jsonschema | 0.3.2 | 0.3.3 | |
pg_incremental | 1.1.1 | 1.2.0 | |
ddl_historization | 0.7 | 0.0.7 | |
pg_sqlog | 3.1.7 | 1.6 | |
pg_random | - | - | |
pg_stat_monitor | 2.1.0 | 2.1.1 | |
pg_profile | 4.7 | 4.8 |
2024-10-16
| Name | Old Ver | New Ver | Note |
|---|---|---|---|
pg_ivm | - | 1.9 | |
pg_timeseries | - | 0.1.6 | |
pgmq | - | 1.4.4 | |
pg_protobuf | - | 16 17 | |
pg_uuidv7 | - | 1.6 | |
pg_readonly | - | latest | |
pgddl | - | 0.28 | |
pg_safeupdate | - | latest | |
pg_stat_monitor | - | 2.1 | |
pg_profile | - | 4.7 | |
system_stats | - | 3.2 | |
pg_auth_mon | - | 3.0 | |
login_hook | - | 1.6 | |
logerrors | - | 2.1.3 | |
pg_orphaned | - | latest | |
pgnodemx | - | 1.7 | |
sslutils | - | 1.4 (+16,17) |