Commit Graph

  • 141ded2931
    Merge pull request #68 from pkumod/revert-67-master SoftlySpoken 2019-08-18 21:46:31 +0800
  • 9949494153
    Revert "Larger tripple num, faster query for distinct predicate" revert-67-master SoftlySpoken 2019-08-18 21:45:32 +0800
  • 5fc4870ea7 fix(Parser): eliminate indeterministic segfault of OPTIONAL SoftlySpoken 2019-08-17 09:35:59 +0000
  • becac351b8
    Merge pull request #67 from YuqqiZhou/master SoftlySpoken 2019-08-16 17:31:24 +0800
  • eaa13495e7
    Change the define for TripleNum YuqqiZhou 2019-08-16 17:16:07 +0800
  • 60c70f3bfe
    Merge branch 'test' into master YuqqiZhou 2019-08-16 17:08:39 +0800
  • f3ac764dca
    fix a small bug YuqqiZhou 2019-08-16 16:22:30 +0800
  • 410aa642df
    change value type to support long string compare YuqqiZhou 2019-08-16 16:18:31 +0800
  • ab13652228
    change the return type of the function 'Compare' YuqqiZhou 2019-08-16 16:16:34 +0800
  • 09346f1287
    Add files via upload YuqqiZhou 2019-08-16 16:03:56 +0800
  • 55451528b8
    Delete YuqqiZhou 2019-08-16 16:03:02 +0800
  • 1bf259cc1d
    Add files via upload YuqqiZhou 2019-08-16 16:00:28 +0800
  • 75eaef96d8 Delete the extra output of drop suxunbin 2019-08-14 20:57:25 +0800
  • 307efe105b feat(Parser): parsing path-associated built-in calls SoftlySpoken 2019-08-14 07:05:52 +0000
  • 208942a0f2
    Merge branch 'master' into master YuqqiZhou 2019-08-14 09:57:56 +0800
  • 3c16dc00ac
    Add files via upload YuqqiZhou 2019-08-14 09:55:01 +0800
  • 6184386f2e feat(Parser): add support for shortened forms of numeric literals in triple objects SoftlySpoken 2019-08-12 09:34:56 +0000
  • d9db9a1dfa fix(Parser): fix bug of ASK SoftlySpoken 2019-08-12 09:29:28 +0000
  • 6eac7e01c5
    Add files via upload YuqqiZhou 2019-08-10 23:04:03 +0800
  • 4ea3e1a3b6
    Add files via upload YuqqiZhou 2019-08-10 23:02:25 +0800
  • 896cabef84 Add exportDB API suxunbin 2019-08-10 11:24:19 +0800
  • 69b527dfd7 Fix the bug of repeated exportDB suxunbin 2019-08-10 10:55:24 +0800
  • 4cb5ed9ec9 Fix the bug of repeated exportDB suxunbin 2019-08-10 10:44:57 +0800
  • dac501adb5 fix(Parser): fix bug of SELECT * SoftlySpoken 2019-08-06 08:41:55 +0000
  • 64c6e5cd5f fix: update setup scripts SoftlySpoken 2019-08-06 08:18:23 +0000
  • ebd6c957a4 Merge branch 'test' of https://github.com/pkumod/gStore into test SoftlySpoken 2019-08-04 08:37:27 +0000
  • 1bf7edf45a feat(Parser): add support for ORDER BY keys that are not projection variables SoftlySpoken 2019-08-04 08:37:12 +0000
  • de42795bcd fix some bugs of ghttp and modify gbackup and grestore zz977 2019-08-03 22:48:08 +0800
  • 68cf7391be fix(Parser): fix bug of delete SoftlySpoken 2019-08-03 13:38:32 +0000
  • e8caf9c569 fix(Parser): fix bug of update SoftlySpoken 2019-08-03 13:00:59 +0000
  • 66254dd582
    Add files via upload YuqqiZhou 2019-08-02 20:55:36 +0800
  • 6954a2ddeb
    Add files via upload YuqqiZhou 2019-08-02 18:24:11 +0800
  • 8e5fd48ef9
    Add files via upload YuqqiZhou 2019-08-02 18:23:31 +0800
  • 90219c5129
    Add files via upload YuqqiZhou 2019-08-02 18:23:10 +0800
  • d001b64c21
    Add files via upload YuqqiZhou 2019-08-02 18:19:04 +0800
  • 5caedf7ac2
    Add files via upload YuqqiZhou 2019-08-02 18:16:52 +0800
  • 374f4a120b Merge branch 'test' of https://github.com/pkumod/gStore into test SoftlySpoken 2019-08-02 08:28:53 +0000
  • 4068911235 fix(Parser): enable numeric comparison in ORDER BY SoftlySpoken 2019-08-02 08:28:40 +0000
  • 9ab313abdf fix bug of backup when create multilevel path zz977 2019-08-02 11:41:06 +0800
  • af881fad1a add privilege check of some functions in ghttp and fix some small bugs in gbuild and makefile zz977 2019-08-01 21:58:24 +0800
  • 584a2b481a fix(Parser): enable numeric comparison in FILTER SoftlySpoken 2019-07-31 09:28:35 +0000
  • 9f12a74a32 fix(Parser): add parser, lexer, listener, and visitor generated by ANTLR4 SoftlySpoken 2019-07-29 16:20:07 +0000
  • 653646c33e Merge branch 'test' of https://github.com/pkumod/gStore into test SoftlySpoken 2019-07-29 14:11:22 +0000
  • bc3efe6c71 chore(Parser): re-implement QueryParser with ANTLR 4.7.2 (latest version as of now) SoftlySpoken 2019-07-29 14:10:50 +0000
  • 2d802de0bb add backup and restore in ghttp zz977 2019-07-28 20:03:22 +0800
  • 00a0c2a1c6 Add the API of exporting the database suxunbin 2019-07-28 17:31:41 +0800
  • e8ffc4eb4c
    speed up query for (distinct) predicate YuqqiZhou 2019-07-28 16:17:24 +0800
  • bf3601b4c4
    speed up query for (distinct) predicate YuqqiZhou 2019-07-28 11:09:46 +0800
  • 3b58f6a998
    to speed up the query for (distinct) predicate YuqqiZhou 2019-07-28 11:07:57 +0800
  • 54fb001f67 Add gexport and update gmonitor, gshow, ginit. suxunbin 2019-07-27 22:42:15 +0800
  • 06ac347d23
    change MAX_KEY_NUM to 1 << 31 YuqqiZhou 2019-07-10 15:43:15 +0800
  • 65622e1214
    change the define of TYPE_TRIPLE_NUM to ull YuqqiZhou 2019-07-10 11:34:44 +0800
  • 8354f0aae5
    https://github.com/YuqqiZhou/gStore YuqqiZhou 2019-07-10 11:33:45 +0800
  • e932c750b9
    extend max Triple Size to 5 billion YuqqiZhou 2019-07-10 11:31:06 +0800
  • 303bd74d12
    extend max Triple Size to 5 billion YuqqiZhou 2019-07-10 11:30:36 +0800
  • bf9e77934b
    extend max Triple Size to 5 billion YuqqiZhou 2019-07-10 11:29:27 +0800
  • 50b59a8253
    extend max Triple Size to 5 billion YuqqiZhou 2019-07-10 11:26:37 +0800
  • 4ae5aa4326 fix a bug of Python3 Chinese encoding suxunbin 2019-07-04 17:10:38 +0800
  • 57555313a8 solve the incompatibility between Python2 and Python3 suxunbin 2019-06-19 16:48:00 +0800
  • 9537b9db92 fix python and java API's Chinese encoding problems suxunbin 2019-06-19 13:47:04 +0800
  • 10adc7b6f6 fix a bug of compiling C++ API suxunbin 2019-06-01 11:35:32 +0800
  • 02fe238f54 Add getCoreVersion and getAPIVersion interface suxunbin 2019-05-28 21:08:07 +0800
  • b4b836e325 change port in example lijing 2019-05-23 17:28:55 +0800
  • 2c2d2b424c change port in example lijing 2019-05-23 17:27:50 +0800
  • 199138ce32 fix bug in showUser lijing 2019-05-23 15:49:15 +0800
  • 891db0bfb3 update help pdf summercyy 2019-05-20 19:04:17 +0800
  • 955d77ae96 Update nodejs API suxunbin 2019-05-20 18:18:00 +0800
  • c78bd2f206 Merge branch 'master' of https://github.com/pkumod/gStore suxunbin 2019-05-20 12:13:01 +0800
  • 7f1724fc68 Update C++, java, python, php API and add POST request-type. suxunbin 2019-05-20 12:07:54 +0800
  • 5115b15e20 change mail summercyy 2019-05-09 18:37:20 +0800
  • 331304ed36 accelerate join_two process using better join strategy join filter Gnaiqing 2019-04-30 14:08:32 +0800
  • a09551b47d fix bugs in filter rewriting chenjiaqi magicpanda0618 2019-03-30 15:36:47 +0800
  • 5747dcde1f Fix a small bug of Dockerfile suxunbin 2019-03-29 14:55:05 +0800
  • c93f869f54 Add using Ctrl+C to stop ghttp suxunbin 2019-03-29 13:58:17 +0800
  • 612cb4f968 Release the official Docker image of gStore suxunbin 2019-03-28 17:33:03 +0800
  • d4dc2caad2 change Chinese annotation to English suxunbin 2019-03-27 15:37:08 +0800
  • 54dde0624e docs:adjust makefile and Trie output info bookug 2019-03-26 18:55:12 +0800
  • 197f8c27ee docs:chaneg makefile clean; add build info to gbuild bookug 2019-03-15 19:00:26 +0800
  • 29541afcce Merge remote-tracking branch 'remotes/origin/master' into chenjiaqi magicpanda0618 2019-03-15 14:27:19 +0800
  • f37ef9f9dd sync getFinalResult with master magicpanda0618 2019-03-15 13:54:35 +0800
  • 230afa37dc sync commit 115afbc219 magicpanda0618 2019-03-12 17:49:43 +0800
  • 75f087e0ab sync some bug fixings magicpanda0618 2019-03-08 16:58:37 +0800
  • f0f9fbc742 rewrite OPTIONAL optimized evaluation method magicpanda0618 2019-03-08 14:04:00 +0800
  • 0e392001a7 fix a small bug of starting ghttp with a database built unsuccessfully bookug suxunbin 2019-03-07 20:21:15 +0800
  • 8734d190d2 merge 'filter' to 'master' and fix a small bug ofdeleting triples suxunbin 2019-03-07 16:44:04 +0800
  • b59e86cb01 Fix the issue of ghttp CPU 100% occupancy rate suxunbin 2019-03-04 19:12:51 +0800
  • 9da65410d7
    Merge pull request #54 from YuqqiZhou/master bookug 2019-02-28 22:03:03 +0800
  • 8e16c03b6c
    Add files via upload YuqqiZhou 2019-02-22 21:50:01 +0800
  • d2732ee989
    Add files via upload YuqqiZhou 2019-02-22 20:41:23 +0800
  • 70b96bf134
    Add files via upload YuqqiZhou 2019-02-22 20:28:26 +0800
  • 76d7b43186
    use a different way to apply Trie YuqqiZhou 2019-02-22 19:45:27 +0800
  • c50779d527
    change fread to mmap YuqqiZhou 2019-02-22 19:43:54 +0800
  • a70becc0f8
    Change GetFinalresult() YuqqiZhou 2019-02-22 19:32:54 +0800
  • 3dd3a3129a
    Add files via upload YuqqiZhou 2019-02-22 19:31:33 +0800
  • 8d3735ffca
    Add files via upload YuqqiZhou 2019-02-22 19:28:44 +0800
  • 1ce44d8b89
    Merge pull request #53 from pkumod/yangchaofan bookug 2019-02-20 12:13:03 +0800
  • e56f4fe818 update UrlEncode of python api yangchaofan mrmrfan 2019-02-18 20:42:46 +0800
  • 4e512b75ac
    update help document summercyy 2019-02-01 22:56:26 +0800
  • 4073d2f88f
    Update README.md summercyy 2019-01-28 15:29:58 +0800
  • 115afbc219 fix: some bugs when handling leftmost OPTIONAL clause magicpanda 2019-01-28 15:21:05 +0800