Skip to content

doc news: add 4.0.3 entry#424

Merged
komainu8 merged 19 commits intopgroonga:masterfrom
otegami:release-note-draft
Sep 30, 2025
Merged

doc news: add 4.0.3 entry#424
komainu8 merged 19 commits intopgroonga:masterfrom
otegami:release-note-draft

Conversation

@otegami
Copy link
Copy Markdown
Contributor

@otegami otegami commented Sep 25, 2025

@otegami
Copy link
Copy Markdown
Contributor Author

otegami commented Sep 25, 2025

I will open this PR after that we support PostgreSQL 18 rc 1.

Comment thread ja/news/index.md Outdated
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のインデックスを選択できるようになります。
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't have the confidence about this explanation.
If it's wrong, could you tell me about it? 🙏🏾

@otegami otegami changed the title WIP doc news: add 4.0.3 entry doc news: add 4.0.3 entry Sep 29, 2025
@otegami otegami marked this pull request as ready for review September 29, 2025 08:42
Comment thread _po/ja/news/index.po Outdated
msgstr "PostgreSQL 18向けのパッケージを提供しました。"

msgid "#### [[Debian][debian]] Added support for Debian GNU/Linux trixie"
msgstr "#### [[Debian][debian]] Debian GNU/Linux trixie をサポート"
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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をサポート"

Comment thread news/index.md Outdated
Comment thread news/index.md Outdated
Comment thread news/index.md Outdated
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.
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

komainu8 and others added 4 commits September 30, 2025 15:35
Co-authored-by: takuya kodama <a.s.takuya1026@gmail.com>
Co-authored-by: takuya kodama <a.s.takuya1026@gmail.com>
@komainu8
Copy link
Copy Markdown
Member

I've fixed them.

Copy link
Copy Markdown
Contributor Author

@otegami otegami left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM except for adding the comment 👍🏾

Comment thread news/index.md Outdated
komainu8 and others added 2 commits September 30, 2025 16:39
Co-authored-by: takuya kodama <a.s.takuya1026@gmail.com>
@komainu8 komainu8 merged commit a951157 into pgroonga:master Sep 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants