Skip to content

Commit 916f854

Browse files
committed
update pig 1.5 release note
1 parent b4de392 commit 916f854

10 files changed

Lines changed: 160 additions & 140 deletions

File tree

content/list/license.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ PostgreSQL extension categorized by license.
3232
| {{< license "BSD 0-Clause" >}} | 2 | [License Text](https://opensource.org/license/0bsd) | Public domain equivalent license with no restrictions on use. |
3333
| {{< license "MPL-2.0" >}} | 1 | [License Text](https://opensource.org/licenses/MPL-2.0) | Weak copyleft license allowing proprietary combinations with file-level copyleft. |
3434
| {{< license "LGPL-2.1" >}} | 1 | [License Text](https://opensource.org/licenses/LGPL-2.1) | Weak copyleft license allowing proprietary applications to link dynamically. |
35-
| {{< license "BSD" >}} | 1 | [License Text](#) | Unknown license |
3635
| {{< license "ELv2" >}} | 1 | [License Text](#) | Unknown license |
3736
| {{< license "Apache-2.0 AND MIT AND BSD-2-Clause AND BSD-3-Clause" >}} | 1 | [License Text](#) | Unknown license |
37+
| {{< license "BSD" >}} | 1 | [License Text](#) | Unknown license |
3838

3939
---------
4040

@@ -731,39 +731,39 @@ PostgreSQL extension categorized by license.
731731
|:---:|:---|:---|
732732
| 7000 | {{< alias "passwordcheck_cracklib" >}} | Strengthen PostgreSQL user password checks with cracklib |
733733

734-
## BSD
734+
## ELv2
735735

736736

737737

738-
| {{< license "BSD" >}} | {{< badge content="1 Extensions" color="gray" icon="cube" >}} |
738+
| {{< license "ELv2" >}} | {{< badge content="1 Extensions" color="gray" icon="cube" >}} |
739739
|:----|:---|
740740
| {{< badge content="License Text" color="gray" link="#" icon="scale" >}} | Unknown license |
741741

742742
| ID | Extension | Description |
743743
|:---:|:---|:---|
744-
| 5260 | {{< alias "pgdisablelogerror" >}} | Disable selected SQLSTATE error codes from PostgreSQL server logging. |
744+
| 9620 | {{< alias "pgmqtt" >}} | CDC-to-MQTT broker for PostgreSQL |
745745

746-
## ELv2
746+
## Apache-2.0 AND MIT AND BSD-2-Clause AND BSD-3-Clause
747747

748748

749749

750-
| {{< license "ELv2" >}} | {{< badge content="1 Extensions" color="gray" icon="cube" >}} |
750+
| {{< license "Apache-2.0 AND MIT AND BSD-2-Clause AND BSD-3-Clause" >}} | {{< badge content="1 Extensions" color="gray" icon="cube" >}} |
751751
|:----|:---|
752752
| {{< badge content="License Text" color="gray" link="#" icon="scale" >}} | Unknown license |
753753

754754
| ID | Extension | Description |
755755
|:---:|:---|:---|
756-
| 9620 | {{< alias "pgmqtt" >}} | CDC-to-MQTT broker for PostgreSQL |
756+
| 6020 | {{< alias "pg_stat_ch" >}} | Export PostgreSQL query telemetry to ClickHouse |
757757

758-
## Apache-2.0 AND MIT AND BSD-2-Clause AND BSD-3-Clause
758+
## BSD
759759

760760

761761

762-
| {{< license "Apache-2.0 AND MIT AND BSD-2-Clause AND BSD-3-Clause" >}} | {{< badge content="1 Extensions" color="gray" icon="cube" >}} |
762+
| {{< license "BSD" >}} | {{< badge content="1 Extensions" color="gray" icon="cube" >}} |
763763
|:----|:---|
764764
| {{< badge content="License Text" color="gray" link="#" icon="scale" >}} | Unknown license |
765765

766766
| ID | Extension | Description |
767767
|:---:|:---|:---|
768-
| 6020 | {{< alias "pg_stat_ch" >}} | Export PostgreSQL query telemetry to ClickHouse |
768+
| 5260 | {{< alias "pgdisablelogerror" >}} | Disable selected SQLSTATE error codes from PostgreSQL server logging. |
769769

content/list/license.zh.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ weight: 300
3232
| {{< license "BSD 0-Clause" >}} | 2 | [许可证文本](https://opensource.org/license/0bsd) | Public domain equivalent license with no restrictions on use. |
3333
| {{< license "MPL-2.0" >}} | 1 | [许可证文本](https://opensource.org/licenses/MPL-2.0) | Weak copyleft license allowing proprietary combinations with file-level copyleft. |
3434
| {{< license "LGPL-2.1" >}} | 1 | [许可证文本](https://opensource.org/licenses/LGPL-2.1) | Weak copyleft license allowing proprietary applications to link dynamically. |
35-
| {{< license "BSD" >}} | 1 | [许可证文本](#) | Unknown license |
3635
| {{< license "Apache-2.0 AND MIT AND BSD-2-Clause AND BSD-3-Clause" >}} | 1 | [许可证文本](#) | Unknown license |
36+
| {{< license "BSD" >}} | 1 | [许可证文本](#) | Unknown license |
3737
| {{< license "ELv2" >}} | 1 | [许可证文本](#) | Unknown license |
3838

3939
---------
@@ -731,29 +731,29 @@ weight: 300
731731
|:---:|:---|:---|
732732
| 7000 | {{< alias "passwordcheck_cracklib" >}} | 使用cracklib加固PG用户密码 |
733733

734-
## BSD
734+
## Apache-2.0 AND MIT AND BSD-2-Clause AND BSD-3-Clause
735735

736736

737737

738-
| {{< license "BSD" >}} | {{< badge content="1 个扩展" color="gray" icon="cube" >}} |
738+
| {{< license "Apache-2.0 AND MIT AND BSD-2-Clause AND BSD-3-Clause" >}} | {{< badge content="1 个扩展" color="gray" icon="cube" >}} |
739739
|:----|:---|
740740
| {{< badge content="许可证文本" color="gray" link="#" icon="scale" >}} | Unknown license |
741741

742742
| ID | 扩展 | 描述 |
743743
|:---:|:---|:---|
744-
| 5260 | {{< alias "pgdisablelogerror" >}} | 按 SQLSTATE 错误码禁止部分错误写入 PostgreSQL 服务器日志。 |
744+
| 6020 | {{< alias "pg_stat_ch" >}} | PostgreSQL 查询遥测实时导出到 ClickHouse |
745745

746-
## Apache-2.0 AND MIT AND BSD-2-Clause AND BSD-3-Clause
746+
## BSD
747747

748748

749749

750-
| {{< license "Apache-2.0 AND MIT AND BSD-2-Clause AND BSD-3-Clause" >}} | {{< badge content="1 个扩展" color="gray" icon="cube" >}} |
750+
| {{< license "BSD" >}} | {{< badge content="1 个扩展" color="gray" icon="cube" >}} |
751751
|:----|:---|
752752
| {{< badge content="许可证文本" color="gray" link="#" icon="scale" >}} | Unknown license |
753753

754754
| ID | 扩展 | 描述 |
755755
|:---:|:---|:---|
756-
| 6020 | {{< alias "pg_stat_ch" >}} | 将 PostgreSQL 查询遥测实时导出到 ClickHouse |
756+
| 5260 | {{< alias "pgdisablelogerror" >}} | 按 SQLSTATE 错误码禁止部分错误写入 PostgreSQL 服务器日志。 |
757757

758758
## ELv2
759759

content/release/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The latest stable version of `pig` is [v1.5.0](https://github.com/pgsty/pig/rele
2424

2525
| Version | Date | Summary | GitHub |
2626
|:---------------------------:|:----------:|--------------------------------------------------------------------|:----------------------------------------------------------:|
27-
| [v1.5.0](/release/pig#v150) | 2026-07-01 | pig 1.5.0, Pigsty 4.4.0, 531 extensions, clone/fork and PITR | [v1.5.0](https://github.com/pgsty/pig/releases/tag/v1.5.0) |
27+
| [v1.5.0](/release/pig#v150) | 2026-07-04 | 531 extensions, pigsty v4.4, pg/pt/pb/pitr rework, clone & fork | [v1.5.0](https://github.com/pgsty/pig/releases/tag/v1.5.0) |
2828
| [v1.4.2](/release/pig#v142) | 2026-06-18 | 524 extensions, PostgreSQL 19 beta support, Patroni fixes | [v1.4.2](https://github.com/pgsty/pig/releases/tag/v1.4.2) |
2929
| [v1.4.1](/release/pig#v141) | 2026-05-01 | 510 extensions, Ubuntu 26.04 support, repo calibrate | [v1.4.1](https://github.com/pgsty/pig/releases/tag/v1.4.1) |
3030
| [v1.4.0](/release/pig#v140) | 2026-04-19 | 507 extensions, pgrx 0.18.0, more building specs | [v1.4.0](https://github.com/pgsty/pig/releases/tag/v1.4.0) |

0 commit comments

Comments
 (0)