1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 20, 2023 — Jan 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
chore(core): fix failing tests (#4017) More... about 1 year ago
fix(core): fix failed SQL update not suspending WAL table potentially leading to a data loss (#4015) More... about 1 year ago
chore(core): free resources on failed instance start (#4014) More... about 1 year ago
feat(sql): add cumulative sum and first value window funtions (#4001) More... about 1 year ago
feat(sql): add covariance and corr built-in functions (#4012) More... about 1 year ago
feat(sql): `information_schema.columns()` function to provide list of columns across all tables in the database (#3975) More... about 1 year ago
perf(sql): micro optimizations SqlKeywords implementation (short-circuit evaluation, inline variable) (#3978) More... about 1 year ago
test(sql): add new SqlException test case (#3384) More... about 1 year ago
feat(core): 5x speed up of WAL Apply for small transaction and add SQL function to read WAL transactions metadata (#3992) More... about 1 year ago
chore(core): pool generics fix (#3965) More... about 1 year ago
chore(core): testShowParameters() to print missing/extra properties only (#4006) More... about 1 year ago
build: 7.3.5 (#4005) More... about 1 year ago
test(pgwire): fix a flaky pgwire cancellation test (#4003) More... about 1 year ago
fix(build): create dbroot directory inside user home on MacOS (#3997) More... about 1 year ago
chore(sql): tweak initial set sizes in count_distinct functions (#3998) More... about 1 year ago
chore(core): engine not to provide table token until the table is fully created (#3994) More... about 1 year ago
perf(sql): optimize approx_percentile() function for long values (#3985) More... about 1 year ago
feat(sql): string_agg function support in keyed group by queries (#3991) More... about 1 year ago
test(core): fix flaky engine test (#3988) More... about 1 year ago
feat(sql): implement approx_percentile function (#3900) More... about 1 year ago
feat(core): print insufficient Linux kernel limits on start-up (#3980) More... about 1 year ago
chore(core): handling of unexpected errors in SQL execution (#3963) More... about 1 year ago
perf(sql): optimize count_distinct symbol function (#3974) More... about 1 year ago
feat(sql): add `show parameters` SQL (#3972) More... about 1 year ago
chore(core): add environment type event (#3976) More... about 1 year ago
fix(sql): fix several small sql issues (#3970) More... about 1 year ago
chore(core): rework skipTo() and calculateSize() to handle DataUnavailableException (#3958) More... about 1 year ago
chore(ui): bump web console to 0.3.2 (#3971) More... about 1 year ago
chore(build): GitHub Action for rebuilding native libs (#3953) More... about 1 year ago
perf(sql): use StringBuilder instead of StringBuffer when possible in regexp_replace (#3969) More... about 1 year ago