Skip to content

Commit a66f2e8

Browse files
committed
Update pgvector to 0.8.2
1 parent 219f8f0 commit a66f2e8

4 files changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Deploy docs
4444
run: |
4545
mike deploy 17 -b publish -p
46-
mike retitle 17 "17.7" -b publish -p
46+
mike retitle 17 "17.9" -b publish -p
4747
4848
4949

docs/release-notes/release-notes-v17.9.1.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ This release continues to deliver Percona’s open source value-add components f
1616
The binary tarballs for x86_64 and ARM64 architectures have been updated in this release. The following libraries and components have new versions:
1717

1818
- pgbouncer: 1.25.1
19+
- pgvector: 0.8.2
1920
- pgpool2: 4.7.0
2021
- etcd: 3.5.26
2122
- PostGIS: 3.5.5
@@ -68,7 +69,7 @@ The following is the list of extensions available in Percona Distribution for Po
6869
| [pgpool2 :octicons-link-external-16:](https://git.postgresql.org/gitweb/?p=pgpool2.git;a=summary) | 4.7.0 | A middleware between PostgreSQL server and client for high availability, connection pooling, and load balancing |
6970
| [pg_repack :octicons-link-external-16:](https://github.com/reorg/pg_repack) | 1.5.3 | Rebuilds PostgreSQL database objects
7071
| [pg_stat_monitor](https://github.com/percona/pg_stat_monitor) | 2.3.2 | Collects and aggregates statistics for PostgreSQL and provides histogram information. |
71-
| [pgvector :octicons-link-external-16:](https://github.com/pgvector/pgvector) | v0.8.1 | A vector similarity search for PostgreSQL |
72+
| [pgvector :octicons-link-external-16:](https://github.com/pgvector/pgvector) | v0.8.2 | A vector similarity search for PostgreSQL |
7273
| [PostGIS :octicons-link-external-16:](https://github.com/postgis/postgis) | 3.5.5 | A spatial extension for PostgreSQL |
7374
| [PostgreSQL Common :octicons-link-external-16:](https://salsa.debian.org/postgresql/postgresql-common) | 289 | PostgreSQL database-cluster manager. Supports multiple PostgreSQL versions and clusters simultaneously |
7475
| [wal2json :octicons-link-external-16:](https://github.com/eulerto/wal2json) | 2.6 | A PostgreSQL logical decoding JSON output plugin |

docs/templates/pdf_cover_page.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
{% if config.site_description %}
88
<h1>{{ config.site_description }}</h1>
99
{% endif %}
10-
<h2>17.9.1 (February 28, 2026)</h2>
10+
<h2>17.9.1 (March, 2026)</h2>
1111
<!--<h3>Percona Technical Documentation Team</h3>-->
1212

variables.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ pgsmversion: '2.3.2'
1111

1212
date:
1313

14-
17_9_1: 2026-02-28
14+
17_9_1: 2026-03-03
1515
17_7_1: 2025-12-02
1616
17_6_1: 2025-09-10
1717
17_5_3: 2025-09-01

0 commit comments

Comments
 (0)