-
### What happened?
I had to set RUSTFLAGS="-C target-feature=+avx2,+fma" to perform the build. But the building still failed:
```
= note: Undefined symbols for architecture x86_64:
"…
-
**Is your feature request related to a problem? Please describe.**
It would be great to have support for the btree_gin extension.
**Describe the solution you'd like**
Ability to enable the same b…
-
I just noticed this in my logs today:
```
Zone error: RangeError: Value not in range: -1603639493
#0 _rangeCheck (dart:typed_data-patch/typed_data_patch.dart:5113)
#1 _ByteBuffer.asUin…
-
## start command
```
docker run -d \
--name briefer \
-p 8010:3000 \
-v briefer_jupyter_data:/home/jupyteruser \
-v briefer_briefer_data:/home/briefer \
-e POSTGRES_HOSTNAME=**** \
…
-
### What happened?
I encountered a performance issue while running tests on PostgreSQL 16.4 with the pgvectorscale extension and DiskANN configuration. Below are the details of my setup:
**Databas…
-
### Bug description
I'm not sure if this is expected behaviour or a bug, but I couldn't see anything in the docs about it.
I've added a custom field using the [result client extension](https://w…
-
ERROR: could not access file "$libdir/odbc_fdw": No such file or directory
How can I solve it?
Thanks.
-
[pg_hint_plan](https://github.com/ossc-db/pg_hint_plan) is a PostgreSQL extension that allows optimizer hints to be provided in [a block comment before the query](https://github.com/ossc-db/pg_hint_pl…
-
Original issue: https://github.com/npgsql/Npgsql.EntityFrameworkCore.PostgreSQL/issues/292
tl;dr PostgreSQL has extensions, which can be added via the regular migration process. However, since exte…
roji updated
3 months ago
-
Original Quarkus ticket: https://github.com/quarkusio/quarkus/issues/41569
Currently, if you want to use PostgreSQL with the hibernate-vector dependency, when using DevServices with PostgreSQL data…