ImreSamu

Results 211 comments of ImreSamu

( postgis_tiger_geocoder extension ) When `default_table_access_method = 'orioledb' ` , the following command currently doesn't work: `CREATE EXTENSION IF NOT EXISTS postgis_tiger_geocoder;` ( related: https://github.com/orioledb/orioledb/issues/474 ) Workaround: Install the extension...

Status: current orioledb `main` ( 2025-09-19 ) b59af82a3d2446dac13f3e94df11a880a164ca31 + Postgis 3.6.0 ``` #6 90.72 Run tests: 170 #6 90.72 Failed: 11 ``` most critical NEW issue - replicated with `hstore`...

with the #578 workaround. ``` #6 83.75 Run tests: 170 #6 83.75 Failed: 3 ``` 3 brin related test problems ``` #6 71.98 regress/core/regress_brin_index .. failed (diff expected obtained: /tmp/pgis_reg/test_110_diff)...

debugging ```` #6 71.98 regress/core/regress_brin_index .. failed (diff expected obtained: /tmp/pgis_reg/test_110_diff) #6 72.58 regress/core/regress_brin_index_3d .. failed (diff expected obtained: /tmp/pgis_reg/test_111_diff) #6 73.13 regress/core/regress_brin_index_geography .. failed (diff expected obtained: /tmp/pgis_reg/test_112_diff) ````...

@za-arthur : Ready for review - with lot of changes. * new PR message ! ( with architectural decisions , ... ) Please read ! -------------- My Main branch at...

I will likely split the PR into several smaller parts. * In the first part, I would focus on the Dockerfiles and completely remove the UBUNTU_VERSION and ALPINE_VERSION parameters to...

A newer and improved version is available in https://github.com/orioledb/orioledb/pull/543 so I am closing this PR.

@mtmail : > A full dump seems to be 130GB (I'm guessing 90% compression rate since it's JSON text). (wikidata json dump) If thereโ€™s no better solution, I have a...

The `id` data would help implement the **"Clickable POIs on the frontpage"** feature mentioned in the OSM Engineering Working Groupโ€™s Top Ten Tasks. https://wiki.openstreetmap.org/wiki/Top_Ten_Tasks#Clickable_POIs_on_the_frontpage > "The goal is to get...

Itโ€™s ready for review. ---- Iโ€™ll still run a full local build test across all variations: - base docker image: - Alpine: `alpine:edge alpine:3.22 alpine:3.21 alpine:3.20 alpine:3.19 alpine:3.18 alpine:3.17 alpine:3.16...