|
|
b286d9ec97
|
treat XOR as logical operator
|
2022-03-23 22:08:19 +08:00 |
|
|
|
ff8bbf3ebc
|
fix padding bug with function-based index
|
2022-03-23 22:07:54 +08:00 |
|
|
|
fd436db3f8
|
fix nullif/least calc_resultN bug in static engine
|
2022-03-23 14:01:09 +08:00 |
|
|
|
a4c7d7dc9f
|
Fix sharable exprs rel_ids not correct bug
|
2022-03-16 14:57:49 +08:00 |
|
|
|
a1f0486503
|
fix:40048757,40048854
|
2022-03-15 19:31:13 +08:00 |
|
|
|
b6333008b5
|
[WhiteScan] fix unreachable logic
|
2022-03-14 20:30:44 +08:00 |
|
|
|
25510c8333
|
fix bug: create fd use invalid unique index
|
2022-03-10 17:55:40 +08:00 |
|
|
|
7110e4aefa
|
Fix stack overflow of recursive printing raw_expr
|
2022-03-10 13:10:44 +08:00 |
|
|
|
589b565d91
|
fix: old engine distinct boolean type
|
2022-02-22 16:04:51 +08:00 |
|
|
|
bb573a7cd4
|
[Json] json patch from 3.2.2 branch since 2021.12
|
2022-02-16 17:34:14 +08:00 |
|
|
|
a15a151dae
|
Update ObQueryRefRawExpr result type
|
2022-02-14 10:43:54 +08:00 |
|
|
|
21564ec61d
|
fix charset (#736)
|
2022-02-09 10:47:02 +08:00 |
|
|
|
e5f59ea074
|
support json type
|
2022-02-08 15:08:04 +08:00 |
|
|
|
b0e85791f2
|
fix unity build compilation errors
|
2022-01-27 10:57:53 +08:00 |
|
|
|
0fac1dd0b9
|
fix use GCONF.enable_static_engine_for_query bug
|
2021-12-01 16:27:51 +08:00 |
|
|
|
db82de6a5b
|
[cp]: fix 4 bugs for NO_BACKSLASH_ESCAPES mode.
|
2021-11-30 11:13:39 +08:00 |
|
|
|
e28151b107
|
Support uuid_short in mysql mode.
|
2021-11-30 11:13:10 +08:00 |
|
|
|
85b67b6901
|
fix core caused by subquery in row occur unexpected obj type
|
2021-11-22 20:13:07 +08:00 |
|
|
|
a67bf40128
|
deep copy stmt need copy user var exprs
|
2021-11-19 14:39:44 +08:00 |
|
|
|
9ff1baa323
|
refine large size query range
|
2021-11-01 11:34:38 +08:00 |
|
|
|
d01e355c6a
|
Fix stack overflow of recursive get_name
|
2021-10-25 16:24:43 +08:00 |
|
|
|
45460f6ae7
|
Support MIN/MAX function for enum/set data type
|
2021-10-13 11:27:22 +08:00 |
|
|
|
16b086a718
|
fix late materialization bug
|
2021-09-24 19:19:08 +08:00 |
|
|
|
1765522f95
|
Fix enumset cast to time in static typing engine
|
2021-09-22 20:10:48 +08:00 |
|
|
|
c19f7ea941
|
fix print type scale bug
|
2021-09-13 17:45:23 +08:00 |
|
|
|
f8b75754ce
|
add expr: (#198)
|
2021-08-31 15:44:43 +08:00 |
|
|
|
ce5da32082
|
fix size_overflow bug in distributed update
|
2021-08-12 17:27:59 +08:00 |
|
|
|
a331dec52c
|
Remove warning configurations
|
2021-07-30 14:56:13 +08:00 |
|
|
|
4640a92c31
|
Bugfixs patched from 3.1.x to 3.1_opensource_release
|
2021-07-29 14:14:16 +08:00 |
|
|
|
74d0236609
|
support last_day in mysql mode
|
2021-07-27 21:57:13 +08:00 |
|
|
|
09edba0ff6
|
CP 3.1 commit to open source
|
2021-07-27 21:21:14 +08:00 |
|
|
|
0b7773c43f
|
add double-destroy check for MemoryContext
|
2021-07-27 19:54:14 +08:00 |
|
|
|
3aa7e08d33
|
[feature] support user defined nextval("seqname") function
|
2021-07-26 15:30:14 +08:00 |
|
|
|
f2b3572e34
|
patch some bugfixs into opensource
|
2021-07-26 11:30:14 +08:00 |
|
|
|
7fb21bbbe7
|
cherry-pick bug fix in 3.1
|
2021-07-21 23:46:35 +08:00 |
|
|
|
f45d2cdbe2
|
cp bug fix to open source branch
|
2021-07-20 17:06:14 +08:00 |
|
|
|
e03cb03357
|
PATCH bugfix to opensource branch
|
2021-07-19 22:33:13 +08:00 |
|
|
|
1777c9769e
|
cherry-pick from 3_1_x_release to 3.1_opensource_release
|
2021-07-19 21:27:14 +08:00 |
|
|
|
a997b23808
|
cherry-pick bugfix from 3.1 to open source branch
|
2021-07-14 17:48:16 +08:00 |
|
|
|
1ec7b00f36
|
bugfix cherry-pick to opensource release
|
2021-07-13 14:39:14 +08:00 |
|
|
|
d4a22bb030
|
fix expr like print
|
2021-07-12 16:08:57 +08:00 |
|
|
|
c6f5f093e9
|
bugfix: char function data error in gc col
|
2021-07-10 16:35:24 +08:00 |
|
|
|
4a92b6d7df
|
reformat source code
according to code styles, 'AccessModifierOffset' should be -2.
|
2021-06-17 10:40:36 +08:00 |
|
|
|
cea7de1475
|
init push
|
2021-05-31 22:56:52 +08:00 |
|