Skip to content

Commit f1d64b8

Browse files
committed
bump pig to 0.7.3
1 parent 517efb7 commit f1d64b8

File tree

12 files changed

+55
-23
lines changed

12 files changed

+55
-23
lines changed

content/_index.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ pig install pg_duckdb -v 18 # e.g. install pg_duckdb extension for PG 18
7171
{{< card link="/list/cate#etl" title="ETL" icon="truck" subtitle="Logical Replication, Decoding, CDC in protobuf/JSON/Mongo format, Copy & Load & Compare Postgres Databases,..." >}}
7272
{{< /cards >}}
7373

74-
| **Category** | **Count** | **Packages** |
75-
|:------------:|:---------:|:---------------|
74+
| **Category** | **Packages** |
75+
|:----------------------:|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
7676
| {{< category time >}} | {{< ext "timescaledb" "timescaledb" >}} {{< ext "timescaledb_toolkit" "timescaledb_toolkit" >}} {{< ext "timeseries" "pg_timeseries" >}} {{< ext "periods" "periods" >}} {{< ext "temporal_tables" "temporal_tables" >}} {{< ext "emaj" "emaj" >}} {{< ext "table_version" "table_version" >}} {{< ext "pg_cron" "pg_cron" >}} {{< ext "pg_task" "pg_task" >}} {{< ext "pg_later" "pg_later" >}} {{< ext "pg_background" "pg_background" >}} |
7777
| {{< category gis >}} | {{< ext "postgis" "postgis" >}} {{< ext "pgrouting" "pgrouting" >}} {{< ext "pointcloud" "pointcloud" >}} {{< ext "h3" "pg_h3" >}} {{< ext "q3c" "q3c" >}} {{< ext "ogr_fdw" "ogr_fdw" >}} {{< ext "geoip" "geoip" >}} {{< ext "pg_polyline" "pg_polyline" >}} {{< ext "pg_geohash" "pg_geohash" >}} {{< ext "mobilitydb" "mobilitydb" >}} {{< ext "tzf" "pg_tzf" >}} {{< ext "earthdistance" "earthdistance" >}} |
7878
| {{< category rag >}} | {{< ext "vector" "pgvector" >}} {{< ext "vchord" "vchord" >}} {{< ext "vectorscale" "pgvectorscale" >}} {{< ext "vectorize" "pg_vectorize" >}} {{< ext "pg_similarity" "pg_similarity" >}} {{< ext "smlar" "smlar" >}} {{< ext "pg_summarize" "pg_summarize" >}} {{< ext "pg_tiktoken" "pg_tiktoken" >}} {{< ext "pg4ml" "pg4ml" >}} {{< ext "pgml" "pgml" >}} |
@@ -148,7 +148,6 @@ The PGEXT.CLOUD is maintained by [**PGSTY**](https://github.com/pgsty) / [**VONN
148148
| [github.com/pgsty/pgext](https://github.com/pgsty/pgext) | This website and extension Data |
149149
| [github.com/pgsty/pigsty](https://github.com/pgsty/pigsty) | PostgreSQL Database Distribution |
150150
| [github.com/pgsty/pig](https://github.com/pgsty/pig) | PostgreSQL Package Manager |
151-
| [github.com/pgsty/ext](https://github.com/pgsty/ext) | This documentation site, Extension Catalog |
152151
| [github.com/pgsty/rpm](https://github.com/pgsty/rpm) | RPM Building Specs |
153152
| [github.com/pgsty/deb](https://github.com/pgsty/deb) | DEB Building Specs |
154153
| [github.com/pgsty/infra-pkg](https://github.com/pgsty/infra-pkg) | Infra Package Building Specs |

content/_index.zh.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ PGEXT.CLOUD 项目由 [**PGSTY**](https://github.com/pgsty) / [**VONNG**](https:
128128
| [github.com/pgsty/pgext](https://github.com/pgsty/pgext) | 本网站,扩展元数据,以及管理工具 |
129129
| [github.com/pgsty/pigsty](https://github.com/pgsty/pigsty) | PostgreSQL 数据库发行版 |
130130
| [github.com/pgsty/pig](https://github.com/pgsty/pig) | PostgreSQL 包管理器 |
131-
| [github.com/pgsty/ext](https://github.com/pgsty/ext) | 本文档,扩展目录 |
132131
| [github.com/pgsty/rpm](https://github.com/pgsty/rpm) | RPM 构建源代码 |
133132
| [github.com/pgsty/deb](https://github.com/pgsty/deb) | DEB 构建源代码 |
134133
| [github.com/pgsty/infra-pkg](https://github.com/pgsty/infra-pkg) | 基础设施包仓库 |

content/pig/install.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ You can install specific version of pig, just pass it as cli arg:
3838

3939
{{< tab >}}
4040
```bash tab="Default"
41-
curl -fsSL https://repo.pigsty.io/pig | bash -s 0.7.2 # via Cloudflare
41+
curl -fsSL https://repo.pigsty.io/pig | bash -s 0.7.3 # via Cloudflare
4242
```
4343
{{< /tab >}}
4444

4545
{{< tab >}}
4646
```bash tab="Mirror"
47-
curl -fsSL https://repo.pigsty.cc/pig | bash -s 0.7.2 # via China Mirror
47+
curl -fsSL https://repo.pigsty.cc/pig | bash -s 0.7.3 # via China Mirror
4848
```
4949
{{< /tab >}}
5050

@@ -57,8 +57,8 @@ You can also download `pig` package (`RPM`/`DEB`/ Tarball) directly from the [La
5757

5858
{{< filetree/container >}}
5959
{{< filetree/file name="latest" >}}
60-
{{< filetree/folder name="v0.7.2" state="open" >}}
61-
{{< filetree/file name="https://repo.pigsty.io/pkg/pig/v0.7.2/pig_0.7.2-1_amd64.deb" >}}
60+
{{< filetree/folder name="v0.7.3" state="open" >}}
61+
{{< filetree/file name="https://repo.pigsty.io/pkg/pig/v0.7.3/pig_0.7.2-1_amd64.deb" >}}
6262
{{< filetree/file name="https://repo.pigsty.io/pkg/pig/v0.7.2/pig_0.7.2-1_arm64.deb" >}}
6363
{{< filetree/file name="https://repo.pigsty.io/pkg/pig/v0.7.2/pig-0.7.2-1.aarch64.rpm" >}}
6464
{{< filetree/file name="https://repo.pigsty.io/pkg/pig/v0.7.2/pig-0.7.2-1.x86_64.rpm" >}}

content/pig/install.zh.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ curl -fsSL https://repo.pigsty.cc/pig | bash # 从中国 CDN 镜像站安装
4040

4141
{{< tab >}}
4242
```bash
43-
curl -fsSL https://repo.pigsty.io/pig | bash -s 0.7.2 # 安装 0.7.2 版本
43+
curl -fsSL https://repo.pigsty.io/pig | bash -s 0.7.3 # 安装 0.7.3 版本
4444
```
4545
{{< /tab >}}
4646

4747
{{< tab >}}
4848
```bash
49-
curl -fsSL https://repo.pigsty.cc/pig | bash -s 0.7.2 # 安装 0.7.2 版本(中国镜像)
49+
curl -fsSL https://repo.pigsty.cc/pig | bash -s 0.7.3 # 安装 0.7.3 版本(中国镜像)
5050
```
5151
{{< /tab >}}
5252

@@ -62,9 +62,9 @@ curl -fsSL https://repo.pigsty.cc/pig | bash -s 0.7.2 # 安装 0.7.2 版本
6262

6363
{{< filetree/container >}}
6464
{{< filetree/file name="latest" >}}
65-
{{< filetree/folder name="v0.7.2" state="open" >}}
66-
{{< filetree/file name="https://repo.pigsty.io/pkg/pig/v0.7.2/pig_0.7.2-1_amd64.deb" >}}
67-
{{< filetree/file name="https://repo.pigsty.io/pkg/pig/v0.7.2/pig_0.7.2-1_arm64.deb" >}}
65+
{{< filetree/folder name="v0.7.3" state="open" >}}
66+
{{< filetree/file name="https://repo.pigsty.io/pkg/pig/v0.7.3/pig_0.7.3-1_amd64.deb" >}}
67+
{{< filetree/file name="https://repo.pigsty.io/pkg/pig/v0.7.3/pig_0.7.3-1_arm64.deb" >}}
6868
{{< filetree/file name="https://repo.pigsty.io/pkg/pig/v0.7.2/pig-0.7.2-1.aarch64.rpm" >}}
6969
{{< filetree/file name="https://repo.pigsty.io/pkg/pig/v0.7.2/pig-0.7.2-1.x86_64.rpm" >}}
7070
{{< filetree/file name="https://repo.pigsty.io/pkg/pig/v0.7.2/pig-v0.7.2.linux-amd64.tar.gz" >}}

content/pig/start.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ The PIG binary is approximately 4 MB and will automatically install the latest a
4040
[INFO] kernel = Linux
4141
[INFO] machine = x86_64
4242
[INFO] package = rpm
43-
[INFO] pkg_url = https://repo.pigsty.io/pkg/pig/v0.7.2/pig-0.7.2-1.x86_64.rpm
44-
[INFO] download = /tmp/pig-0.7.2-1.x86_64.rpm
45-
[INFO] downloading pig v0.7.2
46-
curl -fSL https://repo.pigsty.io/pkg/pig/v0.7.2/pig-0.7.2-1.x86_64.rpm -o /tmp/pig-0.7.2-1.x86_64.rpm
43+
[INFO] pkg_url = https://repo.pigsty.io/pkg/pig/v0.7.3/pig-0.7.3-1.x86_64.rpm
44+
[INFO] download = /tmp/pig-0.7.3-1.x86_64.rpm
45+
[INFO] downloading pig v0.7.3
46+
curl -fSL https://repo.pigsty.io/pkg/pig/v0.7.3/pig-0.7.3-1.x86_64.rpm -o /tmp/pig-0.7.3-1.x86_64.rpm
4747
######################################################################## 100.0%
4848
[INFO] md5sum = 85d75c16dfd3ce935d9d889fae345430
4949
[INFO] installing: rpm -ivh /tmp/pig-0.7.2-1.x86_64.rpm

content/pig/start.zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ PIG 二进制包大约 4 MB,在 Linux 上会自动使用 `rpm` 或 `dpkg` 安
4040
[INFO] kernel = Linux
4141
[INFO] machine = x86_64
4242
[INFO] package = rpm
43-
[INFO] pkg_url = https://repo.pigsty.io/pkg/pig/v0.7.2/pig-0.7.2-1.x86_64.rpm
43+
[INFO] pkg_url = https://repo.pigsty.io/pkg/pig/v0.7.3/pig-0.7.3-1.x86_64.rpm
4444
[INFO] download = /tmp/pig-0.7.2-1.x86_64.rpm
4545
[INFO] downloading pig v0.7.2
4646
curl -fSL https://repo.pigsty.io/pkg/pig/v0.7.2/pig-0.7.2-1.x86_64.rpm -o /tmp/pig-0.7.2-1.x86_64.rpm

content/release/_index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,11 @@ weight: 800
2020

2121
## PIG Releases
2222

23-
The latest stable version of `pig` is [v0.7.2](https://github.com/pgsty/pig/releases/tag/v0.7.2)
23+
The latest stable version of `pig` is [v0.7.3](https://github.com/pgsty/pig/releases/tag/v0.7.3)
2424

2525
| Version | Date | Summary | GitHub |
2626
|:---------------------------:|:----------:|-------------------------------------------|:----------------------------------------------------------:|
27+
| [v0.7.3](/release/pig#v073) | 2025-11-24 | fix repo for el10 & debian13 | [v0.7.3](https://github.com/pgsty/pig/releases/tag/v0.7.3) |
2728
| [v0.7.2](/release/pig#v072) | 2025-11-20 | 437 extensions, fix pig build issue | [v0.7.2](https://github.com/pgsty/pig/releases/tag/v0.7.2) |
2829
| [v0.7.1](/release/pig#v071) | 2025-11-10 | New website, improve in-docker experience | [v0.7.1](https://github.com/pgsty/pig/releases/tag/v0.7.1) |
2930
| [v0.7.0](/release/pig#v070) | 2025-11-05 | Build Enhancement and massive upgrade | [v0.7.0](https://github.com/pgsty/pig/releases/tag/v0.7.0) |

content/release/_index.zh.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,11 @@ weight: 800
2020

2121
## PIG 发布历史
2222

23-
当前 `pig` 最新稳定版本为:[v0.7.2](https://github.com/pgsty/pig/releases/tag/v0.7.2)
23+
当前 `pig` 最新稳定版本为:[v0.7.3](https://github.com/pgsty/pig/releases/tag/v0.7.3)
2424

2525
| 版本 | 日期 | 摘要 | GitHub |
2626
|:------------------------------:|:----------:|--------------------------------|:----------------------------------------------------------:|
27+
| [v0.7.3](/release/pig#v073) | 2025-11-24 | 修复 el10 & debian13 仓库配置 | [v0.7.3](https://github.com/pgsty/pig/releases/tag/v0.7.3) |
2728
| [v0.7.2](/zh/release/pig#v072) | 2025-11-20 | 437 个扩展,修复 pig build 的一些问题 | [v0.7.2](https://github.com/pgsty/pig/releases/tag/v0.7.2) |
2829
| [v0.7.1](/zh/release/pig#v071) | 2025-11-10 | 新网站,改进容器内的使用体验 | [v0.7.1](https://github.com/pgsty/pig/releases/tag/v0.7.1) |
2930
| [v0.7.0](/zh/release/pig#v070) | 2025-11-05 | 强化 build 能力,大批量包更新 | [v0.7.0](https://github.com/pgsty/pig/releases/tag/v0.7.0) |

content/release/pig.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,28 @@ weight: 100
55
breadcrumbs: false
66
---
77

8+
## v0.7.3
9+
10+
- add new command: `pig repo reload` to update `repo.yml`
11+
- fix EL PGDG sysupdate aarch64 repo issue (now aarch64 repo ready)
12+
- fix EL10.aarch64 PGDG repo issue (rhel-10-aarch64 to rhel-10.0-aarch64)
13+
- update extension version and meta data
14+
- bump Pigsty version to 3.7.0
15+
16+
**Checksums**
17+
18+
```bash
19+
786d72f6b685d6d6abf5f255f0a7de9204988a05630a26a53bfc7631823c0c6f pig-0.7.3-1.aarch64.rpm
20+
da59e24ef79d1164e348bacc43e3222e8e2778ec0e103e7ffc0c6df064758e8f pig-0.7.3-1.x86_64.rpm
21+
73062a979749095e89abc07dd583d34d4f57908bb4ee935cf7640f129ca6a2cb pig-v0.7.3.darwin-amd64.tar.gz
22+
ca5f5576f6d0d9be1d10cad769821be9daa62220b2fb56b94d6e4c0cede6da61 pig-v0.7.3.darwin-arm64.tar.gz
23+
d193b4b87cf9a6e4775b1b07709802d30f0233ccb1b728843a09decb545168d3 pig-v0.7.3.linux-amd64.tar.gz
24+
e7f612df0e8e4d9fac6df3765862b9e491bb50aad651856abf7a6935986e6f99 pig-v0.7.3.linux-arm64.tar.gz
25+
3d5306ce95dcf704dd498b05325d942637564b13115f1e5a5bb9ef6781df1ba6 pig_0.7.3-1_amd64.deb
26+
32e695ba2d49a741d8cd92008f8f2dec29f10754d35b732035f48517b382c30d pig_0.7.3-1_arm64.deb
27+
```
28+
29+
830
## v0.7.2
931

1032
- Extension list update, + 6 new extensions, 437 total

content/release/pig.zh.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,21 @@ weight: 100
1111
- 新增 pig repo reload 命令,更新仓库元数据
1212
- 修复 EL PGDG sysupdate aarch64 仓库问题。
1313
- 修复 EL10.aarch64 PGDG 仓库重命名问题。
14+
- 订正了若干扩展版本
1415
- 更新 Pigsty 版本至 3.7.0
1516

1617
**校验和**
1718

18-
19+
```bash
20+
786d72f6b685d6d6abf5f255f0a7de9204988a05630a26a53bfc7631823c0c6f pig-0.7.3-1.aarch64.rpm
21+
da59e24ef79d1164e348bacc43e3222e8e2778ec0e103e7ffc0c6df064758e8f pig-0.7.3-1.x86_64.rpm
22+
73062a979749095e89abc07dd583d34d4f57908bb4ee935cf7640f129ca6a2cb pig-v0.7.3.darwin-amd64.tar.gz
23+
ca5f5576f6d0d9be1d10cad769821be9daa62220b2fb56b94d6e4c0cede6da61 pig-v0.7.3.darwin-arm64.tar.gz
24+
d193b4b87cf9a6e4775b1b07709802d30f0233ccb1b728843a09decb545168d3 pig-v0.7.3.linux-amd64.tar.gz
25+
e7f612df0e8e4d9fac6df3765862b9e491bb50aad651856abf7a6935986e6f99 pig-v0.7.3.linux-arm64.tar.gz
26+
3d5306ce95dcf704dd498b05325d942637564b13115f1e5a5bb9ef6781df1ba6 pig_0.7.3-1_amd64.deb
27+
32e695ba2d49a741d8cd92008f8f2dec29f10754d35b732035f48517b382c30d pig_0.7.3-1_arm64.deb
28+
```
1929

2030
## v0.7.2
2131

0 commit comments

Comments
 (0)