-
### What happend?
PGroongaのExtensionを作成したDBで初回のみしか下記SQLで`pgroonga.libgroonga_version`を取得出来ない
```sql
SHOW pgroonga.libgroonga_version;
```
### How to reproduce it
## DBの作成
```bash
createdb te…
-
### What happened?
```sql
CREATE TABLE t (id INTEGER, name TEXT, property JSONB)
PARTITION BY HASH (id);
CREATE INDEX forest_property_FTS ON forest USING PGROONGA (property);
```
index more…
-
検索結果のソート対象に、チケット番号(issue_id)をサポートしてほしいです。
更新日時のソートを高頻繁で使用していますが、
過去チケットに対し一括更新をかけることがあり、そのような場合にチケット番号でのソートがあれば非常に助かります。
よろしくお願いいたします。
-
### What happend?
PGroongaを使用して`NormalizerTable`を使ったテーブルを作成すると、`pg_dump`のバックアップのレストア時に下記のようなエラーが発生して失敗するようになる
```sql
ERROR: relation "pgroonga_synonyms_index" does not exist
```
### How to rep…
-
### What happened?
commit 7a354fb02ae912d4ca731fcb4dadedb65d1bfc61 introduce `pgroonga_wal_status()` and it is built unconditionally.
But used features are not available unless `PGRN_SUPPORT_WAL` is…
-
### What happened?
### Groonga Library crashes during Homebrew CI test.
```bash
==> /home/linuxbrew/.linuxbrew/opt/postgresql@14/bin/pg_ctl start -D /tmp/pgroonga-test-20230511-24887-86n30c/t…
-
With today’s release of PostgreSQL 11.15, 12.10, and 13.6, [Zulip](https://github.com/zulip/zulip/)’s automated test suite started nondeterministically failing. I reduced the problem to the following,…
-
### What happend?
Can the function `pgroonga_query_extract_keywords` support syntax `colunm:` ?
### How to reproduce it
```SQL
DROP TABLE IF EXISTS memos;
CREATE TABLE memos (
id intege…
-
Upgrade from Zulip 5 to Zulip 6 requires updating PostgreSQL version from 10 to 14.
Upgrade is supposed to be done by following [these instructions](https://zulip.readthedocs.io/en/latest/productio…
-
- [x] NEWS
- [x] Update news
- [x] Translate news
- [ ] Prepare announcement text
- [ ] Blog https://github.com/groonga/groonga.org
- [ ] English
- [ ] Japanese
- [ ] Announce
…