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
fix(core): fix no partition error after truncate and rollback (#3149) More... almost 2 years ago
fix(wal): fix wal apply error (#3147) More... almost 2 years ago
chore(pgwire): fix circuit breaker registry (#3148) More... almost 2 years ago
feat(pgwire): add query cancelling (#3130) More... almost 2 years ago
fix(core): fix UTF-8 handling issues in logging (#3056) More... almost 2 years ago
feat(sql): add SHOW PARTITIONS FROM table; as well as SELECT * FROM table_partitions('table'); (#3060) More... almost 2 years ago
chore(core): skip 7.0.2 migration for a table when _txn file does not exist (#3140) More... almost 2 years ago
docs(core): updating benchmark image in readme (#3141) More... almost 2 years ago
fix(sql): fix NPE in order by (#3094) More... almost 2 years ago
fix(sql): allow using more data types in PARTITION BY of LATEST ON queries (#3137) More... almost 2 years ago
fix(sql): ASOF and LT JOINS no longer convert SYMBOL keys to STRING (#3087) More... almost 2 years ago
ci(build): update fuzz run jdk from 8 to 11 (#3129) More... almost 2 years ago
fix(core): fix potential segfault when applying WAL on table with var sized columns (#3134) More... almost 2 years ago
docs(core): Update README.md (#3131) More... almost 2 years ago
chore(core): decrease default append page size for WAL writers (#3086) More... almost 2 years ago
fix(core): fix transient read error of string column when partition is re-written during O3 commit (#3092) More... almost 2 years ago
fix(wal): fix WAL apply lag calculation (#3095) More... almost 2 years ago
chore(core): relax critical log level to error in attach/detach operations that do not need it (#3091) More... almost 2 years ago
refactor(core): refactor tests to promote code reuse and package as library of tests (#3078) More... almost 2 years ago
ci(build): add continuous fuzz test run on master (#3096) More... almost 2 years ago
fix(core): close all but N latest partitions when query execution finishes (#3073) More... almost 2 years ago
fix(sql): fix incorrect results from limit queries (#3083) More... almost 2 years ago
fix(sql): fix order by aliased column not included in select list (#3079) More... almost 2 years ago
chore(core): decrease default WAL apply thread pool size (#3042) More... almost 2 years ago
feat(wal): switch more often when applying WAL to tables to progress in fair manner (#3053) More... almost 2 years ago
fix(sql): fix SQL errors when explicit GROUP BY clause is used (#3049) More... almost 2 years ago
chore(core): add tests to exemplify the difference between '' and NULL for column type SYMBOL (#3070) More... almost 2 years ago
fix(sql): fix ORDER BY with index scans (#3074) More... almost 2 years ago
fix(sql): fix index out of bounds errors in GROUP BY when worker pool is configured for HTTP or PGWire (#3061) More... almost 2 years ago
fix(sql): fix order by removal in subquery with explicit timestamp (#3077) More... almost 2 years ago