Andrew Kane

Results 82 issues of Andrew Kane

Hi all, I wanted to share some work on iterative index scans to get feedback. - [hnsw-streaming branch](https://github.com/pgvector/pgvector/compare/hnsw-streaming) - [ivfflat-streaming branch](https://github.com/pgvector/pgvector/compare/ivfflat-streaming) You can enable this functionality (naming TDB) with: ```sql...

Hi all, just wanted to share the initial plan for 0.8.0, with a goal for the end of October. If you have any thoughts, feel free to create a new...

Please create a new issue to discuss any ideas or share your own. 2.0 - [ ] Remove default quantization for the few pipelines that have it - [ ]...

Please create a new issue to discuss any ideas or share your own. - [ ] Exclude blind index columns from `serialized_hash` (not great for `inspect`) - `serialized_hash` branch -...

Hi, this PR adds a default key to `limits_concurrency` so users don't need to come up with a key name if they only want to limit by job name (regardless...

Please create a new issue to discuss any ideas or share your own. 0.5.0 - [ ] Use `usize` for `SparseVector` dimensions and indices - `sparsevec-usize` branch

This updates `Result#field_types` to return the precision for `time`, `datetime`, and `timestamp` fields (like other types). https://dev.mysql.com/doc/refman/8.4/en/fractional-seconds.html Edit: Updated to only add the precision if not the default (for slightly...

### What problem are you trying to solve? Hi, when specifying a CLR type that does not match the SQL type, like: ```csharp public class Item { [Column(TypeName = "int")]...

customer-reported
area-type-mapping

Hi, when running the [minitest](https://github.com/minitest/minitest) test suite with JRuby 10, there are test failures due to a minor inconsistency with CRuby. Minimal script: ```ruby p Marshal.dump(binding) ``` **Environment Information** *...

Nanoseconds can be parsed incorrectly with JRuby 10: ```ruby require "time" t = Time.new("2025-04-20T23:20:13.789698000Z") p t p t.nsec ``` **Environment Information** * jruby 10.0.0.0 (3.4.2) 2025-04-13 6ed59bc847 OpenJDK 64-Bit Server...