Alexey Milovidov
|
7e2100d7f7
|
Fixed exception message [#CLICKHOUSE-2].
|
2017-12-04 23:37:28 +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 |
|
proller
|
4c3dfb97df
|
Clang: Fix std::numeric_limits<__uint128_t> (#1583)
Fix std::numeric_limits<__uint128_t>
|
2017-12-04 16:03:40 +03:00 |
|
Alexey Milovidov
|
06dfe7f562
|
Unification of serde of data types: development [#CLICKHOUSE-2838].
|
2017-12-03 08:55:49 +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
|
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
|
b932a193e2
|
Better [#CLICKHOUSE-2].
|
2017-12-02 06:25:52 +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
|
09f030a3ee
|
Merge branch 'master' into data_parts_multi_index
|
2017-12-01 19:53:04 +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 |
|
Vitaliy Lyudvichenko
|
ddb02d8ccf
|
Small enhancements. [#CLICKHOUSE-3452]
|
2017-11-29 14:54:37 +03:00 |
|
Vitaliy Lyudvichenko
|
b738d1baed
|
Add multi index for data_parts storage. And fixed bugs. [#CLICKHOUSE-3452]
Fixed handling of obsolete parts.
Fixed conflict resolution between simultaneous PreCommitted covering parts.
Fixed memory leak caused by ordinary MergeTree parts stucked in Deleting state.
Added hidden _state column into system.parts.
|
2017-11-29 14:25:11 +03:00 |
|
Alexey Milovidov
|
7b4bffe088
|
Unification of serde of data types: development [#CLICKHOUSE-2838].
|
2017-11-29 02:31:21 +03:00 |
|
Alexey Milovidov
|
95d33b3e65
|
Merge remote-tracking branch 'origin/master' into unify-data-types-that-serialized-with-multiple-streams
|
2017-11-27 22:33:38 +03:00 |
|
Alexey Milovidov
|
6266ecc5ed
|
Miscellaneous [#CLICKHOUSE-2].
|
2017-11-25 02:03:58 +03:00 |
|
proller
|
0d3c4f4d67
|
Core/FieldVisitors.h -> Common/FieldVisitors.h
Core/Progress.h -> IO/Progress.h
tests: sudo --non-interactive
Fix freebsd link
|
2017-11-24 16:55:31 +03:00 |
|
Alexey Milovidov
|
859bf86a43
|
Fixed error found by ASan with debug libc++ (actually not dangerous) [#CLICKHOUSE-2].
|
2017-11-23 18:24:55 +03:00 |
|
Alexey Milovidov
|
e15d637714
|
Miscellaneous [#CLICKHOUSE-2].
|
2017-11-23 05:12:09 +03:00 |
|
Alexey Milovidov
|
4bf120b285
|
Miscellaneous [#CLICKHOUSE-2].
|
2017-11-23 05:11:16 +03:00 |
|
Alexey Milovidov
|
4bc98c9253
|
Unification of serde of data types: development [#CLICKHOUSE-2838].
|
2017-11-21 05:25:36 +03:00 |
|
Alexey Milovidov
|
63f79b7b4f
|
Unification of serde of data types: development [#CLICKHOUSE-2838].
|
2017-11-21 05:23:41 +03:00 |
|
Alexey Milovidov
|
3b5f82000c
|
Fixed linking [#CLICKHOUSE-2].
|
2017-11-20 08:22:54 +03:00 |
|
Alexey Milovidov
|
f6f77f5f0b
|
Fixed linking [#CLICKHOUSE-2].
|
2017-11-20 08:22:07 +03:00 |
|
Alexey Milovidov
|
87ff2f35ec
|
Miscellaneous [#CLICKHOUSE-2].
|
2017-11-20 07:41:56 +03:00 |
|
Alexey Milovidov
|
2106849ec2
|
Miscellaneous [#CLICKHOUSE-2].
|
2017-11-20 07:40:51 +03:00 |
|
Alexey Milovidov
|
b3f6844171
|
Merge remote-tracking branch 'origin/master' into unify-data-types-that-serialized-with-multiple-streams
|
2017-11-20 07:18:37 +03:00 |
|
Alexey Milovidov
|
fd3239dd46
|
Unification of serde of data types: development [#CLICKHOUSE-2838].
|
2017-11-20 07:18:27 +03:00 |
|
Alexey Milovidov
|
01e8adbfff
|
Removed "experimental" namespace [#CLICKHOUSE-2].
|
2017-11-20 07:15:43 +03:00 |
|
Alexey Milovidov
|
8e6466454a
|
Unification of serde of data types: development [#CLICKHOUSE-2838].
|
2017-11-20 05:15:15 +03:00 |
|
Alexey Milovidov
|
2ca6952deb
|
Merge branch 'master' into unify-data-types-that-serialized-with-multiple-streams
|
2017-11-20 02:16:18 +03:00 |
|
Alexey Milovidov
|
6c8b5e29d8
|
Additions after merge [#CLICKHOUSE-2].
|
2017-11-20 00:17:58 +03:00 |
|
alexey-milovidov
|
fc0a51f1b9
|
Merge branch 'master' into fix4
|
2017-11-19 23:57:44 +03:00 |
|
Alexey Milovidov
|
94d3b49e99
|
BackgroundSchedulePool: miscellaneous [#CLICKHOUSE-2].
|
2017-11-19 03:27:43 +03:00 |
|
Alexey Milovidov
|
9b92c0fecd
|
BackgroundSchedulePool: miscellaneous [#CLICKHOUSE-2].
|
2017-11-19 03:22:13 +03:00 |
|