Changelog for
postgresql14-pgvector-debuginfo-0.8.0-2.1.x86_64.rpm :
* Fri Jan 24 2025 Bernhard Wiedemann
- Add reproducible.patch to avoid compile-time CPU-detection (boo#1100677)
* Fri Jan 24 2025 Marcus Rueckert - set OPTFLAGS on the cmdline on the make cmdline to overwrite the - march=native flag i the make file. %{optflags} is passed via the pgxs handling and taken from postgresql (boo#1236351)
* Sat Jan 18 2025 Marcus Rueckert - split out a devel package with the header files to build extensions on top of pgvector (gh:pgvector/pgvector#759)
* Thu Jan 09 2025 Marcus Rueckert - Update to 0.8.0 - Added support for iterative index scans - Added casts for arrays to sparsevec - Improved cost estimation for better index selection when filtering - Improved performance of HNSW index scans - Improved performance of HNSW inserts and on-disk index builds - Dropped support for Postgres 12
* Sat Sep 28 2024 Marcus Rueckert - enable pg17
* Wed Sep 04 2024 Johannes Weberhofer - Update to 0.7.4
* Fixed locking for parallel HNSW index builds
* Fixed compilation error with GCC 14 on i386 when SSE2 is not enabled- Update to 0.7.3
* Fixed failed to add index item error with sparsevec
* Fixed compilation error with FreeBSD ARM
* Fixed compilation warning with MSVC and Postgres 16- Update to 0.7.2
* Fixed initialization fork for indexes on unlogged tables- Update to 0.7.1
* Improved performance of on-disk HNSW index builds
* Fixed undefined symbol error with GCC 8
* Fixed compilation warning with Clang < 14- Fixed download URL
* Tue May 07 2024 Marcus Rueckert - Update to 0.7.0 no changelog provided
* Thu Sep 28 2023 Marcus Rueckert - enable pg 16
* Mon Sep 04 2023 Marcus Rueckert - initial package