Alexey Milovidov
|
0ea105f639
|
Simplification of Nullable [#CLICKHOUSE-2]
|
2017-12-07 11:31:47 +03:00 |
|
Alexey Milovidov
|
20151285e0
|
Simplification of Nullable [#CLICKHOUSE-2]
|
2017-12-07 08:53:23 +03:00 |
|
Alexey Milovidov
|
f63b511c83
|
Fixed tests [#CLICKHOUSE-2].
|
2017-12-07 07:44:33 +03:00 |
|
Alexey Milovidov
|
2299a1749b
|
Fixed tests [#CLICKHOUSE-2].
|
2017-12-07 07:43:35 +03:00 |
|
Alexey Milovidov
|
f696e35ed8
|
Simplification of Nullable [#CLICKHOUSE-2]
|
2017-12-07 07:34:13 +03:00 |
|
Alexey Milovidov
|
e776a4fc67
|
Simplification of Nullable [#CLICKHOUSE-2]
|
2017-12-07 07:26:30 +03:00 |
|
Alexey Milovidov
|
8f248dd718
|
Simplification of Nullable [#CLICKHOUSE-2]
|
2017-12-07 07:12:40 +03:00 |
|
Alexey Milovidov
|
8204d2cdfd
|
Simplification of Nullable [#CLICKHOUSE-2]
|
2017-12-07 06:50:43 +03:00 |
|
Alexey Milovidov
|
283e1995ab
|
Simplification of Nullable [#CLICKHOUSE-2]
|
2017-12-07 06:35:19 +03:00 |
|
Alexey Milovidov
|
06f99aa25c
|
Simplification of Nullable [#CLICKHOUSE-2]
|
2017-12-07 04:57:26 +03:00 |
|
Alexey Milovidov
|
ad10cb35bd
|
Simplification of Nullable [#CLICKHOUSE-2]
|
2017-12-07 04:43:06 +03:00 |
|
Alexey Milovidov
|
2c1d7ad343
|
Simplification of Nullable [#CLICKHOUSE-2]
|
2017-12-07 03:31:46 +03:00 |
|
Flowyi
|
b60d9d1b78
|
Remove unused parameter from InterruptListener.h
This should fix the compile error:
```
ClickHouse/dbms/src/Server/InterruptListener.h:20:86: error: unused parameter 'timeout' [-Werror,-Wunused-parameter]
static int sigtimedwait(const sigset_t *set, siginfo_t *info, const struct timespec *timeout) {
^
1 error generated.
```
|
2017-12-06 23:29:26 +08:00 |
|
Roman Lipovsky
|
6ff1d56a3b
|
check correctness of data size estimation made by regions names data source
|
2017-12-06 16:03:02 +03:00 |
|
robot-metrika-test
|
6f53eb2b9a
|
Auto version update to [54323]
|
2017-12-06 11:59:46 +03:00 |
|
Alexey Milovidov
|
4a04537d44
|
Added tests [#CLICKHOUSE-3486].
|
2017-12-06 07:16:16 +03:00 |
|
Alexey Milovidov
|
9996e15458
|
Allow to use values of AggregateFunction data type in groupArray aggregate function [#CLICKHOUSE-3485].
|
2017-12-06 06:10:32 +03:00 |
|
Alexey Milovidov
|
5bb326de61
|
Allow to use values of AggregateFunction data type in groupArray aggregate function (incomplete) [#CLICKHOUSE-3485].
|
2017-12-06 00:25:01 +03:00 |
|
robot-metrika-test
|
c6ad1682e8
|
Auto version update to [54322]
|
2017-12-05 14:26:32 +03:00 |
|
alexey-milovidov
|
6c86bc2506
|
Merge pull request #1584 from yandex/table-system-models
added system.models
|
2017-12-05 00:25:04 +03:00 |
|
alexey-milovidov
|
20a8812eba
|
Merge pull request #1587 from rlipovsky/geodata_readers
[clickhouse-yt] separate geoexport format readers from data files
|
2017-12-05 00:18:54 +03:00 |
|
alexey-milovidov
|
b7f656d289
|
Merge pull request #1541 from yandex/fix-replica-queue-load
Add idempotent retries of updating the replica queue in ZooKeeper
|
2017-12-05 00:16:03 +03:00 |
|
alexey-milovidov
|
c860223146
|
Merge pull request #1523 from amosbird/patch-4
Make malformed `array join` statement fail early
|
2017-12-05 00:02:41 +03:00 |
|
Alexey Milovidov
|
7e2100d7f7
|
Fixed exception message [#CLICKHOUSE-2].
|
2017-12-04 23:37:28 +03:00 |
|
Alexey Milovidov
|
344f861adb
|
Clarifications [#CLICKHOUSE-2].
|
2017-12-04 23:29:13 +03:00 |
|
alexey-milovidov
|
1aaeaf653d
|
Merge pull request #1551 from amosbird/patch-5
Propagate readPrefix in ParallelInputsProcessor (take 2)
|
2017-12-04 23:16:11 +03:00 |
|
alexey-milovidov
|
521e6181c1
|
Update ParallelInputsProcessor.h
|
2017-12-04 23:15:40 +03:00 |
|
Alexey Zatelepin
|
fb9c7ab81d
|
remove experimental_allow_extended_storage_definition_syntax Setting (turn on by default) [#CLICKHOUSE-3000]
|
2017-12-04 22:45:18 +03:00 |
|
alexey-milovidov
|
b7096daed9
|
Merge pull request #1586 from rlipovsky/geodata_fix
fix broken geo dictionaries
|
2017-12-04 21:50:27 +03:00 |
|
proller
|
826936cf9b
|
Better fix of std::numeric_limits<__uint128_t> (#1585)
* Fix std::numeric_limits<__uint128_t>
* clean
* Better fix of std::numeric_limits<__uint128_t>
|
2017-12-04 19:12:56 +03:00 |
|
Roman Lipovsky
|
8bd45a544b
|
add comments
|
2017-12-04 17:48:07 +03:00 |
|
Roman Lipovsky
|
e0e60d6dfa
|
fix broken geo dictionaries
|
2017-12-04 17:35:03 +03:00 |
|
Nikolai Kochetov
|
d2710bd0f4
|
added system.models [#CLICKHOUSE-3477]
|
2017-12-04 16:32:49 +03:00 |
|
proller
|
4c3dfb97df
|
Clang: Fix std::numeric_limits<__uint128_t> (#1583)
Fix std::numeric_limits<__uint128_t>
|
2017-12-04 16:03:40 +03:00 |
|
Roman Lipovsky
|
c18934f454
|
separate format readers from files, move readers to separate headers
|
2017-12-04 15:30:21 +03:00 |
|
Alexey Milovidov
|
73d65ec4d4
|
Added another test for multidimensional columns [#CLICKHOUSE-2838].
|
2017-12-03 11:35:08 +03:00 |
|
Alexey Milovidov
|
7b447bc1e4
|
Added test for multidimensional columns [#CLICKHOUSE-2838].
|
2017-12-03 11:23:34 +03:00 |
|
Alexey Milovidov
|
903dc680bb
|
Fixed parsing and interpreting of tuples [#CLICKHOUSE-2].
|
2017-12-03 11:16:49 +03:00 |
|
Alexey Milovidov
|
22f69f5c5f
|
Unification of serde of data types: development [#CLICKHOUSE-2838].
|
2017-12-03 09:55:56 +03:00 |
|
Alexey Milovidov
|
06dfe7f562
|
Unification of serde of data types: development [#CLICKHOUSE-2838].
|
2017-12-03 08:55:49 +03:00 |
|
Alexey Milovidov
|
35f98609e0
|
Updated test [#CLICKHOUSE-2].
|
2017-12-03 08:38:14 +03:00 |
|
Alexey Milovidov
|
0c89ad0269
|
Updated test [#CLICKHOUSE-2].
|
2017-12-03 08:34:37 +03:00 |
|
Alexey Milovidov
|
a80259d0cb
|
Unification of serde of data types: development [#CLICKHOUSE-2838].
|
2017-12-03 07:57:33 +03:00 |
|
Alexey Milovidov
|
418e5012e7
|
Unification of serde of data types: development [#CLICKHOUSE-2838].
|
2017-12-03 07:43:38 +03:00 |
|
Alexey Milovidov
|
3717d80017
|
Unification of serde of data types: development [#CLICKHOUSE-2838].
|
2017-12-03 07:40:21 +03:00 |
|
Alexey Milovidov
|
c472172fa8
|
Unification of serde of data types: development [#CLICKHOUSE-2838].
|
2017-12-03 07:25:41 +03:00 |
|
Alexey Milovidov
|
a597f3e7d9
|
Unification of serde of data types: development [#CLICKHOUSE-2838].
|
2017-12-03 07:23:03 +03:00 |
|
Alexey Milovidov
|
3786786aeb
|
Unification of serde of data types: development [#CLICKHOUSE-2838].
|
2017-12-03 07:19:46 +03:00 |
|
Alexey Milovidov
|
294c0ba5cf
|
Unification of serde of data types: development [#CLICKHOUSE-2838].
|
2017-12-03 06:43:48 +03:00 |
|
Alexey Milovidov
|
e71a6df79c
|
Fixed warnings [#CLICKHOUSE-2].
|
2017-12-03 06:22:25 +03:00 |
|
Alexey Milovidov
|
ab022d0882
|
Unification of serde of data types: development [#CLICKHOUSE-2838].
|
2017-12-03 05:59:59 +03:00 |
|
Alexey Milovidov
|
1aa99092c3
|
Unification of serde of data types: development [#CLICKHOUSE-2838].
|
2017-12-03 05:15:35 +03:00 |
|
Alexey Milovidov
|
a9ddaa2b19
|
Unification of serde of data types: development [#CLICKHOUSE-2838].
|
2017-12-03 04:49:54 +03:00 |
|
Alexey Milovidov
|
a813287afd
|
Rewrite MergeTreePartChecker [#CLICKHOUSE-2838].
|
2017-12-03 03:48:19 +03:00 |
|
Alexey Milovidov
|
464d962010
|
Rewrite MergeTreePartChecker [#CLICKHOUSE-2838].
|
2017-12-03 03:46:34 +03:00 |
|
Alexey Milovidov
|
5510bea3f8
|
Unification of serde of data types: development [#CLICKHOUSE-2838].
|
2017-12-03 01:12:27 +03:00 |
|
Alexey Milovidov
|
de775e9a3e
|
Better [#CLICKHOUSE-2].
|
2017-12-02 06:49:26 +03:00 |
|
Alexey Milovidov
|
d36d7170ed
|
Better [#CLICKHOUSE-2].
|
2017-12-02 06:42:21 +03:00 |
|
Alexey Milovidov
|
28d40e2c9a
|
Enabled -Wextra [#CLICKHOUSE-2].
|
2017-12-02 06:39:38 +03:00 |
|
Alexey Milovidov
|
10c605042a
|
Better [#CLICKHOUSE-2].
|
2017-12-02 06:36:52 +03:00 |
|
Alexey Milovidov
|
db9b46ed72
|
Better [#CLICKHOUSE-2].
|
2017-12-02 06:34:45 +03:00 |
|
Alexey Milovidov
|
ce8352b9cc
|
Better [#CLICKHOUSE-2].
|
2017-12-02 06:33:15 +03:00 |
|
Alexey Milovidov
|
7b3ce9085a
|
Better [#CLICKHOUSE-2].
|
2017-12-02 06:31:40 +03:00 |
|
Alexey Milovidov
|
3076b2c0eb
|
Better [#CLICKHOUSE-2].
|
2017-12-02 06:29:35 +03:00 |
|
Alexey Milovidov
|
2e652ffa1e
|
Removed hopscotch hash (was used only in single test) [#CLICKHOUSE-2].
|
2017-12-02 06:28:00 +03:00 |
|
Alexey Milovidov
|
b932a193e2
|
Better [#CLICKHOUSE-2].
|
2017-12-02 06:25:52 +03:00 |
|
Alexey Milovidov
|
668d88a359
|
Better [#CLICKHOUSE-2].
|
2017-12-02 06:22:51 +03:00 |
|
Alexey Milovidov
|
1090cf2596
|
Better [#CLICKHOUSE-2].
|
2017-12-02 06:11:15 +03:00 |
|
Alexey Milovidov
|
d091789a09
|
Better [#CLICKHOUSE-2].
|
2017-12-02 05:58:25 +03:00 |
|
Alexey Milovidov
|
c748493a86
|
Better [#CLICKHOUSE-2].
|
2017-12-02 05:47:12 +03:00 |
|
Alexey Milovidov
|
d932d615e7
|
Merge branch 'master' of github.com:yandex/ClickHouse
|
2017-12-02 02:14:59 +03:00 |
|
Alexey Milovidov
|
790bda3b9a
|
Whitespace [#CLICKHOUSE-2].
|
2017-12-02 02:14:53 +03:00 |
|
Alexey Milovidov
|
7196602e12
|
Better [#CLICKHOUSE-2].
|
2017-12-02 00:51:50 +03:00 |
|
Alexey Milovidov
|
739b7e0e37
|
Removed BlockTabSeparated format as it was totally useless [#CLICKHOUSE-2].
|
2017-12-02 00:44:12 +03:00 |
|
Alexey Milovidov
|
54e601019c
|
Better [#CLICKHOUSE-2].
|
2017-12-02 00:40:58 +03:00 |
|
Alexey Milovidov
|
a85773bdbc
|
Fixed error [#CLICKHOUSE-2838].
|
2017-12-02 00:30:43 +03:00 |
|
Alexey Milovidov
|
acd78e4891
|
Better [#CLICKHOUSE-2].
|
2017-12-02 00:13:25 +03:00 |
|
Alexey Milovidov
|
1efef27af9
|
Better [#CLICKHOUSE-2]
|
2017-12-01 23:38:50 +03:00 |
|
Alexey Milovidov
|
431da20d99
|
Better [#CLICKHOUSE-2].
|
2017-12-01 23:21:35 +03:00 |
|
Alexey Milovidov
|
bdd25b15bd
|
Better [#CLICKHOUSE-2].
|
2017-12-01 22:34:51 +03:00 |
|
Alexey Milovidov
|
1a6cb2989b
|
Better [#CLICKHOUSE-2].
|
2017-12-01 21:36:55 +03:00 |
|
Alexey Milovidov
|
f5ecb2db5d
|
Better [#CLICKHOUSE-2].
|
2017-12-01 20:49:12 +03:00 |
|
alexey-milovidov
|
0ac2f5b479
|
Merge pull request #1559 from rlipovsky/geodata
[clickhouse-yt] separate geo dictionaries from data providers
|
2017-12-01 19:54:08 +03:00 |
|
alexey-milovidov
|
09f030a3ee
|
Merge branch 'master' into data_parts_multi_index
|
2017-12-01 19:53:04 +03:00 |
|
alexey-milovidov
|
ac25fc2eef
|
Merge pull request #1547 from proller/fix8
googletest as submodule
|
2017-12-01 19:44:56 +03:00 |
|
alexey-milovidov
|
493e7a4976
|
Merge pull request #1571 from rlipovsky/get_user_by_ptr
[clickhouse-yt] more consistent ISecurityManager interface
|
2017-12-01 19:43:00 +03:00 |
|
alexey-milovidov
|
66fdecf6ec
|
Merge branch 'master' into geodata
|
2017-12-01 19:25:27 +03:00 |
|
alexey-milovidov
|
96695b54fa
|
Merge pull request #1555 from rlipovsky/external_dicts_repo
[clickhouse-yt] abstract config repository for user-defined objects (dictionaries, etc)
|
2017-12-01 19:23:08 +03:00 |
|
alexey-milovidov
|
6a3c824056
|
Update ExternalLoaderConfigRepository.cpp
|
2017-12-01 19:22:19 +03:00 |
|
alexey-milovidov
|
a48a519c8d
|
Update ExternalLoaderConfigRepository.cpp
|
2017-12-01 19:20:01 +03:00 |
|
Alexey Milovidov
|
98291f1a24
|
Cleanups [#CLICKHOUSE-2838].
|
2017-12-01 17:21:24 +03:00 |
|
Alexey Milovidov
|
6fb18a7dc2
|
Added comments [#CLICKHOUSE-2838].
|
2017-12-01 17:15:38 +03:00 |
|
Alexey Milovidov
|
d4089695ad
|
Cleanups [#CLICKHOUSE-2838].
|
2017-12-01 16:32:37 +03:00 |
|
Alexey Milovidov
|
241e0638b7
|
Merge branch 'master' of github.com:yandex/ClickHouse into unify-data-types-that-serialized-with-multiple-streams
|
2017-12-01 15:36:15 +03:00 |
|
robot-metrika-test
|
f76587faa2
|
Auto version update to [54319]
|
2017-12-01 09:36:28 +03:00 |
|
Alexey Milovidov
|
304acb9a8e
|
Merge branch 'unify-data-types-that-serialized-with-multiple-streams' of github.com:yandex/ClickHouse into unify-data-types-that-serialized-with-multiple-streams
|
2017-12-01 00:42:09 +03:00 |
|
Alexey Milovidov
|
dbc1b76ab1
|
Normalized tests: use /clickhouse/tables/test/ as prefix for tables in ZooKeeper [#CLICKHOUSE-2].
|
2017-12-01 00:41:29 +03:00 |
|
Alexey Milovidov
|
da795a6fb3
|
Normalized tests: use /clickhouse/tables/test/ as prefix for tables in ZooKeeper [#CLICKHOUSE-2].
|
2017-12-01 00:41:19 +03:00 |
|
proller
|
a520d30a5e
|
zlib fix flags in headers
|
2017-11-30 20:52:09 +03:00 |
|
Roman Lipovsky
|
430837706c
|
more consistent ISecurityManager interface: return shared pointer to User to prevent race conditions with loadFromConfig
|
2017-11-30 17:53:12 +03:00 |
|