|
|
da39d755cb
|
planner: forbid temporary table related plan cache when plan cache enable (#29210)
|
2021-10-28 21:14:49 +08:00 |
|
|
|
d192d17ac6
|
planner: fix the issue that plan-cache may return wrong results when the IndexLookup depends on a generated column (#28938)
|
2021-10-19 20:40:43 +08:00 |
|
|
|
94e30df8e2
|
parser: fix compiling, add unit tests (#28700)
|
2021-10-11 23:15:25 +08:00 |
|
|
|
7755d25aba
|
*: Integrate SkyWalking-eyes to check license headers in CI and fix licenses headers (#27198)
|
2021-08-16 18:52:00 +08:00 |
|
|
|
39bd181213
|
*: Upgrade to go 1.16 && remove deprecated io/ioutil (#24527)
|
2021-05-25 12:07:34 +08:00 |
|
|
|
67874c579a
|
executor: fix a panic when batch point get is used for partition table (#23652)
|
2021-03-30 17:25:24 +08:00 |
|
|
|
48388a7b48
|
planner,executor: enable plan cache for partition table (#19124)
* planner,executor: enable plan cache for partition table
* address comment
* tiny clean up
Co-authored-by: ti-srebot <66930949+ti-srebot@users.noreply.github.com>
Co-authored-by: lysu <sulifx@gmail.com>
|
2020-09-08 19:40:39 +08:00 |
|
|
|
f3554241bb
|
planner, executor: support except and intersect set operator (#18459)
Co-authored-by: ti-srebot <66930949+ti-srebot@users.noreply.github.com>
|
2020-07-27 17:56:07 +08:00 |
|
|
|
8097d24012
|
planner: support UnionStmt in prepare plan cache (#16799)
|
2020-05-14 15:51:12 +08:00 |
|
|
|
79211fe63d
|
plan: make query on partition table not cacheable (#16375)
|
2020-04-22 21:58:20 +08:00 |
|
|
|
8417036804
|
executor: Add "ignore_plan_cache" hint (#15588)
|
2020-03-30 11:04:43 +08:00 |
|
|
|
d1dc97c6c6
|
planner: make WindowFunction uncacheable in prepare (#11035)
|
2019-07-03 11:07:39 +08:00 |
|
|
|
c677187728
|
plan: support ? in Order By / Group By / Limit Offset clauses (#8206)
|
2018-12-03 21:48:54 +08:00 |
|
|
|
34c3d4ccc6
|
planner,executor,parser: support the prepared plan cache for insert/delete/update statements (#8107)
|
2018-11-05 14:24:48 +08:00 |
|
|
|
3024a5af73
|
plan: disable plan cache for query containing SubqueryExpr (#8064)
|
2018-10-26 11:37:23 +08:00 |
|
|
|
89dda9d9a8
|
*: move parser to a separate repository (#8036)
|
2018-10-25 11:12:10 +08:00 |
|
|
|
25118db843
|
*: move ast.NewValueExpr to standalone parser_driver package (#7952)
Make the ast package get rid of the dependency of types.Datum
|
2018-10-19 19:37:55 +08:00 |
|
|
|
e79bd946ed
|
*: change package name from plan to planner (#7760)
|
2018-09-25 11:16:39 +08:00 |
|