Commit Graph

224 Commits (aaef489029f395bba0d58ad44128371c8d644392)
 

Author SHA1 Message Date
Bill aaef489029 Merge branch 'master' of https://github.com/sunyinqi0508/AQuery 2 years ago
Bill aee803adce group by optimization 2 years ago
Bill 181abacc55 Merge branch 'master' of https://git.billsun.dev/bill/AQuery 2 years ago
Bill eebf507c6a WIP: group by optimizations 2 years ago
bill 529c5cb6a8 draft: new group by, avoid small allocation 2 years ago
Bill 4942dc1f50 fixes on stored proc 2 years ago
sunyinqi0508 a59717ab65
[skip CI] Merge pull request from sunyinqi0508/benchmark 2 years ago
taozizhuo 6adb7900cb add benchmark queries 2 years ago
Bill da901ee7fa Merge branch 'master' of https://git.billsun.dev/bill/AQuery 2 years ago
bill 853b129343 Fix bugs on stored procedures and threaded GC 2 years ago
bill 957e53eb70 Merge branch 'master' of https://git.billsun.dev/bill/AQuery 2 years ago
bill 80bc0a1e22 modified: server/vector_type.hpp 2 years ago
Bill 5ba333ca20 test gc 2 years ago
Bill 9c2bac3ec1 Merge branch 'master' of https://git.billsun.dev/bill/AQuery 2 years ago
Bill d6e3e4878e Optimized hashtable performance; Stored procedures 2 years ago
root f32cf317ad Merge branch 'master' of https://git.billsun.dev/bill/AQuery 2 years ago
root 31dfaf30be fixed msvc buildwq 2 years ago
Bill eb0fe8857a fixed create as union/except, distinct 2 years ago
Bill 9caa1fa82a fix 'ascii' codec can't encode characters 2 years ago
Bill 7f8c57735d create table ... as ... union all/except ... 2 years ago
Bill 1673726a2d fixed limit doesn't work for queries w/o postproc. 2 years ago
Bill 7478bdf42c Merge branch 'master' of https://github.com/sunyinqi0508/AQuery2 2 years ago
Bill 8e482a1228 bug fixes on flattening 2 years ago
sunyinqi0508 8edde88f0f
Update README.md 2 years ago
sunyinqi0508 c4e92abf61
Merge pull request from sunyinqi0508/dev 2 years ago
Bill 4f7f544983 bug fix on sqlblock and documentations 2 years ago
Bill 8fbcc5bb1c [skip ci] bump version number 2 years ago
Bill 2cd65e121a Merge branch 'master' of https://git.billsun.dev/bill/AQuery 2 years ago
Bill Sun 8d739f8f3e Merge branch 'master' of https://git.billsun.dev/bill/AQuery 2 years ago
Bill Sun 4792bfa08f fixed parser bug in create table as 2 years ago
sunyinqi0508 33c16e062e
Update README.md 2 years ago
Bill 65be0e207d Bugs: incorrectly handling decimal literals 2 years ago
Bill b58503b83d fixed regression 2 years ago
Bill 5b1e8063fb [skip ci] fix build for macos 2 years ago
Bill 1add924b0d fixed GNU ld 2 years ago
Bill 5045056403 bug fix on GNU ld 2 years ago
Bill a5f22475b4 fixed link error for GNU ld 2 years ago
Bill 5591564e47 updated readme 2 years ago
Bill f0940ae442 added initial support for union_all and except 2 years ago
Bill cec2420ddd Merge branch 'master' of https://github.com/sunyinqi0508/AQuery2 2 years ago
Bill b6022a7e0f Transferred AQuery grammar from private repo 2 years ago
Bill d33a5fdd31 bug fixes 2 years ago
Bill 690692bc80 bug fixes on print 2 years ago
Bill e199c6700a fixed when ret in enable_if<false, ret> is invalid 2 years ago
Bill 95d94468a9 super fast export(console/wip:file) 2 years ago
Bill c1b1b26d1a wip: fast print 2 years ago
Bill 1832de1241 Merge branch 'master' of https://github.com/sunyinqi0508/AQuery2 2 years ago
Bill fa1f9822bc WIP: rework exec-engine structure, GC, fast print 2 years ago
sunyinqi0508 1097344647
Merge pull request from wxharry/ci/add_workflow 2 years ago
Bill 4ff1b2d3a8 bug fixes on select into file 2 years ago