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 |
|
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 |
|