Commit Graph
100 Commits
Author SHA1 Message Date
bill 64b2ec4d8f Merge branch 'master' of https://git.billsun.dev/bill/AQuery 2023-01-24 00:54:15 +08:00
bill cf8185c5f0 bug fix 2023-01-23 23:04:15 +08:00
bill 778703946d fixed select into/create table as 2023-01-23 22:21:25 +08:00
bill da5b5065e6 Merge branch 'master' of https://git.billsun.dev/bill/AQuery 2023-01-21 04:20:39 +08:00
bill 96bd11462d commit local 2023-01-21 04:20:24 +08:00
bill a91ab1841d scratch space 2023-01-21 04:10:47 +08:00
bill e588e4b0dc improved scratch space 2023-01-20 23:00:14 +08:00
bill 540672cdc4 updated code generation for compound-columns, initial support for scratchspace 2023-01-16 23:02:52 +08:00
bill aaef489029 Merge branch 'master' of https://github.com/sunyinqi0508/AQuery 2023-01-09 23:00:48 +08:00
bill aee803adce group by optimization 2023-01-09 22:59:41 +08:00
bill 181abacc55 Merge branch 'master' of https://git.billsun.dev/bill/AQuery 2022-12-28 12:59:07 +08:00
bill eebf507c6a WIP: group by optimizations 2022-12-23 15:04:39 +08:00
bill 529c5cb6a8 draft: new group by, avoid small allocation 2022-12-23 15:03:28 +08:00
bill 4942dc1f50 fixes on stored proc 2022-12-06 11:34:39 +08:00
bill a59717ab65 [skip CI] Merge pull request #1 from sunyinqi0508/benchmark
benchmark queries from Oliver
2022-12-06 06:43:50 +08:00
bill da901ee7fa Merge branch 'master' of https://git.billsun.dev/bill/AQuery 2022-12-02 21:13:54 +08:00
bill 853b129343 Fix bugs on stored procedures and threaded GC 2022-12-02 21:09:59 +08:00
bill 80bc0a1e22 modified: server/vector_type.hpp 2022-11-29 10:15:37 +08:00
bill 5ba333ca20 test gc 2022-11-28 21:31:30 +08:00
bill 9c2bac3ec1 Merge branch 'master' of https://git.billsun.dev/bill/AQuery 2022-11-28 04:33:27 +08:00
bill d6e3e4878e Optimized hashtable performance; Stored procedures 2022-11-28 04:32:08 +08:00
bill eb0fe8857a fixed create as union/except, distinct
wip: stored procedure
2022-11-19 05:09:39 +08:00
bill 9caa1fa82a fix 'ascii' codec can't encode characters 2022-11-18 16:21:42 +08:00
bill 7f8c57735d create table ... as ... union all/except ... 2022-11-18 05:31:00 +08:00
bill 1673726a2d fixed limit doesn't work for queries w/o postproc. 2022-11-17 23:51:19 +08:00
bill 7478bdf42c Merge branch 'master' of https://github.com/sunyinqi0508/AQuery2 2022-11-17 17:22:44 +08:00
bill 8e482a1228 bug fixes on flattening 2022-11-17 17:21:26 +08:00
bill 8edde88f0f Update README.md 2022-11-17 06:50:45 +08:00
bill c4e92abf61 Merge pull request #5 from sunyinqi0508/dev
Merge from dev branch
2022-11-17 06:49:55 +08:00
bill 4f7f544983 bug fix on sqlblock and documentations 2022-11-17 06:48:12 +08:00
bill 8fbcc5bb1c [skip ci] bump version number 2022-11-17 05:54:09 +08:00
bill 2cd65e121a Merge branch 'master' of https://git.billsun.dev/bill/AQuery 2022-11-17 05:53:27 +08:00
bill 8d739f8f3e Merge branch 'master' of https://git.billsun.dev/bill/AQuery 2022-11-17 05:51:08 +08:00
bill 4792bfa08f fixed parser bug in create table as
initial support for <sql> blocks
2022-11-17 05:49:32 +08:00
bill 33c16e062e Update README.md 2022-11-16 22:24:14 +08:00
bill 65be0e207d Bugs: incorrectly handling decimal literals
lack of support for select into in monetdb
2022-11-16 21:37:54 +08:00
bill b58503b83d fixed regression 2022-11-15 13:14:21 +08:00
bill 5b1e8063fb [skip ci] fix build for macos 2022-11-14 15:23:12 +08:00
bill 1add924b0d fixed GNU ld 2022-11-14 02:37:57 +08:00
bill 5045056403 bug fix on GNU ld 2022-11-14 02:36:06 +08:00
bill a5f22475b4 fixed link error for GNU ld 2022-11-14 02:14:43 +08:00
bill 5591564e47 updated readme 2022-11-13 14:35:49 +08:00
bill f0940ae442 added initial support for union_all and except 2022-11-13 14:22:42 +08:00
bill cec2420ddd Merge branch 'master' of https://github.com/sunyinqi0508/AQuery2 2022-11-13 04:39:47 +08:00
bill b6022a7e0f Transferred AQuery grammar from private repo 2022-11-13 04:33:52 +08:00
bill d33a5fdd31 bug fixes 2022-11-13 04:15:32 +08:00
bill 690692bc80 bug fixes on print 2022-11-13 04:02:33 +08:00
bill e199c6700a fixed when ret in enable_if<false, ret> is invalid 2022-11-13 02:57:40 +08:00
bill 95d94468a9 super fast export(console/wip:file) 2022-11-12 01:06:48 +08:00
bill c1b1b26d1a wip: fast print 2022-11-11 19:01:13 +08:00
bill 1832de1241 Merge branch 'master' of https://github.com/sunyinqi0508/AQuery2 2022-11-11 03:18:30 +08:00
bill fa1f9822bc WIP: rework exec-engine structure, GC, fast print 2022-11-11 03:14:50 +08:00
bill 1097344647 Merge pull request #4 from wxharry/ci/add_workflow
ci: add workflow to build and push docker images
2022-11-11 02:31:18 +08:00
bill 4ff1b2d3a8 bug fixes on select into file 2022-11-11 02:20:29 +08:00
bill be7fb9f523 organized Makefile, preemptive initialization 2022-11-05 22:33:22 +08:00
bill 5dad6e5270 monetdb passthru, WIP: threadedGC 2022-11-05 05:33:28 +08:00
bill 31a4972478 bug fixes 2022-11-04 16:29:20 +08:00
bill cda7a61fff fixed deadlock upon failed queries 2022-11-04 14:49:11 +08:00
bill c628d5a569 fixed deadlock 2022-11-04 14:37:21 +08:00
bill 50740fe6ac Added var(s), stddev(s). New ITC, stats. bugfix on aggregations. 2022-11-04 06:10:36 +08:00
bill ba21da23a3 bug fixes, more documentations 2022-10-28 16:38:02 +08:00
bill 3120763966 fixes recurring bug 2022-10-26 05:52:48 +08:00
bill 31d823ac89 fixed bugs wrt sp groupbys, insert multiple values 2022-10-26 05:37:49 +08:00
bill 6ad9ba6ea3 Merge branch 'master' of https://github.com/sunyinqi0508/AQuery 2022-10-23 05:51:07 +08:00
bill 5549706443 fixed issue for user module 2022-10-23 05:47:53 +08:00
bill 50cfcedde0 Update README.md 2022-10-21 22:21:18 +08:00
bill d5382c36e9 bug fixes 2022-10-21 14:52:01 +08:00
bill 6478deb7da read complex data from csv 2022-10-20 06:00:57 +08:00
bill 818ab3b2e5 Added prev/next aggregation functions 2022-10-17 15:13:48 +08:00
bill a9b0c185e1 pack(*), truncate, bug fixes 2022-10-15 04:12:17 +08:00
bill dc6ad1aa8f Merge branch 'master' of https://github.com/sunyinqi0508/AQuery2 2022-10-14 20:39:04 +08:00
bill 6b8b7124f4 initial support for pack expr 2022-10-14 20:37:10 +08:00
bill 169b55a679 initial support for pack expr 2022-10-14 20:36:09 +08:00
bill 6d5ac8ac7f Merge pull request #3 from sunyinqi0508/sunyinqi0508-patch-1
Delete .Dockerfile.swp
2022-10-14 12:05:10 +08:00
bill 4739877d8f Update README.md 2022-10-14 00:47:49 +08:00
bill de57ca16dc Update README.md 2022-10-14 00:45:33 +08:00
bill 168c659c7b Update README.md 2022-10-14 00:42:27 +08:00
bill 31c4dd8681 Update README.md 2022-10-14 00:40:52 +08:00
bill efcf354781 Delete .Dockerfile.swp 2022-10-13 23:54:08 +08:00
bill 826c156d9f bug fixes 2022-10-11 21:54:20 +08:00
bill 10e93f28c6 Updated Documentation 2022-10-08 23:54:59 +08:00
bill 988bf0158e fixed user module (dt) 2022-10-07 14:39:17 +08:00
bill 6467bc6964 Merge branch 'master' of https://github.com/sunyinqi0508/AQuery 2022-10-07 14:00:48 +08:00
bill 7945b5e65a bug fixes 2022-10-07 13:59:43 +08:00
bill f434afbee6 fixed regression 2022-10-05 04:03:17 +08:00
bill dda68bd9e1 bug fixes and clarification 2022-10-05 03:51:57 +08:00
bill 80d2cdb36e Added singularity instructions 2022-10-04 13:16:47 +08:00
bill 136b3b6c6c fixed join using, join on 2022-10-02 14:22:48 -03:00
bill b666d6d9b2 fixed regression on join condition awareness 2022-10-02 00:41:10 +08:00
bill e5ba3f63d6 fixed regression. 2022-10-01 15:52:34 +08:00
bill 98890884da updated documentations. 2022-09-30 22:34:02 +08:00
bill 4974db3117 fixed debug console 2022-09-29 05:08:02 +08:00
bill 8a5941abe2 Optimize Docker 2022-09-29 04:41:28 +08:00
bill 09aa73c346 modified: Makefile 2022-09-29 01:14:44 +08:00
bill 22562c748e modified: Makefile 2022-09-29 01:13:34 +08:00
bill d21d7dfad9 modified: Makefile 2022-09-29 00:57:20 +08:00
bill b9052bdfa8 modified: Makefile 2022-09-29 00:53:13 +08:00
bill 603bea1e3c modified: Makefile 2022-09-29 00:03:46 +08:00
bill aecd122618 modified: Makefile 2022-09-29 00:00:55 +08:00
bill 0e0d67eccd modified: Makefile 2022-09-28 23:52:43 +08:00