1
I Use This!
High Activity

Commits : Listings

Analyzed 14 days ago. based on code collected 14 days ago.
Jan 28, 2024 — Jan 28, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
ci(build): split CI run into fuzz and non-fuzz, parallel fuzz run for windows (#5304) More... about 1 month ago
feat(core): table data TTL (#5234) More... about 1 month ago
perf(sql): speed up execution of window functions and joins on Windows platform (#5300) More... about 1 month ago
fix(http): fix bad error message to Web Console when SQL times out (#5292) More... about 1 month ago
chore(sql): shift ParallelGroupByFuzzTest out of `griffin` (#5298) More... about 1 month ago
feat(sql): add support for the first_not_null_value(D) window function (#5191) More... about 1 month ago
fix(core): fix table type conversion leading to table drop if db restarts midway (#5295) More... about 1 month ago
fix(pgwire): fix reader/txn leak under edge case conditions (#5296) More... about 1 month ago
feat(sql): add `DECLARE` keyword to support variable bindings (#5207) More... about 1 month ago
feat(sql): alter table add column [if not exists] (#5080) More... about 1 month ago
fix(sql): fix `max txn-inflight` error and log SQLs that leak resources (#5277) More... about 1 month ago
fix(core): improve storage error handling to avoid resource leaks (#5288) More... about 1 month ago
chore(sql): followup for timezone aware `dateadd` (#5286) More... about 1 month ago
feat(sql): add timezone-aware variant of dateadd (#5209) More... about 1 month ago
fix(core): fix rare crash after disk full error (#5269) More... about 1 month ago
fix(core): ignore extra spaces in rolling logger config (#5282) More... about 1 month ago
chore(sql): avoid printing sensitive config values when reloading config (#5281) More... about 1 month ago
fix(core): bug in network services where service may not recover from connection limit hit (#5276) More... about 1 month ago
fix(pgwire): byte column binding issue fix (#5253) More... about 1 month ago
test(core): add missing override to TestServerConfiguration (#5275) More... about 1 month ago
docs(core): update kafka url (#5272) More... about 2 months ago
fix(sql): fix rewriteOrderBy issue case when orderBy column is not in projection. (#5271) More... about 2 months ago
fix(core): fix symbol capacity displayed wrong after restart in show columns queries (#5242) More... about 2 months ago
feat(pgwire): reloadable buffer size and connection limit configuration properties (#5183) More... about 2 months ago
feat(core): add configurable timezone for logger (#5231) More... about 2 months ago
fix(sql): allow UNION between IPv4 and VARCHAR/STRING columns (#5246) More... about 2 months ago
fix(sql): fix rewrite `sample by` to `group by` same column names' bug. (#5113) More... about 2 months ago
fix(sql): wrong var-size results returned by some read_parquet() and join queries (#5236) More... about 2 months ago
test(core): add fuzz tests with random Files Facade exceptions (#5218) More... about 2 months ago
fix(pgwire): error when using in('foo', 'bar') predicate (#5222) More... about 2 months ago