-
### What is your problem?
How to in install in termux?
### How to reproduce it
_No response_
-
### What happened?
I've been trying to install source code of one of the latest versions on macOS Ventura 13.2.1, with intel chip.
But it fails with `'groonga.h' file not found`.
I checked pg_con…
-
I use Debian and use the exact Dockerfile provided by PGroonga as you can see [here](https://github.com/pgroonga/docker/blob/main/debian/16/Dockerfile).
It was working before, but it now generates er…
-
**Describe the bug**
I am using the full-text search index extension called [pgroonga](https://pgroonga.github.io/).
Up to pgAdmin4 v6, I was able to display the SQL tab for this index, but after …
-
### What happened?
Lately I started to notice the error: ERROR: pgroonga: [insert] failed to set column value: grn_io_lock failed when trying to insert data into a table containing pgroonga indexes…
-
### What happened?
I have a query that looks like this:
`select * from labels where value &@* 'f' and locale = 'en';`
which returns 93 records.
If I change the searched text to 'fr', the res…
-
### What happened?
Out of the blue (the system was running ok without errors prior of seeing this error), I started to see errors like the one below, during inserts into the search table.
Any ide…
-
I have a stream that includes notices from our continuous integration build. Two sample messages are below, along with their markdown. When I search for "pixm", a match is only shown against the secon…
-
I encountered an issue while setting up Redmine for development with PostgreSQL as the database.
The error occurred when running the run-test.sh script as part of the full text search plugin setup.
…
-
When I run the command:
```shell
./tools/provision
```
I get this error messages:
```shell
+ sudo -i -u postgres psql -v ON_ERROR_STOP=1 -e zulip_base
CREATE EXTENSION pgroonga;
ER…