Andrey Mironov
|
49236beee8
|
dbms: CAST(expression AS type ) [#METR-19265]
|
2015-12-25 15:06:16 +03:00 |
|
Alexey Milovidov
|
23f8413d74
|
dbms: fixed error with ParserUnsignedInteger (used for tuple element access) [#METR-2944].
|
2015-12-21 19:59:21 +03:00 |
|
Alexey Milovidov
|
69942f38d4
|
dbms: fixed error with ParserAlterQuery [#METR-13097].
|
2015-12-09 05:27:45 +03:00 |
|
Alexey Milovidov
|
8c8210062a
|
dbms: added support for hex escape sequences in strings [#METR-19072].
|
2015-11-25 06:11:17 +03:00 |
|
Alexey Milovidov
|
26d19fe1bc
|
dbms: fixed error with GLOBAL JOIN [#METR-19048].
|
2015-11-24 00:34:36 +03:00 |
|
Alexey Milovidov
|
2d00e5d84f
|
dbms: SAMPLE ... OFFSET development: using rational numbers [#METR-18847].
|
2015-11-20 00:34:53 +03:00 |
|
Alexey Milovidov
|
f67c8e63a2
|
dbms: SAMPLE ... OFFSET development [#METR-18847].
|
2015-11-19 06:40:15 +03:00 |
|
Alexey Milovidov
|
09dd253636
|
dbms: added support for SAMPLE ... OFFSET [#METR-18847].
|
2015-11-19 00:37:28 +03:00 |
|
Alexey Milovidov
|
d88b9bc889
|
dbms: improvement [#METR-15573].
|
2015-11-11 03:20:22 +03:00 |
|
Alexey Milovidov
|
eed74c506e
|
dbms: fixed error [#METR-15573].
|
2015-11-09 02:52:40 +03:00 |
|
Alexey Milovidov
|
f74c115faf
|
dbms: fixed error [#METR-15573].
|
2015-11-09 02:23:31 +03:00 |
|
Alexey Milovidov
|
ddd311ca98
|
dbms: fixed error [#METR-15573].
|
2015-11-09 02:14:24 +03:00 |
|
Alexey Milovidov
|
ce292c4c55
|
dbms: fixed error [#METR-15573].
|
2015-11-08 20:37:15 +03:00 |
|
Alexey Milovidov
|
52a3b686cd
|
dbms: fixed error; parsing 'ON' expression in JOINs [#METR-18692].
|
2015-11-08 05:42:33 +03:00 |
|
Alexey Milovidov
|
ffa33eea3d
|
dbms: fixed error [#METR-15573].
|
2015-11-08 05:07:13 +03:00 |
|
Alexey Milovidov
|
d6766eea2f
|
dbms: fixed error [#METR-15573].
|
2015-11-08 04:44:02 +03:00 |
|
Alexey Milovidov
|
9d95be8933
|
dbms: fixed error [#METR-15573].
|
2015-11-08 04:33:33 +03:00 |
|
Alexey Milovidov
|
0e5bf428d0
|
dbms: better handling of compound identifiers [#METR-18692].
|
2015-11-08 04:29:37 +03:00 |
|
Alexey Milovidov
|
4482871274
|
dbms: allowed aliases without AS keyword in SELECT clause at top level [#METR-15573].
|
2015-11-08 03:28:12 +03:00 |
|
Alexey Milovidov
|
6f9c9d05a5
|
dbms: fixed priority of parsing tuple element operator [#METR-18692].
|
2015-11-08 02:18:39 +03:00 |
|
Alexey Arno
|
fbe7b48dc9
|
dbms: Server: Code cleanup [#METR-16213]
|
2015-10-21 18:04:20 +03:00 |
|
Alexey Arno
|
e059442193
|
Merge
|
2015-10-21 17:57:10 +03:00 |
|
Alexey Arno
|
caaf0235b9
|
dbms: Server: merged branch METR-16213 into master [#METR-16213]
|
2015-10-16 14:02:48 +03:00 |
|
Alexey Milovidov
|
bb283e6602
|
dbms: added support for different numeric types in function has [#METR-18382].
|
2015-10-12 10:05:54 +03:00 |
|
Alexey Arno
|
9958e569b7
|
dbms: Server: Compilation fix for some older versions of g++. [#METR-17668]
|
2015-09-18 18:53:48 +03:00 |
|
Alexey Milovidov
|
4e54056c66
|
dbms: allowed to specify duplicate columns in JOIN subquery [#METR-17664].
|
2015-09-09 03:52:35 +03:00 |
|
Alexey Arno
|
64d47f35df
|
dbms: Server: Fixed possible cyclic dependencies. [#METR-14099]
|
2015-09-09 01:13:43 +03:00 |
|
Alexey Milovidov
|
071c1af212
|
dbms: fixed error [#METR-17606].
|
2015-08-09 08:10:43 +03:00 |
|
Alexey Milovidov
|
ca3a36c3e1
|
dbms: addition to prev. revision [#METR-17606].
|
2015-08-07 02:46:15 +03:00 |
|
Alexey Milovidov
|
32da2a7d8c
|
dbms: improved query formatting for distributed queries [#METR-17606].
|
2015-08-07 00:32:51 +03:00 |
|
Alexey Milovidov
|
5ed70eeb27
|
dbms: preparation [#METR-17606].
|
2015-08-06 07:28:59 +03:00 |
|
Alexey Milovidov
|
e072db7da2
|
dbms: preparation to more compact query formatting [#METR-17606].
|
2015-08-06 06:26:27 +03:00 |
|
Alexey Milovidov
|
4eac023043
|
dbms: addition to prev. revision [#METR-17606].
|
2015-08-06 00:39:42 +03:00 |
|
Alexey Milovidov
|
4ab0052456
|
dbms: more compact formatting of queries with aliases: development [#METR-17606].
|
2015-08-06 00:38:31 +03:00 |
|
Alexey Milovidov
|
c5570f3f89
|
dbms: little better [#METR-17472].
|
2015-07-26 14:07:03 +03:00 |
|
Alexey Milovidov
|
0439ef5f7f
|
dbms: implemented LEFT ARRAY JOIN [#METR-17474].
|
2015-07-26 13:54:45 +03:00 |
|
Alexey Milovidov
|
323188bd29
|
dbms: scalar subqueries: development [#METR-17472].
|
2015-07-26 11:16:39 +03:00 |
|
Alexey Milovidov
|
763fe6fb93
|
dbms: added CROSS JOIN [#METR-16893].
|
2015-07-23 23:23:24 +03:00 |
|
Alexey Arno
|
aa30036fd4
|
dbms: Server: Cosmetic changes that make easier to read, understand, and maintain the code that handles UNION ALL. [#METR-14099]
|
2015-07-13 18:02:29 +03:00 |
|
Alexey Arno
|
135cac6d77
|
dbms: Server: Performance improvement. [#METR-16778]
|
2015-07-11 18:16:59 +03:00 |
|
Alexey Arno
|
b4f65a44e9
|
dbms: Server: Performance improvement. [#METR-16778]
|
2015-07-11 16:43:48 +03:00 |
|
Alexey Arno
|
8410736612
|
dbms: Server: Correctly handle backward linking of SELECT queries inside UNION ALL. [#METR-16778]
|
2015-07-11 03:44:45 +03:00 |
|
Alexey Arno
|
10b695465a
|
dbms: Server: Fixed the bug in a much nicer way: InterpreterSelectQuery does not split anymore its AST. [#METR-16778]
|
2015-07-10 21:26:46 +03:00 |
|
Alexey Milovidov
|
8c1d4358bc
|
dbms: addition to prev. revision [#METR-17061].
|
2015-06-29 08:48:08 +03:00 |
|
Alexey Milovidov
|
9527f99d07
|
dbms: improved performance for very long arrays [#METR-17061].
|
2015-06-29 08:46:55 +03:00 |
|
Alexey Milovidov
|
b308d79f5e
|
dbms: improved performance of query parsing and analyzing with very long arrays [#METR-17061].
|
2015-06-29 07:54:52 +03:00 |
|
Alexey Arno
|
a522013939
|
Merge
|
2015-06-25 20:38:54 +03:00 |
|
Andrey Mironov
|
f012d95b7a
|
dbms: implement alter table detach unreplicated partition [#MTRSADMIN-1093]
|
2015-06-22 21:24:02 +03:00 |
|
Alexey Milovidov
|
557b60a19d
|
dbms: fixed tiny error [#METR-15933].
|
2015-06-06 22:59:16 +03:00 |
|
Alexey Milovidov
|
854a2f4cc8
|
dbms: added optional section SETTINGS to SELECT query [#METR-16354].
|
2015-06-06 00:28:04 +03:00 |
|