Alexey Milovidov
|
6754ee8068
|
dbms: more sane [#METR-13554].
|
2014-11-06 06:38:10 +03:00 |
|
Alexey Milovidov
|
ae56793530
|
dbms: fixed error with filtering by set of tuples with elements that fit in 128 bits [#METR-13322].
|
2014-11-06 06:03:40 +03:00 |
|
Alexey Milovidov
|
74db63113e
|
DateLUT: removed useless code; improved startup time [#METR-13554].
|
2014-11-06 05:39:48 +03:00 |
|
Alexey Milovidov
|
2727fef911
|
dbms: removed few functions [#METR-13554].
|
2014-11-06 04:31:50 +03:00 |
|
Alexey Milovidov
|
4e363249e1
|
dbms: added test [#METR-2944].
|
2014-11-05 23:55:33 +03:00 |
|
Alexey Milovidov
|
a825e54b3a
|
dbms: improved performance of aggregation by string keys [#METR-13168].
|
2014-11-04 00:08:56 +03:00 |
|
Alexey Milovidov
|
ec08b393de
|
dbms: tiny improvement [#METR-2944].
|
2014-11-01 02:20:18 +03:00 |
|
Alexey Milovidov
|
bc454aec71
|
dbms: added override to all columns [#METR-2944].
|
2014-11-01 01:15:17 +03:00 |
|
Andrey Mironov
|
23bf89d490
|
dbms: properly resize const strings passed into toFixedString.
|
2014-10-31 16:49:48 +03:00 |
|
Andrey Mironov
|
11a7b05f48
|
dbms: add tests for ip coding functions with non-const arguments. [#METR-13151]
|
2014-10-31 15:57:41 +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
|
5465bb3d50
|
dbms: add tests for IPv4/6 coding functions. [#METR-13151]
|
2014-10-31 15:03:35 +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 |
|
Alexey Milovidov
|
37e599934f
|
dbms: further [#METR-2944].
|
2014-10-29 05:35:16 +03:00 |
|
Alexey Milovidov
|
425263970f
|
dbms: improved performance of aggregation by one numeric key (up to: 2x for UInt8, 5x for UInt16, 1.1x for UInt32, UInt64) [#METR-2944].
|
2014-10-29 04:18:50 +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 |
|
Alexey Milovidov
|
5d21d75e85
|
dbms: addition to prev. revision [#METR-13297].
|
2014-10-27 07:50:38 +03:00 |
|
Alexey Milovidov
|
e063ccc180
|
dbms: StorageBuffer: additions [#METR-13297].
|
2014-10-27 07:18:13 +03:00 |
|
Alexey Milovidov
|
b3c060b89e
|
dbms: fixed error [#METR-13297].
|
2014-10-26 05:59:46 +03:00 |
|
Alexey Milovidov
|
fee4863a16
|
dbms: Client: tiny fix for progress-bar [#METR-2944].
|
2014-10-26 05:01:21 +03:00 |
|
Alexey Milovidov
|
5cf02c4cc1
|
dbms: addition to prev. revision [#METR-13297].
|
2014-10-26 03:21:06 +03:00 |
|
Alexey Milovidov
|
13f825a7e5
|
dbms: StorageBuffer: fixed error [#METR-13297].
|
2014-10-26 03:12:39 +03:00 |
|
Alexey Milovidov
|
2d5192c4a0
|
dbms: StorageBuffer: development [#METR-13297].
|
2014-10-26 03:01:36 +03:00 |
|
Alexey Milovidov
|
08e93dbbd4
|
dbms: Client: showing progress bar for long-running queries [#METR-2944].
|
2014-10-26 00:27:37 +04:00 |
|
Alexey Milovidov
|
0045133b0e
|
dbms: prepared for fully-functional progress bar [#METR-2944].
|
2014-10-25 22:33:52 +04:00 |
|
Alexey Milovidov
|
199837baa4
|
dbms: fixed error in formatting [#METR-2944].
|
2014-10-24 03:30:48 +04:00 |
|
Alexey Milovidov
|
59d4783d5c
|
dbms: fixed bad code [#METR-2944].
|
2014-10-24 02:32:17 +04:00 |
|
Alexey Milovidov
|
731fcf6b01
|
dbms: fixed error in move to PREWHERE [#METR-13020].
|
2014-10-24 02:22:34 +04:00 |
|
Alexey Milovidov
|
b7d93bcb18
|
dbms: fixed error in prev. revision [#METR-13374].
|
2014-10-24 02:19:57 +04:00 |
|
Alexey Milovidov
|
405d3ed16f
|
metrage: fixed error [#METR-13374].
|
2014-10-24 01:57:03 +04:00 |
|
Alexey Milovidov
|
4eba9dc56c
|
dbms: treat SAMPLE 1 as no-op [#METR-2944].
|
2014-10-23 23:16:43 +04:00 |
|
Andrey Mironov
|
2e7c880fe5
|
dbms: remove accidentally forgotten code. [#METR-13321]
|
2014-10-21 18:08:06 +04:00 |
|
Andrey Mironov
|
25639d9834
|
dbms: fix segmentation fault when left tuple of IN contains array types. [#METR-13321]
|
2014-10-21 17:07:38 +04:00 |
|
Alexey Milovidov
|
2c23fb4d87
|
dbms: tiny modifications [#METR-2944].
|
2014-10-19 01:46:05 +04:00 |
|
Alexey Milovidov
|
d3664eac89
|
dbms: added setting replication_alter_partitions_sync [#METR-13158].
|
2014-10-18 23:14:09 +04:00 |
|
Alexey Milovidov
|
f26b265eed
|
Merge
|
2014-10-18 21:37:55 +04:00 |
|
Alexey Milovidov
|
6575443ff9
|
dbms: Client: don't fall to std::terminate when bad arguments (tnx. egatov) [#METR-2944].
|
2014-10-18 03:42:50 +04:00 |
|
Alexey Milovidov
|
172ac6715f
|
dbms: tiny fix [#METR-2944].
|
2014-10-18 01:44:56 +04:00 |
|
Alexey Milovidov
|
a097d24644
|
dbms: moved some code to separate file [#METR-13153].
|
2014-10-17 05:05:51 +04:00 |
|
Alexey Milovidov
|
ef82933bb3
|
zkutil: Async interface: development [#METR-2944].
|
2014-10-17 00:05:26 +04:00 |
|
Alexey Milovidov
|
c2e4662ad7
|
Changed boost:: to std:: for bind, ref/cref, thread, shared_ptr [#METR-2807].
|
2014-10-16 05:21:03 +04:00 |
|
Alexey Milovidov
|
afc4f7fcf0
|
dbms: tiny modification [#METR-13153].
|
2014-10-16 00:28:43 +04:00 |
|
Alexey Milovidov
|
07ba420b85
|
dbms: addition to prev. revision; removed support to FETCH UNREPLICATED PARTITION [#METR-13153].
|
2014-10-15 23:59:12 +04:00 |
|