Alexey Milovidov
|
efdc07a1da
|
Merge
|
2015-07-16 21:13:58 +03:00 |
|
Alexey Arno
|
5dcda93405
|
dbms: Server: Fixed unsigned int overflow issues. Updated functional test. [#METR-16435]
|
2015-07-16 16:01:49 +03:00 |
|
Alexey Milovidov
|
ba7b7dd52d
|
dbms: fixed race condition in storage Chunks [#METR-17327].
|
2015-07-15 23:40:19 +03:00 |
|
Alexey Milovidov
|
583dd33ed0
|
dbms: disabled moving to PREWHERE expressions with GLOBAL IN [#METR-17231].
|
2015-07-15 08:07:00 +03:00 |
|
Alexey Milovidov
|
6847fdb979
|
dbms: added test [#METR-15553].
|
2015-07-15 08:06:26 +03:00 |
|
Alexey Milovidov
|
1f03f17a49
|
dbms: passing proper Context to subqueries analyzer in PREWHERE [#METR-17231].
|
2015-07-15 07:50:48 +03:00 |
|
Alexey Milovidov
|
6815bd7c00
|
dbms: addition to prev. revision [#METR-15553].
|
2015-07-15 05:58:28 +03:00 |
|
Alexey Milovidov
|
7726566956
|
dbms: addition to prev. revision [#METR-15553].
|
2015-07-15 05:56:12 +03:00 |
|
Alexey Milovidov
|
bc3a0de6ab
|
dbms: fixed GLOBAL IN inside subquery [#METR-15553].
|
2015-07-15 05:52:19 +03:00 |
|
Alexey Milovidov
|
226731128b
|
dbms: get rid of columns inside Context [#METR-15553].
|
2015-07-15 04:26:35 +03:00 |
|
Alexey Milovidov
|
e948f1d1c1
|
Merge
|
2015-07-14 20:11:09 +03:00 |
|
Andrey Mironov
|
240d5c5b58
|
dbms: range_hashed dictGet*: add a missing call to resizing constructor of ColumnVector. [#METR-17111]
|
2015-07-14 18:05:46 +03:00 |
|
Alexey Milovidov
|
ac2f8dfb13
|
Merge
|
2015-07-14 17:49:49 +03:00 |
|
Andrey Mironov
|
874f665ffd
|
Merge
|
2015-07-14 16:11:38 +03:00 |
|
Andrey Mironov
|
2af56fe772
|
dbms: implement dictGet* functions for RangeHashedDictionary. [#METR-17111
|
2015-07-14 16:06:25 +03:00 |
|
Alexey Milovidov
|
df4a33949b
|
dbms: logging query finish for queries without result [#METR-16946].
|
2015-07-14 06:05:10 +03:00 |
|
Alexey Milovidov
|
52bab67d5f
|
Merge
|
2015-07-14 03:48:34 +03:00 |
|
Alexey Milovidov
|
3072d69739
|
dbms: probably faster (needs testing) [#METR-2944].
|
2015-07-14 00:28:19 +03:00 |
|
Alexey Milovidov
|
234367b038
|
dbms: added function identity [#METR-17251].
|
2015-07-14 00:27:08 +03:00 |
|
Andrey Mironov
|
f92714712f
|
dbms: extract IDictionaryBase, fix devirtualization. [#METR-17111]
|
2015-07-13 20:11:17 +03:00 |
|
Andrey Mironov
|
c4440ad829
|
dbms: RangeHashedDictionary implementation [#METR-17111]
|
2015-07-13 19:18: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
|
a3cd654331
|
dbms: Server: Added functional test. [#METR-16435]
|
2015-07-13 16:25:56 +03:00 |
|
Alexey Arno
|
231588919f
|
Merge
|
2015-07-13 14:45:59 +03:00 |
|
Alexey Arno
|
135cac6d77
|
dbms: Server: Performance improvement. [#METR-16778]
|
2015-07-11 18:16:59 +03:00 |
|
Alexey Arno
|
b4f65a44e9
|
dbms: Server: Performance improvement. [#METR-16778]
|
2015-07-11 16:43:48 +03:00 |
|
Alexey Arno
|
8410736612
|
dbms: Server: Correctly handle backward linking of SELECT queries inside UNION ALL. [#METR-16778]
|
2015-07-11 03:44:45 +03:00 |
|
Alexey Arno
|
10b695465a
|
dbms: Server: Fixed the bug in a much nicer way: InterpreterSelectQuery does not split anymore its AST. [#METR-16778]
|
2015-07-10 21:26:46 +03:00 |
|
Andrey Mironov
|
8ea2990e7d
|
dbms: ExternalDictionaries: remove most invididual getters
|
2015-07-10 17:43:49 +03:00 |
|
Alexey Arno
|
6efb40c48b
|
Merge
|
2015-07-10 17:42:30 +03:00 |
|
Alexey Milovidov
|
8aa96f3f79
|
dbms: added comment [#METR-17233].
|
2015-07-10 06:06:00 +03:00 |
|
Alexey Milovidov
|
2af61829fe
|
dbms: added least and greatest functions [#METR-17233].
|
2015-07-10 05:57:32 +03:00 |
|
Alexey Milovidov
|
07bb8f34ba
|
dbms: Client: added line feed in case of exception in non-interactive mode [#METR-2944].
|
2015-07-09 21:26:50 +03:00 |
|
Andrey Mironov
|
a27057d4b9
|
Merge
|
2015-07-08 20:59:44 +03:00 |
|
Alexey Arno
|
5e1b1d4c48
|
dbms: Server: Performance improvements. [#METR-15618]
|
2015-07-08 20:30:42 +03:00 |
|
Alexey Arno
|
e44a202bad
|
dbms: Server: Style fix. [#METR-15618]
|
2015-07-08 17:25:11 +03:00 |
|
Alexey Milovidov
|
c449820a13
|
dbms: addition to prev. revision [#METR-16999].
|
2015-07-08 17:22:31 +03:00 |
|
Alexey Milovidov
|
af0070c16b
|
Merge
|
2015-07-08 07:38:46 +03:00 |
|
Alexey Milovidov
|
0b05ac5871
|
Merge
|
2015-07-08 06:18:51 +03:00 |
|
Alexey Arno
|
992e7dc7a5
|
Merge
|
2015-07-08 02:11:30 +03:00 |
|
Andrey Mironov
|
a5bfc70920
|
Merge
|
2015-07-07 18:30:10 +03:00 |
|
Pavel Kartavyy
|
ba715bdde0
|
dbms: writeDateTimeText pass arguments as template parameters
|
2015-07-07 12:29:29 +03:00 |
|
Alexey Milovidov
|
bbdfd33f47
|
dbms: fixed error with arrays; added test [#METR-17110].
|
2015-07-06 23:25:50 +03:00 |
|
Alexey Milovidov
|
0296dc2b88
|
dbms: fixing error with function replicate of arrays of consts [#METR-17110].
|
2015-07-06 22:24:51 +03:00 |
|
Alexey Arno
|
1c8251ad10
|
Merge
|
2015-07-06 16:53:13 +03:00 |
|
Alexey Arno
|
1d9066bb8a
|
Merge
|
2015-07-03 16:04:03 +03:00 |
|
Alexey Arno
|
90d85c9a77
|
dbms: Server: Support for multiple time zones: development [#METR-15618]
|
2015-07-03 14:55:51 +03:00 |
|
Alexey Vasiliev
|
49288b4043
|
Merge
|
2015-07-03 11:29:53 +03:00 |
|
Alexey Arno
|
5a3d5970c5
|
dbms: Server: Support for multiple time zones: development [#METR-15618]
|
2015-07-03 03:09:57 +03:00 |
|
Alexey Arno
|
7968c06699
|
dbms: Server: Support for multiple time zones: development [#METR-15618]
|
2015-07-02 17:26:15 +03:00 |
|
Alexey Arno
|
91ca58d0d3
|
dbms: Server: Support for multiple time zones: development [#METR-15618]
|
2015-07-02 17:22:15 +03:00 |
|
Alexey Arno
|
426e27d98e
|
dbms: Server: Support for multiple time zones: development [#METR-15618]
|
2015-07-02 17:14:07 +03:00 |
|
Alexey Arno
|
7ef2b9595a
|
dbms: Server: Support for multiple time zones: development [#METR-15618]
|
2015-07-02 16:35:28 +03:00 |
|
Alexey Arno
|
ec8925aa40
|
dbms: Server: Support for multiple time zones: development [#METR-15618]
|
2015-07-02 03:19:31 +03:00 |
|
Alexey Milovidov
|
efddabd212
|
Merge
|
2015-07-01 23:42:42 +03:00 |
|
Alexey Milovidov
|
d71b7ca1b0
|
dbms: better diagnostics [#METR-12542].
|
2015-07-01 23:14:23 +03:00 |
|
Alexey Arno
|
17f681ba8c
|
dbms: Server: Support for multiple time zones: development [#METR-15618]
|
2015-07-01 21:03:18 +03:00 |
|
Alexey Arno
|
072d110f67
|
Merge
|
2015-07-01 20:33:00 +03:00 |
|
Alexey Arno
|
2f56341f00
|
dbms: Server: Support for multiple time zones: development [#METR-15618]
|
2015-07-01 20:32:04 +03:00 |
|
Alexey Arno
|
419bc03713
|
dbms: Server: Support for multiple time zones: development [#METR-15618]
|
2015-07-01 19:07:29 +03:00 |
|
Alexey Arno
|
557b0bf9cc
|
dbms: Server: Support for multiple time zones: development [#METR-15618]
|
2015-07-01 17:35:02 +03:00 |
|
Pavel Kartavyy
|
eee023ffa9
|
Merge
|
2015-07-01 16:07:05 +03:00 |
|
Alexey Milovidov
|
f07967515b
|
dbms: addition to prev. revision [#METR-16946].
|
2015-07-01 08:31:27 +03:00 |
|
Alexey Milovidov
|
4505af81b3
|
dbms: QueryLog: development [#METR-16946].
|
2015-07-01 08:24:08 +03:00 |
|
Alexey Milovidov
|
5ed6a1d446
|
dbms: QueryLog: development [#METR-16946].
|
2015-07-01 08:18:54 +03:00 |
|
Alexey Milovidov
|
719f0ee89c
|
Merge
|
2015-06-30 22:07:19 +03:00 |
|
Alexey Milovidov
|
1618ea3dd7
|
dbms: added test to prev. revision [#METRIKASUPP-5388].
|
2015-06-30 22:06:52 +03:00 |
|
Alexey Milovidov
|
cd734e6f06
|
dbms: allowed constant arguments of aggregate functions and keys [#METRIKASUPP-5388].
|
2015-06-30 22:05:30 +03:00 |
|
Alexey Milovidov
|
115d04aa24
|
Update README
|
2015-06-30 21:48:55 +03:00 |
|
Alexey Milovidov
|
cc8734c5aa
|
dbms: addition to prev. revision [#METR-17105].
|
2015-06-30 21:38:55 +03:00 |
|
Alexey Milovidov
|
b5e2e9a7ae
|
dbms: function 'roundAge': fixed error [#METR-17105].
|
2015-06-30 21:22:06 +03:00 |
|
Alexey Arno
|
d8b0510518
|
dbms: Server: Support for multiple time zones: development [#METR-15618]
|
2015-06-30 18:03:22 +03:00 |
|
Alexey Arno
|
eec6b89a4c
|
dbms: Server: Support for multiple time zones: development [#METR-15618]
|
2015-06-30 17:02:47 +03:00 |
|
Alexey Milovidov
|
3ac04b49b2
|
dbms: QueryLog: development [#METR-16946].
|
2015-06-30 02:59:25 +03:00 |
|
Alexey Milovidov
|
cb223d360a
|
dbms: QueryLog: development [#METR-16946].
|
2015-06-30 02:54:33 +03:00 |
|
Alexey Milovidov
|
b5fd5fe490
|
dbms: QueryLog: development (incomplete) [#METR-16946].
|
2015-06-30 00:35:35 +03:00 |
|
Alexey Milovidov
|
c1ed7ca004
|
dbms: fixed error with LIKE [#METR-17078].
|
2015-06-29 21:47:46 +03:00 |
|
Pavel Kartavyy
|
aaf7afaa13
|
Merge
|
2015-06-29 15:42:00 +03:00 |
|
Andrey Mironov
|
85d2dbcd76
|
Merge
|
2015-06-29 13:49:24 +03:00 |
|
Alexey Milovidov
|
d23de31335
|
dbms: improved performance for very long arrays [#METR-17061].
|
2015-06-29 10:41:23 +03:00 |
|
Alexey Milovidov
|
8c1d4358bc
|
dbms: addition to prev. revision [#METR-17061].
|
2015-06-29 08:48:08 +03:00 |
|
Alexey Milovidov
|
9527f99d07
|
dbms: improved performance for very long arrays [#METR-17061].
|
2015-06-29 08:46:55 +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
|
c8b4a8f1be
|
dbms: lowered default query_log.flush_interval_milliseconds to 7500 [#METR-16946].
|
2015-06-28 10:34:58 +03:00 |
|
Alexey Milovidov
|
9d0f0bf334
|
Client: added parameter --progress [#METR-17001].
|
2015-06-28 10:05:42 +03:00 |
|
Alexey Milovidov
|
efc741efb0
|
dbms: added setting 'distributed_group_by_no_merge' [#METR-17060].
|
2015-06-28 09:48:42 +03:00 |
|
Alexey Milovidov
|
4cebee36ea
|
dbms: added setting 'skip_unavailable_shards' [#METR-17059].
|
2015-06-28 09:38:18 +03:00 |
|
Alexey Milovidov
|
cdf90e9510
|
dbms: higher order functions: added support for constant expressions [#METR-17014].
|
2015-06-28 09:25:12 +03:00 |
|
Alexey Milovidov
|
6b82289af4
|
dbms: addition to prev. revision [#METR-16946].
|
2015-06-27 01:37:55 +03:00 |
|
Alexey Milovidov
|
d9fd662c12
|
dbms: addition to prev. revision [#METR-16946].
|
2015-06-27 00:20:33 +03:00 |
|
Alexey Milovidov
|
c36fdf0e56
|
dbms: initial implementation of QueryLog [#METR-16946].
|
2015-06-26 23:48:10 +03:00 |
|
Alexey Milovidov
|
c9e225be12
|
dbms: QueryLog: development [#METR-16946].
|
2015-06-26 22:23:25 +03:00 |
|
Andrey Mironov
|
f2f8bf86cc
|
dbms: external dictionaries: fix null pointer dereference after calling unique_ptr::release()
|
2015-06-26 18:45:31 +03:00 |
|
Alexey Arno
|
37f008afd0
|
dbms: Server: Added support for multiple time zones: part 1 (does not add any new functionality, does not change current functionality) [#METR-15618]
|
2015-06-26 18:11:31 +03:00 |
|
Andrey Mironov
|
a9d16d8a9f
|
Merge
|
2015-06-26 13:52:20 +03:00 |
|
Andrey Mironov
|
f7ec7dbf9e
|
dbms: ReadBuffer::ignore does not call eof when n == 0 [#MTRSADMIN-1093]
|
2015-06-26 13:38:15 +03:00 |
|
Alexey Arno
|
3e25e37feb
|
dbms: Server: Re-added functional test [#METR-16716]
|
2015-06-26 11:05:59 +03:00 |
|
Alexey Arno
|
a13e6f6a56
|
dbms: Server: Removed test because UNION ALL and FORMAT cannot be reliably tested together with our current functional test framework: 1) in the result of a UNION ALL the rows may appear in any order; 2) If put UNION ALL in a subrequest and use ORDER BY, we cannot test FORMAT. [#METR-16716]
|
2015-06-25 21:03:09 +03:00 |
|
Alexey Arno
|
a522013939
|
Merge
|
2015-06-25 20:38:54 +03:00 |
|
Andrey Mironov
|
9dd999708c
|
Merge
|
2015-06-25 16:03:46 +03:00 |
|
Alexey Milovidov
|
4ecc523ea5
|
dbms: fixed error with using comparison of Date or DateTime with constant string in index [#METR-2944].
|
2015-06-25 00:24:06 +03:00 |
|
Andrey Mironov
|
54d5517757
|
Merge
|
2015-06-24 20:05:40 +03:00 |
|
Andrey Mironov
|
aa7fe63962
|
dbms: temporarily add merge_tree_uniform_read_distribution setting. [#METR-16457]
|
2015-06-24 16:22:31 +03:00 |
|
Andrey Mironov
|
b18764404a
|
Merge
|
2015-06-24 14:03:53 +03:00 |
|
Alexey Arno
|
3874bef1fc
|
dbms: Server: Added unit test. [#METR-16188]
|
2015-06-23 19:35:04 +03:00 |
|
Alexey Milovidov
|
f3bcb40a45
|
dbms: added test to prev. revision [#METR-16945].
|
2015-06-23 02:54:25 +03:00 |
|
Alexey Milovidov
|
7f2fddeed2
|
dbms: fixed error in materialized views after refactoring [#METR-16945].
|
2015-06-23 02:17:49 +03:00 |
|
Alexey Milovidov
|
8ab76848d7
|
dbms: QueryLog: development [#METR-16946].
|
2015-06-23 00:26:03 +03:00 |
|
Andrey Mironov
|
f012d95b7a
|
dbms: implement alter table detach unreplicated partition [#MTRSADMIN-1093]
|
2015-06-22 21:24:02 +03:00 |
|
Andrey Mironov
|
2ba22a4a8a
|
dbms: ActiveDataPartSet::level no longer participates in ::contains and ::operator<.
|
2015-06-22 21:24:02 +03:00 |
|
Andrey Mironov
|
be68461fc6
|
dbms: correctly determine mark to end of previous block [#MTRSADMIN-1093]
|
2015-06-22 21:24:02 +03:00 |
|
Andrey Mironov
|
978aba0f4c
|
Merge
|
2015-06-22 21:24:02 +03:00 |
|
Alexey Milovidov
|
6f3d8f0efc
|
dbms: added simple priorities system [#METR-16911].
|
2015-06-21 09:06:04 +03:00 |
|
Alexey Milovidov
|
001ffdfa18
|
dbms: fixed error with higher order functions [#METR-16894].
|
2015-06-19 05:34:47 +03:00 |
|
Alexey Milovidov
|
0180cda4ef
|
dbms: modified test [#METR-2944].
|
2015-06-18 16:38:50 +03:00 |
|
Alexey Milovidov
|
ba29065d30
|
dbms: fixed comment [#METR-2944].
|
2015-06-18 05:41:35 +03:00 |
|
Alexey Milovidov
|
09010e81f1
|
dbms: added test [#METR-2944].
|
2015-06-18 05:38:38 +03:00 |
|
Alexey Milovidov
|
580b77c152
|
dbms: addition to prev. revision [#METR-2944].
|
2015-06-18 05:30:50 +03:00 |
|
Alexey Milovidov
|
c757ab96c0
|
dbms: addition to prev. revision [#METR-2944].
|
2015-06-18 05:25:50 +03:00 |
|
Alexey Milovidov
|
29bb4c0f2e
|
dbms: addition to prev. revision [#METR-2944].
|
2015-06-18 05:15:26 +03:00 |
|
Alexey Milovidov
|
0719320758
|
dbms: improvement [#METR-2944].
|
2015-06-18 05:11:05 +03:00 |
|
Alexey Milovidov
|
e27323dd2e
|
dbms: addition to prev. revision [#METR-16277].
|
2015-06-18 03:34:39 +03:00 |
|
Alexey Milovidov
|
9245f053ca
|
dbms: log query and IP address in case of syntax error [#METR-16277].
|
2015-06-18 03:27:25 +03:00 |
|
Alexey Milovidov
|
1b61065f50
|
dbms: more uniform logging of query, logging client IP address [#METR-16277].
|
2015-06-18 00:34:15 +03:00 |
|
Alexey Milovidov
|
fc9bbaa2c1
|
dbms: added test [#METR-16700].
|
2015-06-18 00:11:03 +03:00 |
|
Alexey Milovidov
|
b6ccb2f6f5
|
dbms: added support for arguments of type Array(String) for function if [#16700].
|
2015-06-18 00:10:19 +03:00 |
|
Alexey Milovidov
|
0e01dad0a3
|
dbms: added support for numeric arrays for arguments of function if [#METR-16700].
|
2015-06-17 05:02:53 +03:00 |
|
Alexey Milovidov
|
bb83c867fd
|
dbms: added support for Array arguments of function 'if' (incomplete) [#METR-16700].
|
2015-06-17 00:42:18 +03:00 |
|
Alexey Milovidov
|
73072b58c7
|
dbms: fixed comment [#METR-2944].
|
2015-06-17 00:41:47 +03:00 |
|
Alexey Milovidov
|
5c7dccebc1
|
dbms: allowed to compare Date and DateTime with strings in IN [#METR-2944].
|
2015-06-16 21:50:44 +03:00 |
|
Pavel Kartavyy
|
d6e101ae4b
|
Merge
|
2015-06-16 17:46:24 +03:00 |
|
Alexey Vasiliev
|
528af6d7cf
|
Merge
|
2015-06-15 16:53:46 +03:00 |
|
Alexey Milovidov
|
26813667eb
|
dbms: allowed to compare Date and DateTime with constant string [#METR-2944].
|
2015-06-12 10:46:58 +03:00 |
|
Alexey Milovidov
|
7b76ff3118
|
dbms: additions to prev. revision [#METR-2944].
|
2015-06-12 08:54:49 +03:00 |
|
Alexey Milovidov
|
779d85afc9
|
dbms: addition to prev. revision [#METR-2944].
|
2015-06-12 08:19:18 +03:00 |
|
Alexey Milovidov
|
a9becd36ea
|
dbms: allowed constant expressions in IN [#METR-2944].
|
2015-06-12 08:18:47 +03:00 |
|
Alexey Milovidov
|
5b8008e2b1
|
dbms: fixed error with tuples [#METR-13649].
|
2015-06-12 02:38:55 +03:00 |
|
Alexey Milovidov
|
bff45a25fa
|
dbms: improved type checking in IN [#METR-16793].
|
2015-06-12 02:09:56 +03:00 |
|
Pavel Kartavyy
|
84c2351774
|
remove old todo
|
2015-06-11 11:02:29 +03:00 |
|
Alexey Milovidov
|
7f0e6fd3c1
|
Merge
|
2015-06-11 03:35:36 +03:00 |
|
Alexey Milovidov
|
bc17c73ee4
|
SipHash: allowed not to call update for empty strings (less than 0.3% performance degradation on all test data) [#METR-16781].
|
2015-06-10 22:56:57 +03:00 |
|
Andrey Mironov
|
c4d1887a6f
|
dbms: correctly (I hope) determine PREWHERE dependencies for defaults [#METR-16589]
|
2015-06-10 17:49:38 +03:00 |
|
Andrey Mironov
|
ea4f4420ba
|
dbms: replace old lower/upper(UTF8) with vectorized ones [#METR-14764]
|
2015-06-10 15:47:27 +03:00 |
|
Pavel Kartavyy
|
4463a747da
|
ReadHelpers: add assertChar function [#METR-15514]
|
2015-06-10 11:14:46 +03:00 |
|
Pavel Kartavyy
|
6d71c367ed
|
WriteHelpers: add template specialization for const char * [#METR-15514]
|
2015-06-10 11:11:32 +03:00 |
|
Alexey Milovidov
|
b2bfa55a37
|
dbms: fixed tests [#METR-16762].
|
2015-06-10 02:54:37 +03:00 |
|
Alexey Milovidov
|
9237e308fb
|
dbms: JOIN: added checking of types of key columns [#METR-16762].
|
2015-06-10 02:50:22 +03:00 |
|
Alexey Milovidov
|
161d30c902
|
dbms: adding checking of types when JOIN (incomplete) [#METR-16762].
|
2015-06-10 00:34:45 +03:00 |
|
Alexey Milovidov
|
b417ef015f
|
dbms: added test [#METR-16762].
|
2015-06-09 23:56:40 +03:00 |
|
Alexey Milovidov
|
d1df9bd43b
|
dbms: Join: added support for constant keys [#METR-16762].
|
2015-06-09 23:55:15 +03:00 |
|
Alexey Milovidov
|
c65b2f6a16
|
dbms: added test [#METR-16722].
|
2015-06-09 22:51:45 +03:00 |
|
Alexey Milovidov
|
18a8e1f0ca
|
dbms: StorageBuffer: added missing support for defaults [#METR-16722].
|
2015-06-09 22:43:06 +03:00 |
|
Alexey Milovidov
|
b64f094d84
|
dbms: tiny improvement [#METR-2944].
|
2015-06-09 21:58:18 +03:00 |
|
Andrey Mironov
|
4fca014e1b
|
dbms: reload initially failed dictionaries with exponential backoff [#METR-16702]
|
2015-06-09 19:18:49 +03:00 |
|
Alexey Milovidov
|
c94bd2fc09
|
dbms: removed useless code [#METR-16739].
|
2015-06-08 23:22:02 +03:00 |
|
Alexey Milovidov
|
0b3c071eb9
|
dbms: removed useless code [#METR-16739].
|
2015-06-08 23:19:28 +03:00 |
|
Andrey Mironov
|
432687925c
|
dbms: prevent moving array join-ed columns to PREWHERE. No diagnostic for ExpressionAnalyzer yet though [#METR-16525]
|
2015-06-08 19:05:44 +03:00 |
|
Andrey Mironov
|
5a60c588bf
|
dbms: ExpressionAnalyzer: redundant null check eliminated, refactoring
|
2015-06-08 18:22:04 +03:00 |
|
Alexey Milovidov
|
97782b4855
|
dbms: fixed error with memory tracking [#METR-16433].
|
2015-06-08 07:59:45 +03:00 |
|
Alexey Milovidov
|
51be2693ee
|
dbms: addition to SETTINGS [#METR-16354].
|
2015-06-06 23:00:08 +03:00 |
|
Alexey Milovidov
|
557b60a19d
|
dbms: fixed tiny error [#METR-15933].
|
2015-06-06 22:59:16 +03:00 |
|
Alexey Milovidov
|
af3ccde339
|
dbms: section SETTINGS: added tests [#METR-16354].
|
2015-06-06 04:14:56 +03:00 |
|
Alexey Milovidov
|
70d40aedc3
|
dbms: added tests for functions of aggregation states [#METR-16677].
|
2015-06-06 03:43:54 +03:00 |
|
Alexey Milovidov
|
417ab909b8
|
dbms: added functions for manipulation of aggregation states [#METR-16677].
|
2015-06-06 03:28:37 +03:00 |
|
Alexey Milovidov
|
890ee9c0fa
|
dbms: removed aggregate function 'debug' [#METR-2944].
|
2015-06-06 02:19:15 +03:00 |
|
Alexey Milovidov
|
854a2f4cc8
|
dbms: added optional section SETTINGS to SELECT query [#METR-16354].
|
2015-06-06 00:28:04 +03:00 |
|
Alexey Milovidov
|
cac3ce7e27
|
dbms: allowed more easily to specify cluster name with hyphens [#METR-16610].
|
2015-06-05 23:04:54 +03:00 |
|
Alexey Milovidov
|
b4f60297d2
|
dbms: Client: max_block_sizes: using parameters from Settings as defaults [#METR-2944].
|
2015-06-05 22:33:52 +03:00 |
|
Alexey Milovidov
|
f78e0925da
|
Merge
|
2015-06-05 20:41:51 +03:00 |
|
Alexey Milovidov
|
58465191e8
|
dbms: fixed error: stuck with too much parts [#METR-16703].
|
2015-06-05 20:34:57 +03:00 |
|
Andrey Mironov
|
427469fba9
|
Merge
|
2015-06-05 20:30:33 +03:00 |
|
Andrey Mironov
|
0326ee5a2e
|
Merge
|
2015-06-05 20:30:24 +03:00 |
|
Alexey Milovidov
|
4899dd47aa
|
dbms: get rid of 'increment.txt': addition [#METR-16629].
|
2015-06-05 19:41:18 +03:00 |
|
Andrey Mironov
|
5a21f3908b
|
dbms: SSE lower/upperUTF8 faster handling of cyrillic sequences[#METR-14764]
|
2015-06-04 15:16:48 +03:00 |
|
Alexey Arno
|
9f15e1a483
|
dbms: Server: Small cosmetic change for memset/memcpy/memmove functions. Does not change functionality. [#METR-15090]
|
2015-06-04 13:28:31 +03:00 |
|
Alexey Milovidov
|
05814604de
|
dbms: fixed error with ATTACH for replicated tables [#MTRSADMIN-1093].
|
2015-06-04 05:07:30 +03:00 |
|
Alexey Arno
|
b86aa4785c
|
dbms: Server: Avoid negative zeroes in all of the remaining cases. [#METR-15210]
|
2015-06-03 20:01:30 +03:00 |
|
Andrey Mironov
|
1037433f3d
|
dbms: finally fix out-of-bounds access in SSE lower/upper UTF8[#METR-14764]
|
2015-06-03 19:08:39 +03:00 |
|
Alexey Arno
|
ce1e437c09
|
dbms: Server: Added function toStartOfFiveMinute. [#METR-14495]
|
2015-06-03 17:27:03 +03:00 |
|
Alexey Arno
|
de8ad31161
|
dbms: Server: Added comment. [#METR-16386]
|
2015-06-03 16:20:19 +03:00 |
|
Alexey Arno
|
59e894426a
|
dbms: Server: Added version function. [#METR-16386]
|
2015-06-03 16:11:59 +03:00 |
|
Alexey Arno
|
ac80e39c1e
|
dbms: Server: Deleted forgotten garbage from header file. [#METR-16546]
|
2015-06-03 14:28:16 +03:00 |
|
Alexey Milovidov
|
027342ec5a
|
Merge
|
2015-06-03 06:56:40 +03:00 |
|
Alexey Milovidov
|
8d09c7f618
|
dbms: additions [#METR-15987].
|
2015-06-03 06:55:29 +03:00 |
|
Alexey Milovidov
|
1cf67bdede
|
dbms: addition to prev. revision [#METR-15987].
|
2015-06-03 06:32:37 +03:00 |
|
Alexey Milovidov
|
c341bd2c60
|
dbms: function 'transform': added support for non-const argument with default value [#METR-15987].
|
2015-06-03 06:29:28 +03:00 |
|
Alexey Milovidov
|
9c78e95702
|
dbms: addition to prev. revision [#METR-16629].
|
2015-06-03 00:24:41 +03:00 |
|
Alexey Milovidov
|
76bfd2af21
|
dbms: addition to prev. revision [#METR-16629].
|
2015-06-03 00:08:12 +03:00 |
|
Alexey Milovidov
|
c19193cf61
|
Merge
|
2015-06-02 23:22:53 +03:00 |
|
Alexey Milovidov
|
5752d8f561
|
dbms: removing obsolete parts [#METR-16629].
|
2015-06-02 23:21:03 +03:00 |
|
Alexey Arno
|
82a330f47a
|
dbms: Server: Small simplification. [#METR-16546]
|
2015-06-02 17:18:14 +03:00 |
|
Alexey Arno
|
20fe37511f
|
Merge
|
2015-06-02 14:16:02 +03:00 |
|
Andrey Mironov
|
018a31f416
|
dbms: SSE lower/upperUTF8 fix calculation of array end aligned to a multiple of 16 [#METR-14764]
|
2015-06-01 15:51:07 +03:00 |
|
Alexey Milovidov
|
9c2cf55a28
|
dbms: addition to prev. revision [#METR-16576].
|
2015-05-30 00:37:17 +03:00 |
|
Alexey Milovidov
|
68cfd47195
|
dbms: added missing aggregate function synonim [#METR-16266].
|
2015-05-30 00:33:18 +03:00 |
|
Alexey Milovidov
|
96f1bbc379
|
dbms: added support for randomization of quota intervals [#METR-16576].
|
2015-05-30 00:32:10 +03:00 |
|
Alexey Milovidov
|
6a5ef9be83
|
dbms: fixed error with hanging INSERTs [#METR-16514].
|
2015-05-29 23:36:09 +03:00 |
|
Alexey Milovidov
|
3a6d28eb0e
|
dbms: fixed error: empty queries in process list [#METR-16577].
|
2015-05-29 22:08:51 +03:00 |
|
Alexey Milovidov
|
98594561d5
|
dbms: fixed error [#METR-15210].
|
2015-05-29 19:46:46 +03:00 |
|
Alexey Milovidov
|
f16cdbdefa
|
dbms: tiny modifications for rounding functions [#METR-15210].
|
2015-05-29 19:09:51 +03:00 |
|