Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
pgvector
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
PostgreSQL
pgvector
Commits
8fd2e4f5
Verified
Commit
8fd2e4f5
authored
1 year ago
by
Bradford D. Boyle
Browse files
Options
Downloads
Patches
Plain Diff
Prepare new upstream release 0.5.1
parent
f6ce7952
No related branches found
Branches containing commit
Tags
upstream/4.7.1
Tags containing commit
No related merge requests found
Pipeline
#590921
passed
1 year ago
Stage: provisioning
Stage: build
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/changelog
+10
-0
10 additions, 0 deletions
debian/changelog
debian/patches/no-native
+2
-2
2 additions, 2 deletions
debian/patches/no-native
with
12 additions
and
2 deletions
debian/changelog
+
10
−
0
View file @
8fd2e4f5
pgvector (0.5.1-1) UNRELEASED; urgency=medium
* New Upstream Release
- Features:
* Added check for MVCC-compliant snapshot for index scans
- Improvements:
* Improved performance of HNSW index builds
-- Bradford D. Boyle <bradford.d.boyle@gmail.com> Sun, 15 Oct 2023 20:08:58 +0000
pgvector (0.5.0-2) unstable; urgency=medium
* Team upload for PostgreSQL 16.
...
...
This diff is collapsed.
Click to expand it.
debian/patches/no-native
+
2
−
2
View file @
8fd2e4f5
--- a/Makefile
+++ b/Makefile
@@ -
9
,7 +
9
,7 @@
TESTS = $(wildcard test/sql/*.sql)
@@ -
10
,7 +
10
,7 @@
REGRESS = $(patsubst test/sql/%.sql,%,$(TESTS))
REGRESS_OPTS = --inputdir=test --load-extension=
vector
REGRESS_OPTS = --inputdir=test --load-extension=
$(EXTENSION)
-OPTFLAGS = -march=native
+#OPTFLAGS = -march=native
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment