Results 22 issues of usamoi

std_detect avx512fp16: https://github.com/rust-lang/stdarch/pull/1508

T-compiler
S-waiting-on-bors

Provide a safe wrapper of PostgreSQL catalog and cache.

Inspired by https://github.com/rust-lang/rust/issues/121960, I'm looking for SIMD intrinsics that are not inlined in generated code. https://github.com/BurntSushi/aho-corasick/blob/master/src/packed/vector.rs#L19C1-L27C59: ```rust /// # Safety /// /// All methods are not safe since they are...

Someone may need to parse PostgreSQL logs and do some processing. For example, `cnpg` reads PostgreSQL logs in csv format and pass them to users in JSON format. Background worker...

good first issue ❤️
difficulty/newcomer

View https://docs.pgvecto.rs/reference/schema.html to see schema provided by pgvecto.rs. ### Functions pgvecto.rs are lack of helper functions, and we need to provide more helper functions. * util functions * [ ]...

good first issue ❤️
type/feature 💡
difficulty/newcomer
tracking-issue

Ref: * https://github.com/tensorchord/pgvecto.rs/pull/329 * https://github.com/tensorchord/pgvecto.rs/pull/352 `x[1:2][3:4]` in PostgreSQL represents fetching `x[0..1, 2..3]`. Since `vector` is always an 1D array we do not support it for the first. Later we would...

priority/3-low 💙
good first issue ❤️
type/feature 💡
difficulty/newcomer

Reimplement (IPC-)RPC. 1. we will remove complex state machine and platform-dependent IPC 2. we will introduce a RPC library to handle session-worker communications

type/enhancement 💭

support multicolumn index to allow users to take advantage of prefiltering ### Creating an index * [ ] parse mutlicolumn index syntax * [ ] parse payload * [ ]...

type/feature 💡
tracking-issue

Blocking on https://www.postgresql.org/message-id/18637-f51e314546e3ba2a%40postgresql.org

`cve-rs` does not compile in nightly due to https://github.com/rust-lang/rust/pull/129021 and this change will be landed in Rust 1.83. This PR fixes it.