chore(deps): update dependency gburd/pg_fts to v1.0.5 #18

Merged
AzSiAz merged 1 commit from renovate/gburd-pg_fts-1.x into main 2026-07-22 23:06:50 +02:00
Owner

This PR contains the following updates:

Package Update Change
gburd/pg_fts patch 1.0.41.0.5

Release Notes

gburd/pg_fts (gburd/pg_fts)

v1.0.5

Compare Source

Bug-fix release. No on-disk format change from 1.0.4; no REINDEX
required (ALTER EXTENSION pg_fts UPDATE TO '1.0.5').

  • Fixed sustained, unbounded-looking memory growth during a long index build
    over a high-vocabulary text column
    (e.g. email/message bodies with quoted
    chains, patches, and code -- millions of distinct terms). The build bounds its
    memory by flushing a segment when the in-memory working set exceeds
    maintenance_work_mem, but the size check did not count the term hash table,
    which lives in a child memory context -- so on a vocabulary-dominant corpus
    the check undercounted the real working set and the flush fired far too late,
    letting a multi-hour build grow well past maintenance_work_mem (observed
    ~19 GB resident+swap on an 83 GB / 1.8M-row build before it was killed). The
    check now counts child contexts, so a build settles at roughly
    maintenance_work_mem regardless of vocabulary size. Affects both serial and
    parallel builds; no change to results or on-disk format.

Configuration

📅 Schedule: (in timezone Europe/Paris)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [gburd/pg_fts](https://github.com/gburd/pg_fts) | patch | `1.0.4` → `1.0.5` | --- ### Release Notes <details> <summary>gburd/pg_fts (gburd/pg_fts)</summary> ### [`v1.0.5`](https://github.com/gburd/pg_fts/blob/HEAD/CHANGELOG.md#105) [Compare Source](https://github.com/gburd/pg_fts/compare/v1.0.4...v1.0.5) Bug-fix release. **No on-disk format change** from 1.0.4; no **REINDEX** required (`ALTER EXTENSION pg_fts UPDATE TO '1.0.5'`). - **Fixed sustained, unbounded-looking memory growth during a long index build over a high-vocabulary text column** (e.g. email/message bodies with quoted chains, patches, and code -- millions of distinct terms). The build bounds its memory by flushing a segment when the in-memory working set exceeds `maintenance_work_mem`, but the size check did not count the term hash table, which lives in a child memory context -- so on a vocabulary-dominant corpus the check undercounted the real working set and the flush fired far too late, letting a multi-hour build grow well past `maintenance_work_mem` (observed \~19 GB resident+swap on an 83 GB / 1.8M-row build before it was killed). The check now counts child contexts, so a build settles at roughly `maintenance_work_mem` regardless of vocabulary size. Affects both serial and parallel builds; no change to results or on-disk format. </details> --- ### Configuration 📅 **Schedule**: (in timezone Europe/Paris) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNzMuMCIsInVwZGF0ZWRJblZlciI6IjQzLjI3My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
chore(deps): update dependency gburd/pg_fts to v1.0.5
All checks were successful
ci/woodpecker/pr/pr Pipeline was successful
c93365fd43
AzSiAz scheduled this pull request to auto merge when all checks succeed 2026-07-22 23:00:27 +02:00
AzSiAz merged commit f00d9fc912 into main 2026-07-22 23:06:50 +02:00
AzSiAz deleted branch renovate/gburd-pg_fts-1.x 2026-07-22 23:06:50 +02:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
AzSiAz/cnpg-extension-image!18
No description provided.