Alexey Milovidov
|
9aff6c5278
|
dbms: added missing directory [#METR-9800].
|
2014-02-20 04:41:12 +04:00 |
|
Alexey Milovidov
|
92863dd466
|
dbms: users config: compatibility with production [#METR-8956].
|
2014-02-20 03:40:05 +04:00 |
|
Alexey Milovidov
|
8efd6ee42c
|
dbms: sending only set/changed settings [#METR-10087].
|
2014-02-17 23:56:45 +00:00 |
|
Sergey Fedorov
|
85946e3119
|
dbms: removed unused query_id variable from client.cpp [METR-8818]
|
2014-02-17 13:32:42 +00:00 |
|
Michael Kolupaev
|
25a33cdeed
|
reverted accidentally committed changes. [#METR-8818]
|
2014-02-17 10:32:21 +00:00 |
|
Michael Kolupaev
|
228b2f6f8a
|
clickhouse: client with string query_id now works with old-versioned server (probably for real this time). [#METR-8818]
|
2014-02-17 10:27:18 +00:00 |
|
Alexey Milovidov
|
4a0ea10e01
|
dbms: whitespaces [#METR-2944].
|
2014-02-16 19:23:19 +00:00 |
|
Alexey Milovidov
|
7fb97708f3
|
dbms: removing old_ parts before attempt to merge [#METR-10069].
|
2014-02-14 19:38:13 +00:00 |
|
Alexey Milovidov
|
63e5cfec04
|
dbms: fixed test [#METR-8956].
|
2014-02-14 17:55:53 +00:00 |
|
Sergey Fedorov
|
a2aa16b4c1
|
dbms: empty query_id support [METR-8818]
|
2014-02-14 15:59:01 +00:00 |
|
Sergey Fedorov
|
5c8db01a97
|
settings, process_list: set function for replace_running_query option, correct hashmap erasing in process_list [METR-8818]
|
2014-02-14 14:27:25 +00:00 |
|
Sergey Fedorov
|
b101457183
|
client: client with string query_id now works with old-versioned server [METR-8818]
|
2014-02-14 13:22:45 +00:00 |
|
Michael Kolupaev
|
015fb32382
|
clickhouse: parsing multiple infix AND and OR into a function call with more than two arguments; fixed handling of variadic and and or in virtual columns and PKCondition. [#METR-9599]
|
2014-02-13 11:05:51 +00:00 |
|
Michael Kolupaev
|
1b7ed4dba1
|
clickhouse-server: loading users, profiles and quotas form separate config file. [#METR-8956]
|
2014-02-13 07:17:22 +00:00 |
|
Sergey Fedorov
|
b75fe2f6eb
|
dbms: query Id is String valued now, show process list also shows query_id, query_id is stored in processlist, now query could be replaced [METR-8818]
|
2014-02-12 17:31:02 +00:00 |
|
Sergey Fedorov
|
a1b0a7c454
|
functions: URLPathHierarchy implementation [METR-9922]
|
2014-02-11 19:18:38 +00:00 |
|
Sergey Fedorov
|
a182091621
|
storages: support for CREATE MATERIALIZED VIEW IF NOT EXISTS [METR-9965]
|
2014-02-11 18:54:31 +00:00 |
|
Sergey Fedorov
|
79feefb6a7
|
storages: index on virtual columns fully supported [METR-9172]
|
2014-02-11 18:38:21 +00:00 |
|
Sergey Fedorov
|
32634e018f
|
table functions: remote now support username and password [METR-9750]
|
2014-02-11 17:11:57 +00:00 |
|
Sergey Fedorov
|
45dccb01b7
|
storages: index on virtual columns, huge optimization in queries like select smth where _host = .. [METR-9750]
|
2014-02-11 17:10:48 +00:00 |
|
Michael Kolupaev
|
92d8bdda28
|
Merge
|
2014-02-11 13:30:42 +00:00 |
|
Michael Kolupaev
|
df2e012943
|
clickhouse: added LRUCache and changed UncompressedCache to use it; added a test, fixed another test. [#METR-9633]
|
2014-02-11 11:05:02 +00:00 |
|
Michael Kolupaev
|
5fa9d07b35
|
clickhouse: fixed tiny flaw in PKCondition that prevented prewhere_test.sh from finding the bug mentioned in task. [#METR-9835]
|
2014-02-10 12:44:51 +00:00 |
|
Michael Kolupaev
|
217b5cf013
|
clickhouse: better test for PKCondition. [#METR-9835]
|
2014-02-10 12:10:18 +00:00 |
|
Alexey Milovidov
|
b5923961ad
|
dbms: allowed all rows to be removed while merging parts [#METR-9909].
|
2014-02-09 22:07:01 +00:00 |
|
Sergey Fedorov
|
392b960ade
|
storages: virtual column support functions [METR-9172]
|
2014-02-08 16:49:45 +00:00 |
|
Sergey Fedorov
|
b74904a4be
|
storages: virtual column port in storag distributed now work properly [METR-9172]
|
2014-02-07 15:39:55 +00:00 |
|
Sergey Fedorov
|
325cc47ca5
|
table functions: implementation of function remote, updates in cluster and storageDistributed [METR-9750]
|
2014-02-07 15:11:57 +00:00 |
|
Sergey Fedorov
|
7ad57f4062
|
tableFunctions: updates in interface, fixed misspells in commets [METR-9750]
|
2014-02-06 16:21:00 +00:00 |
|
Alexey Milovidov
|
a2d1518f21
|
dbms: fixed error with ORDER BY in distributed queries without aggregation [#METR-9904].
|
2014-02-05 15:09:30 +00:00 |
|
Alexey Milovidov
|
82d2733469
|
dbms: Client: don't require HOME environment variable [#METR-9900].
|
2014-02-05 13:40:20 +00:00 |
|
Alexey Milovidov
|
16fd573314
|
dbms: fixed error with virtual columns [#METR-9172].
|
2014-02-04 15:44:15 +00:00 |
|
Alexey Milovidov
|
0e5195727f
|
dbms: updated test [#METR-2944].
|
2014-02-03 03:09:50 +00:00 |
|
Alexey Milovidov
|
432ae961ca
|
dbms: fixed error [#METR-2944].
|
2014-02-02 10:42:56 +00:00 |
|
Alexey Milovidov
|
0fe0e21c4b
|
dbms: added aggregate function uniqExact [#METR-2944].
|
2014-02-02 09:08:06 +00:00 |
|
Alexey Milovidov
|
ab24d20f23
|
dbms: fixed error with PREWHERE [#METR-9837].
|
2014-02-01 01:27:00 +00:00 |
|
Alexey Milovidov
|
82b98ffb6d
|
dbms: fixed error with ARRAY JOIN [#METR-9753].
|
2014-01-29 19:00:19 +00:00 |
|
Pavel Kartavyy
|
827694fa39
|
clickhouse-server: bugfix [#METR-9464]
|
2014-01-28 19:26:42 +00:00 |
|
Pavel Kartavyy
|
e805aa1af5
|
dbms: bugfix [#METR-9464]
|
2014-01-28 19:26:41 +00:00 |
|
Pavel Kartavyy
|
7d01327b0d
|
dbms: added sample setting to OLAP compability layer [#METR-9464]
|
2014-01-28 19:26:40 +00:00 |
|
Pavel Kartavyy
|
92d5a9c302
|
dbms: added default_sample [#METR-9464]
|
2014-01-28 19:26:39 +00:00 |
|
Pavel Kartavyy
|
f17494744c
|
dbms: add settings default sample [#METR-9464]
|
2014-01-28 19:26:37 +00:00 |
|
Alexey Milovidov
|
42ed5f89a6
|
dbms: fixed error with IN and limits [#METR-9748].
|
2014-01-28 19:24:50 +00:00 |
|
Sergey Fedorov
|
a7edba5032
|
table functions: main interface implementation, function merge implementation, plug for remote function [METR-9750]
|
2014-01-28 16:45:10 +00:00 |
|
Sergey Fedorov
|
0e8477312f
|
functions: replaceRegexpOne and replaceRegexpAll implementation [METR-9582]
|
2014-01-27 16:01:53 +00:00 |
|
Sergey Fedorov
|
1e220376cd
|
storages: few more comments on virtual columns, couple of code style changes [METR-9172]
|
2014-01-27 13:52:01 +00:00 |
|
Sergey Fedorov
|
6c2507870e
|
functions: replaceOne replaceAll implementation, few code-style changes [METR-9750]
|
2014-01-27 13:49:06 +00:00 |
|
Sergey Fedorov
|
c12f36b900
|
functions: replace implementation [METR-9582]
|
2014-01-23 14:26:12 +00:00 |
|
Sergey Fedorov
|
f8b5613b82
|
storages: Virtual columns for storage distributed + few style fixes [METR-9172]
|
2014-01-22 14:24:05 +00:00 |
|
Sergey Fedorov
|
14620b3347
|
Merge
|
2014-01-22 12:50:19 +00:00 |
|