7686 Commits (d572443c79bbf9de51a2ee4037f6f9df45cb0cd8)

Author SHA1 Message Date
chrislu d572443c79 ensure int conversion correctness 1 month ago
chrislu 02d36637de limit with offset 1 month ago
chrislu 20f61388bf support limit with offset 1 month ago
chrislu 2e4ba5b2fc redirect GetUnflushedMessages to brokers hosting the topic partition 1 month ago
chrislu 31d5960f00 int overflow 1 month ago
chrislu cd928f9f38 heap sort the data sources 1 month ago
chrislu 6fcc573709 fix: Improve test stability for date/time functions 1 month ago
chrislu 2b35cca9bd refactor: Split sql_functions.go into smaller, focused files 1 month ago
chrislu 179a7b446e feat: Add comprehensive string functions with extensive tests 1 month ago
chrislu 25b07fda6c feat: Add DATE_TRUNC function with comprehensive tests 1 month ago
chrislu ac69d6e5c7 feat: Add date/time functions CURRENT_DATE, CURRENT_TIMESTAMP, EXTRACT with comprehensive tests 1 month ago
chrislu cc3ac76304 feat: Add mathematical functions ROUND, CEIL, FLOOR, ABS with comprehensive tests 1 month ago
chrislu 32bd48ffb8 feat: Add basic arithmetic operators (+, -, *, /, %) with comprehensive tests 1 month ago
chrislu bdf3f7caa9 fix 1 month ago
chrislu a17062218c fix 1 month ago
chrislu 6dcade043b code reuse 1 month ago
Chris Lu 5adea57224
Update weed/util/log_buffer/log_buffer.go 1 month ago
chrislu d192536376 fix 1 month ago
chrislu eb03d05c97 fmt 1 month ago
chrislu bdce5439d8 fixes 1 month ago
chrislu 1db1206827 fix splitting multiple SQLs 1 month ago
chrislu 69e6902072 handling errors 1 month ago
chrislu 191bad0a21 timeout client connections 1 month ago
chrislu 323193cf8c no more mysql 1 month ago
chrislu bec567598f fix tests, avoid panic 1 month ago
chrislu 48a9bee3b8 fix describe issue 1 month ago
chrislu 50040a68bb fix 1 month ago
chrislu c10a0ba2fd fmt 1 month ago
chrislu 72d332a352 feat: Add window function foundation with timestamp support 1 month ago
chrislu 699e2f4413 feat: Add logical type support to SQL query engine 1 month ago
chrislu ec1e74a6e8 feat: Add Parquet logical types to mq_schema.proto 1 month ago
chrislu d60c542ecc feat: Replace pg_query_go with lightweight SQL parser (no CGO required) 1 month ago
chrislu 4d9de40c5c fmt 1 month ago
chrislu 42661ac110 fix tests 1 month ago
chrislu 991247facf fix tests 1 month ago
chrislu e3e369c264 change to pg_query_go 1 month ago
chrislu ba4a8b91d5 fmt 1 month ago
chrislu 59d6806146 fix empty spaces and coercion 1 month ago
chrislu 3fa7670557 fix todo 1 month ago
chrislu 687c5d6bfd fix tests 1 month ago
chrislu e14a316aeb use schema instead of inferred result types 1 month ago
chrislu 316d1cdda7 address some comments 1 month ago
chrislu a7eb178cec Update engine.go 1 month ago
chrislu 60066a6a4c read broker, logs, and parquet files 1 month ago
chrislu 59ec4eb68a address comments 1 month ago
chrislu d29f54e0be de-support alter table and drop table 1 month ago
chrislu 8e15fdf2c7 remove sample data 1 month ago
chrislu f776a49322 avoid sample data 1 month ago
chrislu ed7102df6e column name can be on left or right in where conditions 1 month ago
chrislu 900bd94456 address some comments 1 month ago