| add openGauss 3.1.0 feature code | 3 年前 |
| 将rownum优化的处理模块独立开来。 | 5 年前 |
| src/gausskernel/optimizer/prep/prepjointree.cpp | 3 个月前 |
| feat(og): to support cast and default value 1: to support cast with default value; 2: to support nls date language; 3: regression test case; 4: to support to_timestamp with nls language. | 1 年前 |
| IAFBMN 【内核优化】使用HashTable优化In(Consts)、Not In(Consts) 优化ScalarArrayOpExpr计算,从PG移植现有修改。当备选数组中备选值大于等于9的 时候会将备选数组按照hash进行组织,并在匹配时候用hash方式进行匹配。当备选值 个数小于9时候使用之前的逻辑,以nestedloop形式进行比较 | 1 年前 |
| sync all inner code | 3 年前 |
| feat(og): to support cast and default value 1: to support cast with default value; 2: to support nls date language; 3: regression test case; 4: to support to_timestamp with nls language. | 1 年前 |
| 解决optimizer下告警问题 | 8 个月前 |