Skip to content

Commit d8255da

Browse files
committed
routine repo update
1 parent bd0c7ea commit d8255da

12 files changed

Lines changed: 81 additions & 95 deletions

File tree

content/e/db2_fdw.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ width: full
1414

1515
| ID | Extension | Package | Version | Category | License | Language |
1616
|:--------:|:---------:|:----------:|:-------:|:----------------------:|:----------------------------:|:--------------------:|
17-
| **8630** | {{< badge content="db2_fdw" link="https://github.com/wolfgangbrandl/db2_fdw" >}} | {{< ext "db2_fdw" >}} | `18.1.2` | {{< category "FDW" >}} | {{< license "PostgreSQL" >}} | {{< language "C" >}} |
17+
| **8630** | {{< badge content="db2_fdw" link="https://github.com/wolfgangbrandl/db2_fdw" >}} | {{< ext "db2_fdw" >}} | `18.2.0` | {{< category "FDW" >}} | {{< license "PostgreSQL" >}} | {{< language "C" >}} |
1818

1919

2020
| Attribute | Has Binary | Has Library | Need Load | Has DDL | Relocatable | Trusted |
@@ -26,15 +26,15 @@ width: full
2626
|:-----------------:|:----|
2727
| **See Also** | {{< ext "db_migrator" >}} {{< ext "db2fce" >}} {{< ext "pg_statement_rollback" >}} {{< ext "mysql_fdw" >}} {{< ext "orafce" >}} {{< ext "postgres_fdw" >}} {{< ext "tds_fdw" >}} {{< ext "oracle_fdw" >}} {{< ext "sqlite_fdw" >}} {{< ext "informix_fdw" >}} |
2828

29-
> [!Note] Latest PGDG RPM/catalog version is 18.1.2; Pigsty source remains 18.1.1; no DEB package is available.
29+
> [!Note] Latest PGDG RPM/catalog version is 18.2.0; Pigsty source remains 18.1.1; no DEB package is available.
3030
3131

3232
## Packages
3333

3434
| Type | Repo | Version | PG Major Compatibility | Package Pattern | Dependencies |
3535
|:----:|:----:|:-------:|:---------------------:|:----------------|:------------:|
36-
| **EXT** | {{< badge content="PGDG" link="/repo/pgdg" >}} | `18.1.2` | {{< bg "18" "" "green" >}} {{< bg "17" "" "green" >}} {{< bg "16" "" "green" >}} {{< bg "15" "" "green" >}} {{< bg "14" "" "green" >}} | `db2_fdw` | - |
37-
| **RPM** | {{< badge content="PGDG" link="/repo/pgdg" >}} | `18.1.2` | {{< bg "18" "db2_fdw_18" "green" >}} {{< bg "17" "db2_fdw_17" "green" >}} {{< bg "16" "db2_fdw_16" "green" >}} {{< bg "15" "db2_fdw_15" "green" >}} {{< bg "14" "db2_fdw_14" "green" >}} | `db2_fdw_$v` | - |
36+
| **EXT** | {{< badge content="PGDG" link="/repo/pgdg" >}} | `18.2.0` | {{< bg "18" "" "green" >}} {{< bg "17" "" "green" >}} {{< bg "16" "" "green" >}} {{< bg "15" "" "green" >}} {{< bg "14" "" "green" >}} | `db2_fdw` | - |
37+
| **RPM** | {{< badge content="PGDG" link="/repo/pgdg" >}} | `18.2.0` | {{< bg "18" "db2_fdw_18" "green" >}} {{< bg "17" "db2_fdw_17" "green" >}} {{< bg "16" "db2_fdw_16" "green" >}} {{< bg "15" "db2_fdw_15" "green" >}} {{< bg "14" "db2_fdw_14" "green" >}} | `db2_fdw_$v` | - |
3838

3939

4040
| **Linux** / **PG** | **PG18** | **PG17** | **PG16** | **PG15** | **PG14** |

content/e/pg_squeeze.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ width: full
1414

1515
| ID | Extension | Package | Version | Category | License | Language |
1616
|:--------:|:---------:|:----------:|:-------:|:----------------------:|:----------------------------:|:--------------------:|
17-
| **5040** | {{< badge content="pg_squeeze" link="https://github.com/cybertec-postgresql/pg_squeeze" >}} | {{< ext "pg_squeeze" >}} | `1.9.3` | {{< category "ADMIN" >}} | {{< license "BSD-2-Clause" >}} | {{< language "C" >}} |
17+
| **5040** | {{< badge content="pg_squeeze" link="https://github.com/cybertec-postgresql/pg_squeeze" >}} | {{< ext "pg_squeeze" >}} | `1.9.4` | {{< category "ADMIN" >}} | {{< license "BSD-2-Clause" >}} | {{< language "C" >}} |
1818

1919

2020
| Attribute | Has Binary | Has Library | Need Load | Has DDL | Relocatable | Trusted |
@@ -27,14 +27,16 @@ width: full
2727
| **Schemas** | `squeeze` |
2828
| **See Also** | {{< ext "pg_repack" >}} {{< ext "pgstattuple" >}} {{< ext "pg_dirtyread" >}} {{< ext "pg_rewrite" >}} {{< ext "pg_column_tetris" >}} |
2929

30+
> [!Note] Latest PGDG DEB/catalog version is 1.9.4; PGDG RPM remains on 1.9.2.
31+
3032

3133
## Packages
3234

3335
| Type | Repo | Version | PG Major Compatibility | Package Pattern | Dependencies |
3436
|:----:|:----:|:-------:|:---------------------:|:----------------|:------------:|
35-
| **EXT** | {{< badge content="PGDG" link="/repo/pgdg" >}} | `1.9.3` | {{< bg "18" "" "green" >}} {{< bg "17" "" "green" >}} {{< bg "16" "" "green" >}} {{< bg "15" "" "green" >}} {{< bg "14" "" "green" >}} | `pg_squeeze` | - |
37+
| **EXT** | {{< badge content="PGDG" link="/repo/pgdg" >}} | `1.9.4` | {{< bg "18" "" "green" >}} {{< bg "17" "" "green" >}} {{< bg "16" "" "green" >}} {{< bg "15" "" "green" >}} {{< bg "14" "" "green" >}} | `pg_squeeze` | - |
3638
| **RPM** | {{< badge content="PGDG" link="/repo/pgdg" >}} | `1.9.2` | {{< bg "18" "pg_squeeze_18" "green" >}} {{< bg "17" "pg_squeeze_17" "green" >}} {{< bg "16" "pg_squeeze_16" "green" >}} {{< bg "15" "pg_squeeze_15" "green" >}} {{< bg "14" "pg_squeeze_14" "green" >}} | `pg_squeeze_$v` | - |
37-
| **DEB** | {{< badge content="PGDG" link="/repo/pgdg" >}} | `1.9.3` | {{< bg "18" "postgresql-18-squeeze" "green" >}} {{< bg "17" "postgresql-17-squeeze" "green" >}} {{< bg "16" "postgresql-16-squeeze" "green" >}} {{< bg "15" "postgresql-15-squeeze" "green" >}} {{< bg "14" "postgresql-14-squeeze" "green" >}} | `postgresql-$v-squeeze` | - |
39+
| **DEB** | {{< badge content="PGDG" link="/repo/pgdg" >}} | `1.9.4` | {{< bg "18" "postgresql-18-squeeze" "green" >}} {{< bg "17" "postgresql-17-squeeze" "green" >}} {{< bg "16" "postgresql-16-squeeze" "green" >}} {{< bg "15" "postgresql-15-squeeze" "green" >}} {{< bg "14" "postgresql-14-squeeze" "green" >}} | `postgresql-$v-squeeze` | - |
3840

3941

4042
| **Linux** / **PG** | **PG18** | **PG17** | **PG16** | **PG15** | **PG14** |

content/e/pglogical.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ width: full
1414

1515
| ID | Extension | Package | Version | Category | License | Language |
1616
|:--------:|:---------:|:----------:|:-------:|:----------------------:|:----------------------------:|:--------------------:|
17-
| **9500** | {{< badge content="pglogical" link="https://github.com/2ndQuadrant/pglogical" >}} | {{< ext "pglogical" >}} | `2.4.7` | {{< category "ETL" >}} | {{< license "PostgreSQL" >}} | {{< language "C" >}} |
17+
| **9500** | {{< badge content="pglogical" link="https://github.com/2ndQuadrant/pglogical" >}} | {{< ext "pglogical" >}} | `2.4.8` | {{< category "ETL" >}} | {{< license "PostgreSQL" >}} | {{< language "C" >}} |
1818

1919

2020
| Attribute | Has Binary | Has Library | Need Load | Has DDL | Relocatable | Trusted |
@@ -29,16 +29,16 @@ width: full
2929
| **See Also** | {{< ext "spock" >}} {{< ext "pgactive" >}} {{< ext "mimeo" >}} {{< ext "pgl_ddl_deploy" >}} {{< ext "logical_ddl" >}} {{< ext "pgoutput" >}} {{< ext "pglogical_ticker" >}} {{< ext "pg_failover_slots" >}} {{< ext "postgres_fdw" >}} {{< ext "db_migrator" >}} {{< ext "pgclone" >}} {{< ext "lolor" >}} |
3030
| **Siblings** | {{< ext "pglogical_origin" >}} |
3131

32-
> [!Note] Latest PGDG DEB/catalog version is 2.4.7; PGDG RPM and Pigsty source remain on 2.4.6.
32+
> [!Note] PGDG RPM and DEB/catalog versions are aligned at 2.4.8; Pigsty source remains on 2.4.6.
3333
3434

3535
## Packages
3636

3737
| Type | Repo | Version | PG Major Compatibility | Package Pattern | Dependencies |
3838
|:----:|:----:|:-------:|:---------------------:|:----------------|:------------:|
39-
| **EXT** | {{< badge content="PGDG" link="/repo/pgdg" >}} | `2.4.7` | {{< bg "18" "" "green" >}} {{< bg "17" "" "green" >}} {{< bg "16" "" "green" >}} {{< bg "15" "" "green" >}} {{< bg "14" "" "green" >}} | `pglogical` | - |
40-
| **RPM** | {{< badge content="PGDG" link="/repo/pgdg" >}} | `2.4.6` | {{< bg "18" "pglogical_18" "green" >}} {{< bg "17" "pglogical_17" "green" >}} {{< bg "16" "pglogical_16" "green" >}} {{< bg "15" "pglogical_15" "green" >}} {{< bg "14" "pglogical_14" "green" >}} | `pglogical_$v` | - |
41-
| **DEB** | {{< badge content="PGDG" link="/repo/pgdg" >}} | `2.4.7` | {{< bg "18" "postgresql-18-pglogical" "green" >}} {{< bg "17" "postgresql-17-pglogical" "green" >}} {{< bg "16" "postgresql-16-pglogical" "green" >}} {{< bg "15" "postgresql-15-pglogical" "green" >}} {{< bg "14" "postgresql-14-pglogical" "green" >}} | `postgresql-$v-pglogical` | - |
39+
| **EXT** | {{< badge content="PGDG" link="/repo/pgdg" >}} | `2.4.8` | {{< bg "18" "" "green" >}} {{< bg "17" "" "green" >}} {{< bg "16" "" "green" >}} {{< bg "15" "" "green" >}} {{< bg "14" "" "green" >}} | `pglogical` | - |
40+
| **RPM** | {{< badge content="PGDG" link="/repo/pgdg" >}} | `2.4.8` | {{< bg "18" "pglogical_18" "green" >}} {{< bg "17" "pglogical_17" "green" >}} {{< bg "16" "pglogical_16" "green" >}} {{< bg "15" "pglogical_15" "green" >}} {{< bg "14" "pglogical_14" "green" >}} | `pglogical_$v` | - |
41+
| **DEB** | {{< badge content="PGDG" link="/repo/pgdg" >}} | `2.4.8` | {{< bg "18" "postgresql-18-pglogical" "green" >}} {{< bg "17" "postgresql-17-pglogical" "green" >}} {{< bg "16" "postgresql-16-pglogical" "green" >}} {{< bg "15" "postgresql-15-pglogical" "green" >}} {{< bg "14" "postgresql-14-pglogical" "green" >}} | `postgresql-$v-pglogical` | - |
4242

4343

4444
| **Linux** / **PG** | **PG18** | **PG17** | **PG16** | **PG15** | **PG14** |

content/e/topn.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ width: full
1414

1515
| ID | Extension | Package | Version | Category | License | Language |
1616
|:--------:|:---------:|:----------:|:-------:|:----------------------:|:----------------------------:|:--------------------:|
17-
| **4600** | {{< badge content="topn" link="https://github.com/citusdata/postgresql-topn" >}} | {{< ext "topn" >}} | `2.7.0` | {{< category "FUNC" >}} | {{< license "AGPL-3.0" >}} | {{< language "C" >}} |
17+
| **4600** | {{< badge content="topn" link="https://github.com/citusdata/postgresql-topn" >}} | {{< ext "topn" >}} | `2.7.1` | {{< category "FUNC" >}} | {{< license "AGPL-3.0" >}} | {{< language "C" >}} |
1818

1919

2020
| Attribute | Has Binary | Has Library | Need Load | Has DDL | Relocatable | Trusted |
@@ -26,13 +26,15 @@ width: full
2626
|:-----------------:|:----|
2727
| **See Also** | {{< ext "count_distinct" >}} {{< ext "hll" >}} {{< ext "omnisketch" >}} {{< ext "datasketches" >}} {{< ext "ddsketch" >}} {{< ext "tdigest" >}} {{< ext "quantile" >}} {{< ext "lower_quantile" >}} {{< ext "weighted_statistics" >}} |
2828

29+
> [!Note] Latest PGDG RPM/catalog version is 2.7.1; EL8/EL9 x86_64, Pigsty DEB, and Pigsty source remain on 2.7.0.
30+
2931

3032
## Packages
3133

3234
| Type | Repo | Version | PG Major Compatibility | Package Pattern | Dependencies |
3335
|:----:|:----:|:-------:|:---------------------:|:----------------|:------------:|
34-
| **EXT** | {{< badge content="PGDG" link="/repo/pgdg" >}} | `2.7.0` | {{< bg "18" "" "green" >}} {{< bg "17" "" "green" >}} {{< bg "16" "" "green" >}} {{< bg "15" "" "green" >}} {{< bg "14" "" "green" >}} | `topn` | - |
35-
| **RPM** | {{< badge content="PGDG" link="/repo/pgdg" >}} | `2.7.0` | {{< bg "18" "topn_18" "green" >}} {{< bg "17" "topn_17" "green" >}} {{< bg "16" "topn_16" "green" >}} {{< bg "15" "topn_15" "green" >}} {{< bg "14" "topn_14" "green" >}} | `topn_$v` | - |
36+
| **EXT** | {{< badge content="PGDG" link="/repo/pgdg" >}} | `2.7.1` | {{< bg "18" "" "green" >}} {{< bg "17" "" "green" >}} {{< bg "16" "" "green" >}} {{< bg "15" "" "green" >}} {{< bg "14" "" "green" >}} | `topn` | - |
37+
| **RPM** | {{< badge content="PGDG" link="/repo/pgdg" >}} | `2.7.1` | {{< bg "18" "topn_18" "green" >}} {{< bg "17" "topn_17" "green" >}} {{< bg "16" "topn_16" "green" >}} {{< bg "15" "topn_15" "green" >}} {{< bg "14" "topn_14" "green" >}} | `topn_$v` | - |
3638
| **DEB** | {{< badge content="PIGSTY" link="/repo/pgsql" >}} | `2.7.0` | {{< bg "18" "postgresql-18-topn" "green" >}} {{< bg "17" "postgresql-17-topn" "green" >}} {{< bg "16" "postgresql-16-topn" "green" >}} {{< bg "15" "postgresql-15-topn" "green" >}} {{< bg "14" "postgresql-14-topn" "green" >}} | `postgresql-$v-topn` | - |
3739

3840

content/list/_index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ excludeSearch: true
55
comments: false
66
---
77

8-
The packaged PostgreSQL extension catalog contains **562** extensions and **405** packages.
8+
The packaged PostgreSQL extension catalog contains **562** extensions and **396** packages.
99
The full PGEXT.CLOUD directory contains **2230** extensions.
1010

1111
## Extension Stat
@@ -22,9 +22,9 @@ The full PGEXT.CLOUD directory contains **2230** extensions.
2222

2323
| **Category** | **All** | **PGDG** | **PIGSTY** | **CONTRIB** | **MISS** | **PG18** | **PG17** | **PG16** | **PG15** | **PG14** |
2424
|:---------|--------:|--------:|----------:|-----------:|--------:|--------:|--------:|--------:|--------:|--------:|
25-
| **ALL** | 405 | 139 | 335 | 0 | 0 | 402 | 395 | 385 | 372 | 357 |
26-
| **EL** | 404 | 138 | 335 | 0 | 62 | 401 | 394 | 384 | 371 | 356 |
27-
| **Debian** | 402 | 95 | 307 | 0 | 64 | 399 | 392 | 382 | 369 | 354 |
25+
| **ALL** | 396 | 139 | 326 | 0 | 0 | 393 | 386 | 376 | 363 | 348 |
26+
| **EL** | 395 | 138 | 326 | 0 | 62 | 392 | 385 | 375 | 362 | 347 |
27+
| **Debian** | 393 | 95 | 298 | 0 | 64 | 390 | 383 | 373 | 360 | 345 |
2828

2929
## Categories
3030

content/list/_index.zh.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ excludeSearch: true
55
comments: false
66
---
77

8-
PostgreSQL 已打包扩展目录包含 **562** 个扩展和 **405** 个软件包。
8+
PostgreSQL 已打包扩展目录包含 **562** 个扩展和 **396** 个软件包。
99
PGEXT.CLOUD 总目录收录 **2230** 个扩展。
1010

1111
## 扩展统计
@@ -22,9 +22,9 @@ PGEXT.CLOUD 总目录收录 **2230** 个扩展。
2222

2323
| **分类** | **All** | **PGDG** | **PIGSTY** | **CONTRIB** | **MISS** | **PG18** | **PG17** | **PG16** | **PG15** | **PG14** |
2424
|:---------|--------:|--------:|----------:|-----------:|--------:|--------:|--------:|--------:|--------:|--------:|
25-
| **ALL** | 405 | 139 | 335 | 0 | 0 | 402 | 395 | 385 | 372 | 357 |
26-
| **EL** | 404 | 138 | 335 | 0 | 62 | 401 | 394 | 384 | 371 | 356 |
27-
| **Debian** | 402 | 95 | 307 | 0 | 64 | 399 | 392 | 382 | 369 | 354 |
25+
| **ALL** | 396 | 139 | 326 | 0 | 0 | 393 | 386 | 376 | 363 | 348 |
26+
| **EL** | 395 | 138 | 326 | 0 | 62 | 392 | 385 | 375 | 362 | 347 |
27+
| **Debian** | 393 | 95 | 298 | 0 | 64 | 390 | 383 | 373 | 360 | 345 |
2828

2929
## 分类
3030

content/list/cate.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ Function such as id generator, aggregations, sketches, vector functions, mathema
397397
| 4570 | {{< alias "sequential_uuids" >}} | 1.0.3 | generator of sequential UUIDs |
398398
| 4580 | {{< alias "typeid" "pg_typeid" >}} | 0.3.0 | Allows to use TypeIDs in Postgres natively |
399399
| 4590 | {{< alias "snowflake" >}} | 2.5.0 | Snowflake-style 64-bit ID generator and sequence utilities for PostgreSQL |
400-
| 4600 | {{< alias "topn" >}} | 2.7.0 | type for top-n JSONB |
400+
| 4600 | {{< alias "topn" >}} | 2.7.1 | type for top-n JSONB |
401401
| 4610 | {{< alias "quantile" >}} | 1.1.8 | Quantile aggregation function |
402402
| 4620 | {{< alias "lower_quantile" >}} | 1.0.3 | Lower quantile aggregate function |
403403
| 4630 | {{< alias "count_distinct" >}} | 3.0.2 | An alternative to COUNT(DISTINCT …) aggregate, usable with HashAggregate |
@@ -451,7 +451,7 @@ Utilities for Bloat Control, DirtyRead, BufferInspect, DDL Generate, ChecksumVer
451451
| 5010 | {{< alias "pg_repack" >}} | 1.5.3 | Reorganize tables in PostgreSQL databases with minimal locks |
452452
| 5020 | {{< alias "pg_rewrite" >}} | 2.2 | Tool allows read write to the table during the rewriting |
453453
| 5030 | {{< alias "pg_query_rewrite" >}} | 0.0.5 | Rewrite SQL statements with a PostgreSQL ProcessUtility hook |
454-
| 5040 | {{< alias "pg_squeeze" >}} | 1.9.3 | A tool to remove unused space from a relation. |
454+
| 5040 | {{< alias "pg_squeeze" >}} | 1.9.4 | A tool to remove unused space from a relation. |
455455
| 5050 | {{< alias "pg_dirtyread" >}} | 2.8 | Read dead but unvacuumed rows from table |
456456
| 5060 | {{< alias "pgfincore" >}} | 1.4.0 | examine and manage the os buffer cache |
457457
| 5070 | {{< alias "pg_cooldown" >}} | 0.1 | remove buffered pages for specific relations |
@@ -603,7 +603,7 @@ Wrappers & Multicorn for FDW Development, Access other DBMS: MySQL, Mongo, SQLit
603603
| 8600 | {{< alias "mysql_fdw" >}} | 2.9.3 | Foreign data wrapper for querying a MySQL server |
604604
| 8610 | {{< alias "oracle_fdw" >}} | 2.9.0 | foreign data wrapper for Oracle access |
605605
| 8620 | {{< alias "tds_fdw" >}} | 2.0.5 | Foreign data wrapper for querying a TDS database (Sybase or Microsoft SQL Server) |
606-
| 8630 | {{< alias "db2_fdw" >}} | 18.1.2 | foreign data wrapper for DB2 access |
606+
| 8630 | {{< alias "db2_fdw" >}} | 18.2.0 | foreign data wrapper for DB2 access |
607607
| 8640 | {{< alias "sqlite_fdw" >}} | 2.5.0 | SQLite Foreign Data Wrapper |
608608
| 8650 | {{< alias "pgbouncer_fdw" >}} | 1.4.0 | Extension for querying PgBouncer stats from normal SQL views & running pgbouncer commands from normal SQL functions |
609609
| 8660 | {{< alias "etcd_fdw" >}} | 0.0.1 | Foreign data wrapper for etcd |
@@ -663,7 +663,7 @@ Logical Replication, Decoding, CDC in protobuf/JSON/Mongo format, Copy & Load &
663663

664664
| ID | Extension / Package | Version | Description |
665665
|:---:|:---|:---|:---|
666-
| 9500 | {{< alias "pglogical" >}} | 2.4.7 | PostgreSQL Logical Replication |
666+
| 9500 | {{< alias "pglogical" >}} | 2.4.8 | PostgreSQL Logical Replication |
667667
| 9501 | {{< alias "pglogical_origin" "pglogical" >}} | 2.4.7 | Dummy extension for compatibility when upgrading from Postgres 9.4 |
668668
| 9510 | {{< alias "pglogical_ticker" >}} | 1.4.1 | Have an accurate view on pglogical replication delay |
669669
| 9520 | {{< alias "pgl_ddl_deploy" >}} | 2.2.1 | automated ddl deployment using pglogical |

0 commit comments

Comments
 (0)