fix(postgres-cli): Update Docker image to ruvnet/ruvector-postgres#59
Merged
ruvnet merged 4 commits intoDec 8, 2025
Merged
Conversation
Use the correct Docker Hub image name (ruvnet/ruvector-postgres) instead of the incorrect ruvector/postgres fallback. Simplifies the pull logic since the image is now available on Docker Hub.
- Clone repository instead of wrapper crate (pgrx needs .control file) - Add postgresql-server-dev package to build dependencies - Run apt-get update before installing packages - Support PostgreSQL 14, 15, 16, and 17 for native builds
- Add Docker Hub badge linking to ruvnet/ruvector-postgres - Add direct Docker Hub usage example for users who prefer Docker directly - Maintain consistency with crate README
53+ functions organized by category with descriptions and usage examples: - Distance Functions (5) - Vector Operations (5) - Hyperbolic Geometry (8) - Sparse Vectors & BM25 (14) - Attention Mechanisms (39) - Graph Neural Networks (5) - Agent Routing - Tiny Dancer (11) - Self-Learning / ReasoningBank (7) - Graph Storage & Cypher (8) - Quantization (4) - Index Management (3)
ruvnet
added a commit
that referenced
this pull request
Dec 8, 2025
Published @ruvector/postgres-cli@0.2.6 to npm with PR #59 fixes: - Use correct Docker Hub image (ruvnet/ruvector-postgres) - Add PostgreSQL server dev headers for native builds - Clone full repo for pgrx build instead of minimal crate 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
ruvnet
added a commit
that referenced
this pull request
Feb 20, 2026
* fix(postgres-cli): Update Docker image to ruvnet/ruvector-postgres Use the correct Docker Hub image name (ruvnet/ruvector-postgres) instead of the incorrect ruvector/postgres fallback. Simplifies the pull logic since the image is now available on Docker Hub. * fix(postgres-cli): Improve native installation for pgrx - Clone repository instead of wrapper crate (pgrx needs .control file) - Add postgresql-server-dev package to build dependencies - Run apt-get update before installing packages - Support PostgreSQL 14, 15, 16, and 17 for native builds * docs(postgres-cli): Add Docker Hub badge and direct usage instructions - Add Docker Hub badge linking to ruvnet/ruvector-postgres - Add direct Docker Hub usage example for users who prefer Docker directly - Maintain consistency with crate README * docs(postgres): Add comprehensive SQL Functions Reference table 53+ functions organized by category with descriptions and usage examples: - Distance Functions (5) - Vector Operations (5) - Hyperbolic Geometry (8) - Sparse Vectors & BM25 (14) - Attention Mechanisms (39) - Graph Neural Networks (5) - Agent Routing - Tiny Dancer (11) - Self-Learning / ReasoningBank (7) - Graph Storage & Cypher (8) - Quantization (4) - Index Management (3) --------- Co-authored-by: Claude <noreply@anthropic.com>
ruvnet
added a commit
that referenced
this pull request
Feb 20, 2026
Published @ruvector/postgres-cli@0.2.6 to npm with PR #59 fixes: - Use correct Docker Hub image (ruvnet/ruvector-postgres) - Add PostgreSQL server dev headers for native builds - Clone full repo for pgrx build instead of minimal crate 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Use the correct Docker Hub image name (ruvnet/ruvector-postgres)
instead of the incorrect ruvector/postgres fallback. Simplifies
the pull logic since the image is now available on Docker Hub.