Alexey Milovidov
|
7dc7144011
|
dbms: fixed error with column order in RIGHT and FULL JOINs [#METR-17550].
|
2015-09-03 23:48:02 +03:00 |
|
Alexey Milovidov
|
0e26b64968
|
dbms: allowed columns with duplicate names in GLOBAL subqueries [#METR-17552].
|
2015-09-02 23:35:38 +03:00 |
|
Alexey Milovidov
|
3fbb61cbad
|
dbms: fixed error with multiple GLOBAL subqueries [#METR-17622].
|
2015-08-15 00:07:17 +03:00 |
|
Alexey Milovidov
|
0439ef5f7f
|
dbms: implemented LEFT ARRAY JOIN [#METR-17474].
|
2015-07-26 13:54:45 +03:00 |
|
Alexey Milovidov
|
6f2eda117e
|
dbms: fixed error [#METR-17472].
|
2015-07-26 11:28:12 +03:00 |
|
Alexey Milovidov
|
323188bd29
|
dbms: scalar subqueries: development [#METR-17472].
|
2015-07-26 11:16:39 +03:00 |
|
Alexey Milovidov
|
8e44832c85
|
dbms: scalar subqueries: development [#METR-17472].
|
2015-07-26 10:55:48 +03:00 |
|
Alexey Milovidov
|
b87857152b
|
dbms: fixed error in prev. revision [#METR-17472].
|
2015-07-26 10:08:46 +03:00 |
|
Alexey Milovidov
|
35b55b7e4f
|
dbms: added tests; fixed error in prev. revision [#METR-17472].
|
2015-07-25 14:59:21 +03:00 |
|
Alexey Milovidov
|
80ce5f1f65
|
dbms: scalar subqueries: initial implementation [#METR-17472].
|
2015-07-25 14:47:50 +03:00 |
|
Alexey Milovidov
|
763fe6fb93
|
dbms: added CROSS JOIN [#METR-16893].
|
2015-07-23 23:23:24 +03:00 |
|
Alexey Milovidov
|
c0e029bb1b
|
dbms: renamed ColumnWithNameAndType to ColumnWithTypeAndName for clarification [#METR-2944].
|
2015-07-17 04:27:35 +03:00 |
|
Alexey Milovidov
|
6815bd7c00
|
dbms: addition to prev. revision [#METR-15553].
|
2015-07-15 05:58:28 +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
|
6efb40c48b
|
Merge
|
2015-07-10 17:42:30 +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 Milovidov
|
0719320758
|
dbms: improvement [#METR-2944].
|
2015-06-18 05:11:05 +03:00 |
|
Alexey Milovidov
|
7b76ff3118
|
dbms: additions to prev. revision [#METR-2944].
|
2015-06-12 08:54:49 +03:00 |
|
Alexey Milovidov
|
a9becd36ea
|
dbms: allowed constant expressions in IN [#METR-2944].
|
2015-06-12 08:18:47 +03:00 |
|
Andrey Mironov
|
5a60c588bf
|
dbms: ExpressionAnalyzer: redundant null check eliminated, refactoring
|
2015-06-08 18:22:04 +03:00 |
|
Alexey Milovidov
|
5390f492e1
|
dbms: JOIN with empty table: additions [#METR-16476].
|
2015-05-27 03:55:54 +03:00 |
|
Alexey Milovidov
|
baaf5d0485
|
dbms: allowed to JOIN with empty table [#METR-16476].
|
2015-05-26 03:37:48 +03:00 |
|
Andrey Mironov
|
3fc0fda58f
|
dbms: ExpressionAnalyzer: addStorageAliases add useful todo
|
2015-05-22 16:25:59 +03:00 |
|
Andrey Mironov
|
8ddc49125c
|
dbms: do not expand ALIAS column names. [#METR-16390]
|
2015-05-21 16:47:29 +03:00 |
|
Andrey Mironov
|
095fd54ae8
|
dbms: correctly handle injective dictGet* functions during ExpressionAnalyzer's optimizations.
|
2015-05-13 19:11:24 +03:00 |
|
Alexey Milovidov
|
b5463a887f
|
dbms: allowed to type 'count(*)' instead of 'count()' as exception [#METR-2944].
|
2015-05-13 04:19:19 +03:00 |
|
Alexey Milovidov
|
488343c252
|
dbms: fixed tiny error [#METR-10859].
|
2015-05-12 23:09:18 +03:00 |
|
Alexey Milovidov
|
310ed66b00
|
Revert "dbms: improvement (incomplete) [#METR-16164]."
This reverts commit 6f4f44ce7980cace32edd0913b8d1d53cd51682b.
|
2015-05-03 12:13:08 +03:00 |
|
Alexey Milovidov
|
3b5fe94b82
|
dbms: fixed indent [#METR-16164].
|
2015-05-03 11:35:50 +03:00 |
|
Alexey Milovidov
|
b5f1084132
|
dbms: improvement (incomplete) [#METR-16164].
|
2015-04-30 08:45:34 +03:00 |
|
Alexey Milovidov
|
9077eb4f3c
|
dbms: preparation [#METR-15418].
|
2015-04-19 01:30:43 +03:00 |
|
Alexey Milovidov
|
114b3de689
|
dbms: cut dependencies [#METR-2944].
|
2015-04-16 09:12:35 +03:00 |
|
Alexey Milovidov
|
c4ea83a906
|
dbms: cut dependencies [#METR-2944].
|
2015-04-14 05:45:30 +03:00 |
|
Alexey Milovidov
|
db2956eb73
|
dbms: removing duplicate elements from ORDER BY [#METR-2944].
|
2015-03-12 06:31:15 +03:00 |
|
Alexey Milovidov
|
1d7d1051a2
|
dbms: fixed error [#METR-15451].
|
2015-03-12 05:22:55 +03:00 |
|
Alexey Arno
|
4dd8387f2d
|
dbms: Server: feature development [#METR-14875]
|
2015-02-18 20:05:25 +03:00 |
|
Alexey Arno
|
8407779d2e
|
dbms: Server: feature development [#METR-14875]
|
2015-02-18 20:03:15 +03:00 |
|
Alexey Arno
|
932755f851
|
dbms: Server: feature development [#METR-14875]
|
2015-02-18 20:03:14 +03:00 |
|
Alexey Arno
|
99663bfc99
|
dbms: Server: feature development [#METR-14875]
|
2015-02-18 20:03:14 +03:00 |
|
Alexey Arno
|
f37fea7f24
|
dbms: Server: feature development [#METR-14875]
|
2015-02-18 20:03:14 +03:00 |
|
Alexey Arno
|
f49bcac364
|
dbms: Server: feature development [#METR-14875]
|
2015-02-18 20:03:14 +03:00 |
|
Alexey Arno
|
c342867233
|
dbms: Server: feature development [#METR-14875]
|
2015-02-18 20:03:14 +03:00 |
|
Alexey Arno
|
5546e6c872
|
dbms: Server: feature development [#METR-14875]
|
2015-02-18 20:03:14 +03:00 |
|
Alexey Arno
|
c95bec1cf4
|
dbms: Server: feature development [#METR-14875]
|
2015-02-18 20:03:14 +03:00 |
|
Alexey Milovidov
|
5271a45625
|
dbms: fixed error with JOINs [#METR-14847].
|
2015-02-01 10:20:33 +03:00 |
|
Alexey Milovidov
|
1e18ff37c6
|
dbms: fixed error with JOIN [#METR-14847].
|
2015-01-31 00:19:35 +03:00 |
|
Alexey Milovidov
|
e4e313f54f
|
dbms: StorageJoin: development [#METR-2944].
|
2015-01-28 05:37:05 +03:00 |
|
Alexey Milovidov
|
fed642cd7c
|
dbms: added StorageSet [#METR-2944].
|
2015-01-27 03:52:03 +03:00 |
|
Alexey Milovidov
|
715f5bf8d1
|
dbms: fixed error with GLOBAL IN when one of shard is localhost [#METR-14557].
|
2015-01-14 05:44:25 +03:00 |
|
Andrey Mironov
|
f283719d89
|
dbms: fix in/join identifier subquery [#METR-14402]
|
2014-12-23 03:31:17 +03:00 |
|