Bug 276771 - databases/pg_vector: Update to 0.6.0
Summary: databases/pg_vector: Update to 0.6.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Torsten Zuehlsdorff
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-02-02 00:38 UTC by Wen Heping
Modified: 2024-02-05 11:15 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (tz)


Attachments
Update to 0.6.0 (1.63 KB, text/plain)
2024-02-02 00:38 UTC, Wen Heping
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Wen Heping freebsd_committer freebsd_triage 2024-02-02 00:38:13 UTC
Created attachment 248124 [details]
Update to 0.6.0

Update to 0.6.0
Comment 1 commit-hook freebsd_committer freebsd_triage 2024-02-05 09:08:30 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=fc8b1f20b632306a6c2f8160e93643d4ed57c91d

commit fc8b1f20b632306a6c2f8160e93643d4ed57c91d
Author:     Torsten Zuehlsdorff <tz@FreeBSD.org>
AuthorDate: 2024-02-05 09:03:15 +0000
Commit:     Torsten Zuehlsdorff <tz@FreeBSD.org>
CommitDate: 2024-02-05 09:07:54 +0000

    databases/pg_vector: Update from 0.5.1 to 0.6.0

      Changelog:

       * Changed storage for vector from extended to external
       * Added support for parallel index builds for HNSW
       * Added validation for GUC parameters
       * Improved performance of HNSW
       * Reduced memory usage for HNSW index builds
       * Reduced WAL generation for HNSW index builds
       * Fixed error with logical replication
       * Fixed invalid memory alloc request size error with HNSW index builds
       * Moved Docker image to pgvector org
       * Added Docker tags for each supported version of Postgres
       * Dropped support for Postgres 11

    PR:     276771
    Reported by:    wen

 databases/pg_vector/Makefile  | 4 ++--
 databases/pg_vector/distinfo  | 6 +++---
 databases/pg_vector/pkg-plist | 3 ++-
 3 files changed, 7 insertions(+), 6 deletions(-)
Comment 2 Torsten Zuehlsdorff freebsd_committer freebsd_triage 2024-02-05 11:15:59 UTC
Committed, thank you! :)