Alexey Arno
|
8a36ba31c8
|
dbms: Server: small cosmetic change. [#METR-15210]
|
2015-05-19 16:26:23 +03:00 |
|
Alexey Arno
|
30eef142b3
|
Merge
|
2015-05-19 16:23:13 +03:00 |
|
Alexey Milovidov
|
b96f132d21
|
dbms: fixed error with regionToContinent [#METR-2944].
|
2015-05-17 02:49:13 +03:00 |
|
Alexey Milovidov
|
df8eefd79e
|
dbms: tiny fixes [#METR-16266].
|
2015-05-16 11:33:32 +03:00 |
|
Alexey Arno
|
ae16cb6ac2
|
dbms: Server: cosmetic change. [#METR-15210]
|
2015-05-14 15:43:42 +03:00 |
|
Alexey Arno
|
897f809463
|
dbms: Server: cosmetic change. [#METR-15210]
|
2015-05-14 15:33:52 +03:00 |
|
Alexey Arno
|
aa6fb6b229
|
Merge
|
2015-05-14 15:08:27 +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
|
6ce28acc0f
|
dbms: cut dependency [#METR-2944].
|
2015-05-04 20:52:19 +03:00 |
|
Alexey Milovidov
|
685aa695bb
|
dbms: function 'transform': added support for constant argument [#METR-15987].
|
2015-04-29 04:30:44 +03:00 |
|
Alexey Milovidov
|
738e736500
|
dbms: function 'transform': development [#METR-15987].
|
2015-04-28 08:21:41 +03:00 |
|
Alexey Milovidov
|
d371b7c843
|
dbms: function 'transform': development [#METR-15987].
|
2015-04-28 07:47:27 +03:00 |
|
Alexey Milovidov
|
123cd3340d
|
dbms: function 'transform': development [#METR-15987].
|
2015-04-28 06:54:57 +03:00 |
|
Alexey Milovidov
|
5e230a6b2d
|
dbms: function 'transform': development [#METR-15987].
|
2015-04-28 06:38:41 +03:00 |
|
Alexey Arno
|
5463d74a84
|
Merge
|
2015-04-24 18:49:30 +03:00 |
|
Alexey Milovidov
|
114b3de689
|
dbms: cut dependencies [#METR-2944].
|
2015-04-16 09:12:35 +03:00 |
|
Andrey Mironov
|
bedd5e7c26
|
dbms: add function URLHash plus tests [#METR-15826]
|
2015-04-15 18:00:28 +03:00 |
|
Alexey Milovidov
|
543c4c92cb
|
dbms: removed dead code; healing corrupted nested columns [#METR-15896].
|
2015-04-09 03:37:08 +03:00 |
|
Alexey Milovidov
|
f1dc2f4775
|
dbms: fixed error [#METR-15387].
|
2015-04-03 19:16:02 +03:00 |
|
Andrey Mironov
|
e267ba87f0
|
dbms: rename isNan to isNaN [#METR-15731]
|
2015-04-03 17:52:33 +03:00 |
|
Andrey Mironov
|
4ed57ac566
|
dbms: add functions isFinite, isInfinite, isNan [#METR-METR-15731]
|
2015-04-03 16:30:51 +03:00 |
|
Andrey Mironov
|
c707bd3bc4
|
dbms: add FixedString support for function toFixedString
|
2015-04-01 14:45:01 +03:00 |
|
Alexey Milovidov
|
048eed9424
|
dbms: improved performance of LIKE and regexp search [#METR-15690].
|
2015-03-27 05:12:45 +03:00 |
|
Alexey Milovidov
|
f3f935e3d8
|
dbms: toDateTime: improvement [#METR-2944].
|
2015-03-26 05:54:16 +03:00 |
|
Andrey Mironov
|
17da36aba2
|
dbms: allow using Date and DateTime with dictionaries. [#METR-13298]
|
2015-03-20 18:45:36 +03:00 |
|
Alexey Milovidov
|
e7b3884f2d
|
dbms: fixed common misunderstanding with function toDate(UInt32) [#METR-2944].
|
2015-03-16 07:44:53 +03:00 |
|
Andrey Mironov
|
de89a0ae4a
|
dbms: superior implementation of dictGetHierarchy [#METR-13298]
|
2015-03-06 16:38:07 +03:00 |
|
Alexey Milovidov
|
577a7d102d
|
dbms: fixed leaks [#METR-15352].
|
2015-03-05 08:42:42 +03:00 |
|
Alexey Milovidov
|
bd4b866dc8
|
dbms: removed unused function [#METR-15352].
|
2015-03-05 07:55:55 +03:00 |
|
Andrey Mironov
|
20eb5013a4
|
dbms: cache dictionary revamp [#METR-13298]
|
2015-02-26 17:53:45 +03:00 |
|
Alexey Milovidov
|
bbd48f8921
|
dbms: Aggregator: added specialization for many (up to 256 bit) fixed-size keys (up to 3x performance improvement) [#METR-2944].
|
2015-02-22 08:53:16 +03:00 |
|
Alexey Milovidov
|
f7ef574ed2
|
dbms: improved performance of Set, Join, Distinct and arrayEnumerateUniq [#METR-2944].
|
2015-02-20 22:48:52 +03:00 |
|
Andrey Mironov
|
e175883dd3
|
dbms: remove redundant checks in FunctionDictIsIn. [#METR-13298]
|
2015-02-20 13:57:38 +03:00 |
|
Andrey Mironov
|
7dd6397245
|
dbms: alter appendTrailingCharIfAbsent behaviour [#METR-15071]
|
2015-02-19 18:28:24 +03:00 |
|
Andrey Mironov
|
cf8a927150
|
dbms: invert the way multiple values are acquired from the dictionary [#METR-13298]
|
2015-02-19 18:28:24 +03:00 |
|
Alexey Milovidov
|
59a55a4ce0
|
dbms: fixed wrong check with function 'match' and many subpatterns [#METR-14976].
|
2015-02-11 04:24:51 +03:00 |
|
Alexey Milovidov
|
a9eb28c07d
|
Using std::make_unique [#METR-2807].
|
2015-02-11 00:10:58 +03:00 |
|
Andrey Mironov
|
984aa5c4b5
|
dbms: extract external dictionaries management to a separate type [#METR-13298]
|
2015-02-10 20:40:40 +03:00 |
|
Andrey Mironov
|
168e1cd98d
|
dbms: post-review corrections [#METR-13298]
add dummy CacheDictionary (could not commit without it)
|
2015-02-10 17:50:52 +03:00 |
|
Andrey Mironov
|
cee209db3e
|
Merge
|
2015-02-04 14:01:06 +03:00 |
|
Alexey Milovidov
|
e4ae80fd2d
|
Removed Yandex Catalog categories (not used; but empty columns in tables are left) [#METR-14873].
|
2015-02-03 00:22:07 +03:00 |
|
Alexey Milovidov
|
ebe7738c27
|
dbms: implemented function arrayElement for data type Array(Tuple(...)) [#METR-14783].
|
2015-02-01 11:19:11 +03:00 |
|
Andrey Mironov
|
a66af0668e
|
dbms: devirtualize dictionary access [#METR-13298]
|
2015-01-29 17:46:15 +03:00 |
|
Andrey Mironov
|
e982b5c92d
|
dbms: add all integral and floating point types to IDictionary. [#METR-13298]
|
2015-01-28 18:02:05 +03:00 |
|
Andrey Mironov
|
f4e7d2d4f5
|
dbms: add dictGetHierarchy and dictIsIn. [#METR-13298]
|
2015-01-28 16:20:20 +03:00 |
|
Alexey Milovidov
|
3d28956cbb
|
dbms: fixed errors in gcc 4.9 [#METR-2944].
|
2015-01-24 04:10:05 +03:00 |
|
Andrey Mironov
|
92664ed612
|
dbms: sparse array implementation of FlatDictionary. [#METR-13298]
|
2015-01-22 17:32:38 +03:00 |
|
Alexey Milovidov
|
86e9e77eae
|
Fixed errors in clang (part 5, final) [#METR-2807].
|
2015-01-22 04:13:13 +03:00 |
|
Andrey Mironov
|
300b7342e7
|
dbms: dummy types and functions for external dictionaries. [#METR-13298]
|
2015-01-21 14:39:48 +03:00 |
|
Alexey Milovidov
|
e53a8c11dc
|
dbms: addition to prev. revision [#METR-14693].
|
2015-01-20 21:42:06 +03:00 |
|