Merged
Conversation
Bump version from 1.0.0-dev to 1.0.0 across all files: - pg_textsearch.control, mod.c, Makefile, CLAUDE.md - Rename SQL files and upgrade scripts - Replace prerelease RAISE WARNING with RAISE INFO - Update README status to production ready - Move v1.0.0 to Released section in ROADMAP.md - Update banner image to v1.0.0, remove old versions - Fix CLAUDE.md: remove non-existent enable_bmw GUC, add missing source files to directory listing - Apply make format to fix pre-existing formatting drift - Update all 60 test expected output files
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Replace the placeholder "System X" name with "ParadeDB" across all benchmark scripts, SQL files, CI workflow, and documentation now that we are publishing the comparison results publicly with the v1.0.0 release. - Rename systemx/ directories to paradedb/ in all benchmark datasets - Update all SQL identifiers (table names, index names, functions) - Update benchmark.yml CI workflow (env vars, job names, step names) - Update gh-pages HTML (comparison, methodology, index) - Update OPTIMIZATION_ROADMAP.md references
Local clang-format produced different output than CI's version. Revert these formatting-only changes to keep CI green. The mod.c version bump from the release commit is unaffected.
This reverts commit d3dadb8.
- Add missing REVOKE EXECUTE and DROP FUNCTION statements to the 0.6.1→1.0.0 upgrade script, matching all other upgrade paths - Remove stale enable_bmw reference from CLAUDE.md BMW section
- Update status to production-ready (v1.0.0) - Reframe remaining work as post-1.0 priorities - Mark v1.0.0 roadmap items as done, add post-1.0 section - Update success metrics with achieved results - Update migration section for backwards compatibility era - Resolve answered open questions (compression, memtable, benchmarks) - Note WAND was chosen over MAXSCORE for query executor
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.
Summary
-devsuffixRAISE WARNINGwithRAISE INFOin all SQL scriptsenable_bmwGUC, add missing source filesmake formatto fix pre-existing formatting driftTesting
make test— 52/52 passedmake format-check— passed