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 |
|
Andrey Mironov
|
081f435952
|
dbms: increase limit to function range, change error message. [#METR-14585]
|
2015-01-16 13:25:34 +03:00 |
|
Andrey Mironov
|
ee2fd5637c
|
dbms: fix AppendTrailingCharIfAbsent for empty strings
|
2015-01-12 11:06:43 +03:00 |
|
Andrey Mironov
|
d98d920d05
|
dbms: add function IPv4NumToStringClassC [#METR-14266]
|
2014-12-24 17:45:44 +03:00 |
|
Andrey Mironov
|
b957a2a9c3
|
dbms: restore leading slash in pathFull. [#METR-13679]
|
2014-12-19 17:18:56 +03:00 |
|
Andrey Mironov
|
3ebfd2fb7f
|
dbms: pass proper context into Storage::read(). [#METR-14179]
This reverts commit 34b3f738a67432b44f6f69238dd1529535984d1a.
|
2014-12-17 17:19:07 +03:00 |
|
Alexey Milovidov
|
00a6607971
|
dbms: style [#METR-2944].
|
2014-12-12 21:39:48 +03:00 |
|
Andrey Mironov
|
3332ed9682
|
dbms: add pathFull function. [#METR-13679]
|
2014-12-05 16:32:22 +03:00 |
|
Andrey Mironov
|
2066b089ab
|
dbms: fix cut* functions for constant strings
|
2014-12-05 14:45:06 +03:00 |
|
Andrey Mironov
|
78a172bf0f
|
dbms: disallow range() arguments greater than one millin. [#METR-13613]
|
2014-12-02 21:25:43 +03:00 |
|
Andrey Mironov
|
c6134124f6
|
dbms: remove square function, alter tests. [#METR-13613]
|
2014-12-02 20:25:10 +03:00 |
|
Andrey Mironov
|
ea9472312e
|
dbms: implement range(n) function, add tests. [#METR-13613]
|
2014-12-02 20:25:10 +03:00 |
|
Andrey Mironov
|
682bfb46a5
|
dbms: vectorize math functions. [#METR-13613]
|
2014-12-02 20:25:10 +03:00 |
|
Andrey Mironov
|
af55445da3
|
dbms: implement abs(). [#METR-13613]
|
2014-12-02 20:25:09 +03:00 |
|
Andrey Mironov
|
8062844eed
|
dbms: add math functions without SSE. [#METR-13613]
|
2014-12-02 20:25:09 +03:00 |
|
Andrey Mironov
|
f1f139e8d0
|
dbms: fix allocation of excess memory for const result in concat.
|
2014-11-25 23:22:10 +03:00 |
|
Andrey Mironov
|
ec07d1f711
|
dbms: fix stupid error in concat length calculation.
|
2014-11-25 22:34:07 +03:00 |
|
Andrey Mironov
|
811565b5b1
|
dbms: implement appendTrailingCharIfAbsent, refactor concat. [#METR-13772]
|
2014-11-21 20:42:51 +03:00 |
|
Andrey Mironov
|
813742e5d7
|
dbms: add intDivOrZero function. [#METR-13159]
|
2014-11-21 17:28:39 +03:00 |
|
Andrey Mironov
|
d0971956e0
|
dbms: add quantile[s]Deterministic, rename stdext:: to ext:: [#METR-13199]
|
2014-11-21 16:34:37 +03:00 |
|
Alexey Milovidov
|
c5635ce6d9
|
dbms: added function regionToPopulation; clickhouse-server, ███████████, ███████████, ███████████ needs to be released before regions_hierarchy.txt change [#METR-13326].
|
2014-11-20 03:05:14 +03:00 |
|
Andrey Mironov
|
85e511fdab
|
dbms: refactor IFunction descendants' registration in FunctionFactory
|
2014-11-12 21:04:49 +03:00 |
|
Andrey Mironov
|
731be3e7cf
|
Merge
|
2014-11-12 13:37:47 +03:00 |
|
Andrey Mironov
|
e7edb5e2af
|
dbms: correct typo
|
2014-11-10 14:38:06 +03:00 |
|
Andrey Mironov
|
fe49e06e46
|
dbms: implement concat for arbitrary arity (> 0). [#METR-12888]
|
2014-11-07 21:42:00 +03:00 |
|
Andrey Mironov
|
23bf89d490
|
dbms: properly resize const strings passed into toFixedString.
|
2014-10-31 16:49:48 +03:00 |
|
Andrey Mironov
|
c62bcdcd18
|
Revert "dbms: remove redundant memset(0) from IPv6StringToNum. [#METR-13151]"
This reverts commit 37cc08166507494428c8b858a4670156de356c32.
|
2014-10-31 15:57:30 +03:00 |
|
Andrey Mironov
|
70f376b8e6
|
dbms: remove redundant memset(0) from IPv6StringToNum. [#METR-13151]
|
2014-10-31 15:46:57 +03:00 |
|
Andrey Mironov
|
152ca18a21
|
dbms: drastic increase in IPv6StringToNum performance. [#METR-13151]
|
2014-10-31 15:03:35 +03:00 |
|
Andrey Mironov
|
a88c5e74ab
|
dbms: improve performance of IPv6NumToString. [#METR-13151]
|
2014-10-30 17:43:41 +03:00 |
|
Andrey Mironov
|
74b2f521d0
|
dbms: fix IPv6NumToString out of bounds access. [#METR-13151]
|
2014-10-29 16:53:04 +03:00 |
|
Andrey Mironov
|
a5905c608a
|
dbms: IPv6StringToNum. [#METR-13151]
|
2014-10-29 15:49:33 +03:00 |
|
Andrey Mironov
|
ee34ca31d8
|
dbms: add MD5, SHA1, SHA224, SHA256, IPv6NumToString. [#METR-13151]
|
2014-10-29 15:49:33 +03:00 |
|
Andrey Mironov
|
96d8c7484a
|
dbms: add arrayFirst, arrayFirstIndex functions. [#METR-13151]
|
2014-10-28 18:49:33 +03:00 |
|
Andrey Mironov
|
484073a95c
|
dbms: add emptyArrayType family of functions. #[METR-13151]
|
2014-10-28 16:43:51 +03:00 |
|
Andrey Mironov
|
0d35ea0bf4
|
dbms: implement firstSignificantSubdomain, cutToFirstSignificantSubdomain. [#METR-13151]
|
2014-10-27 18:17:07 +03:00 |
|