Varik Matevosyan

Results 6 issues of Varik Matevosyan

- Added new option to index `bool external` - If external is true we will call `_create_external_index` function from lantern_extras - The multicore index creation will be done in Rust...

The database crash is happening if extension is being created in the same transaction when operator is used. Postgres failed to lookup the operator oid by name and crashes with...

**Version of emscripten/emsdk:** `3.1.62` **Issue Description** Hi, I am trying to compile a project into wasm that has a function with name `proc_exit` It seems that `proc_exit` is a special...

Hi all, We at Lantern wanted to enable dyunamically loading our lantern ectension into a wasm postgres instance. We were happy to find pglite where you had done the heavy...

- Replace `takenbuffers` linked list with fixed size (m*2) array and release unused buffers when pinning new ones after the array is filled. - Remove unused htab and fa_cache instances...