doc news: add 4.0.3 entry#424
Merged
komainu8 merged 19 commits intopgroonga:masterfrom Sep 30, 2025
Merged
Conversation
58094a4 to
7ecf34d
Compare
Contributor
Author
|
I will open this PR after that we support PostgreSQL 18 rc 1. |
otegami
commented
Sep 25, 2025
Comment on lines
+20
to
+24
| #### PostgreSQL 18における拡張インデックスでのソート済みインデックススキャンのサポート | ||
|
|
||
| [GH-771](https://github.com/pgroonga/pgroonga/pull/771) | ||
|
|
||
| PostgreSQL 18以降で、PGroongaはインデックスアクセスメソッド用フック`amtranslatecmptype`と`amtranslatestrategy`に対応しました。これにより、プランナはPGroongaをソート可能なインデックスとして認識し、`WHERE ... ORDER BY ... LIMIT`のようなクエリで、明示的なSortを伴わない前方/後方のインデックススキャンにPGroongaのインデックスを選択できるようになります。 |
Contributor
Author
There was a problem hiding this comment.
I don't have the confidence about this explanation.
If it's wrong, could you tell me about it? 🙏🏾
abetomo
approved these changes
Sep 30, 2025
otegami
commented
Sep 30, 2025
| msgstr "PostgreSQL 18向けのパッケージを提供しました。" | ||
|
|
||
| msgid "#### [[Debian][debian]] Added support for Debian GNU/Linux trixie" | ||
| msgstr "#### [[Debian][debian]] Debian GNU/Linux trixie をサポート" |
Contributor
Author
There was a problem hiding this comment.
Do we need spaces between half-width and full-width characters?
Suggested change
| msgstr "#### [[Debian][debian]] Debian GNU/Linux trixie をサポート" | |
| msgstr "#### [[Debian][debian]] Debian GNU/Linux trixieをサポート" |
| On PostgreSQL 18 and later, PostgreSQL's planner can recognize PGroonga as an ordered index. | ||
|
|
||
| PGroonga can return filtered and sorted records to PostgreSQL for queries like `WHERE ... ORDER BY ... LIMIT`. | ||
| We may improves response time when many rows match by this improvement. |
Contributor
Author
There was a problem hiding this comment.
Suggested change
| We may improves response time when many rows match by this improvement. | |
| The response time may improve by this improvement when many rows are match. |
Suggested change
| We may improves response time when many rows match by this improvement. | |
| This changes(improvements) my improve the response time when many rows match by this improvement. |
Co-authored-by: takuya kodama <a.s.takuya1026@gmail.com>
Co-authored-by: takuya kodama <a.s.takuya1026@gmail.com>
Member
|
I've fixed them. |
otegami
commented
Sep 30, 2025
Contributor
Author
otegami
left a comment
There was a problem hiding this comment.
LGTM except for adding the comment 👍🏾
Co-authored-by: takuya kodama <a.s.takuya1026@gmail.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.
GitHub: pgroonga/pgroonga#785