Alexey Milovidov
|
ea01f6a3ff
|
Addition to prev. revision #2520
|
2018-06-18 05:12:19 +03:00 |
|
Alexey Milovidov
|
82102c6896
|
Fixed conflicting headers on Fedora Rawhide while using Linux native AIO #2520
|
2018-06-18 04:33:34 +03:00 |
|
Alexey Milovidov
|
6173e4b71f
|
Returned back "explicit" #2501
|
2018-06-16 09:00:51 +03:00 |
|
Alexey Milovidov
|
2298f1c68b
|
Fixed strange code #2501
|
2018-06-16 08:54:06 +03:00 |
|
Alexey Milovidov
|
b108882e2e
|
Merge branch 'master' of https://github.com/alesapin/ClickHouse into alesapin-master
|
2018-06-16 08:29:00 +03:00 |
|
Alexey Milovidov
|
05d31f5e46
|
LZ4_decompress_faster: reordered variants and removed variant that is always worse [#CLICKHOUSE-3773]
|
2018-06-16 07:48:37 +03:00 |
|
alesapin
|
ffad002bf5
|
Add missed stl header
|
2018-06-15 10:42:57 +03:00 |
|
alesapin
|
5bc0f26496
|
Add missed file
|
2018-06-15 10:05:14 +03:00 |
|
Alexey Milovidov
|
233906f61b
|
Enabled ARM Neon [#CLICKHOUSE-2]
|
2018-06-15 00:58:48 +03:00 |
|
alesapin
|
148cbe8058
|
Added WriteBufferFromHTTP and used it in StorageURL. Also small refactoring.
|
2018-06-15 00:20:39 +03:00 |
|
Alexey Milovidov
|
0c467158f9
|
Attempt to use ARM Neon [#CLICKHOUSE-2]
|
2018-06-15 00:14:08 +03:00 |
|
Alexey Milovidov
|
d4aa1dffa2
|
Attempt to use ARM Neon [#CLICKHOUSE-2]
|
2018-06-15 00:13:13 +03:00 |
|
Alexey Milovidov
|
cc4f896a9d
|
Fallback for non x86 [#CLICKHOUSE-2]
|
2018-06-14 23:05:52 +03:00 |
|
Alexey Milovidov
|
177251790b
|
Fallback for non x86 [#CLICKHOUSE-2]
|
2018-06-14 23:05:20 +03:00 |
|
Alexey Milovidov
|
e27af42041
|
Fallback for non x86 [#CLICKHOUSE-2]
|
2018-06-14 23:04:48 +03:00 |
|
Alexey Milovidov
|
397ac0fb24
|
Updated performance testing tool #1890
|
2018-06-13 05:52:03 +03:00 |
|
Alexey Milovidov
|
e3d5a2860e
|
Updated LZ4 performance testing tool #1890
|
2018-06-12 08:04:16 +03:00 |
|
Alexey Milovidov
|
cf94f609f6
|
Fixed error #1890
|
2018-06-12 07:18:01 +03:00 |
|
Alexey Milovidov
|
d560db65f6
|
Fixed weird error #1890
|
2018-06-12 06:32:48 +03:00 |
|
Alexey Milovidov
|
eb83b2046b
|
Fixed potential issue #1890
|
2018-06-12 06:25:54 +03:00 |
|
alexey-milovidov
|
17d90fe6da
|
Merge branch 'master' into lz4_experiments
|
2018-06-10 23:13:38 +03:00 |
|
Alexey Milovidov
|
2152b932c2
|
Allowed to switch between 'basic' and 'best effort' methods of parsing DateTime from text: preparation #1710
|
2018-06-08 05:56:37 +03:00 |
|
proller
|
347579ce46
|
Cmake: mark system includes as SYSTEM (#1449)
* contrib: cctz as submodule. update cctz.
* pbuilder: add ubuntu bionic, devel
* Cmake: mark system includes as SYSTEM
* Build fixes
* fix
* Fix package without compiler
* Better
* fix
* fix
* fix
* Build fix
* fix
* fix
* fix
* Cmake: Add SYSTEM to includes for external libs
|
2018-06-06 23:21:58 +03:00 |
|
Alexey Milovidov
|
ca52d96e09
|
Insignificant changes for PVS-Studio [#CLICKHOUSE-3]
|
2018-06-04 22:22:27 +03:00 |
|
Alexey Milovidov
|
d811647668
|
Suppressions for PVS-Studio [#CLICKHOUSE-3]
|
2018-06-04 18:28:25 +03:00 |
|
Alexey Milovidov
|
8cb65277e2
|
Non significant changes according to clang's -Weverything, part 5 [#CLICKHOUSE-2]
|
2018-06-04 01:11:50 +03:00 |
|
Alexey Milovidov
|
7c60adbebb
|
Non significant changes according to clang's -Weverything, part 4 [#CLICKHOUSE-2]
|
2018-06-03 23:48:36 +03:00 |
|
Alexey Milovidov
|
f5adbceed2
|
Non significant changes according to clang's -Weverything, part 3 [#CLICKHOUSE-2]
|
2018-06-03 23:39:06 +03:00 |
|
Alexey Milovidov
|
734cebdf09
|
Non significant changes according to clang's -Weverything, part 1 [#CLICKHOUSE-2]
|
2018-06-03 19:51:31 +03:00 |
|
Alexey Zatelepin
|
f6c72f8e56
|
Merge branch 'master' into replicated-mergetree-mutations
Conflicts:
dbms/src/Common/ActionBlocker.h
dbms/src/Storages/MergeTree/ActiveDataPartSet.cpp
dbms/src/Storages/MergeTree/ActiveDataPartSet.h
dbms/src/Storages/MergeTree/MergeTreeData.h
dbms/src/Storages/MergeTree/MergeTreeDataPart.cpp
dbms/src/Storages/MergeTree/ReplicatedMergeTreeAlterThread.cpp
dbms/src/Storages/MergeTree/ReplicatedMergeTreeLogEntry.cpp
dbms/src/Storages/MergeTree/ReplicatedMergeTreeLogEntry.h
dbms/src/Storages/MergeTree/ReplicatedMergeTreeQueue.cpp
dbms/src/Storages/MergeTree/ReplicatedMergeTreeQueue.h
dbms/src/Storages/MergeTree/ReplicatedMergeTreeRestartingThread.cpp
dbms/src/Storages/StorageMergeTree.cpp
dbms/src/Storages/StorageReplicatedMergeTree.cpp
dbms/src/Storages/StorageReplicatedMergeTree.h
|
2018-05-28 18:37:30 +03:00 |
|
Alexey Zatelepin
|
41b7e533cd
|
more honest constness in ActionBlocker
|
2018-05-25 23:06:36 +03:00 |
|
Alexey Milovidov
|
13762471da
|
Changed DayNum_t to DayNum as Amos Bird suggested [#CLICKHOUSE-3]
|
2018-05-25 16:29:15 +03:00 |
|
Alexey Milovidov
|
fb91bba279
|
Miscellaneous [#CLICKHOUSE-2]
|
2018-05-16 03:34:56 +03:00 |
|
proller
|
fb911f7cfa
|
Allow force disable libs: poco netssl poco mongodb, poco data odbc
|
2018-05-14 21:36:01 +03:00 |
|
Alexey Milovidov
|
715a9a7233
|
Miscellaneous [#CLICKHOUSE-2]
|
2018-05-11 14:04:12 +03:00 |
|
Alexey Milovidov
|
471eb5c8ca
|
Removed useless file [#CLICKHOUSE-2]
|
2018-05-11 03:49:06 +03:00 |
|
Alexey Milovidov
|
8b05841142
|
Removed useless files [#CLICKHOUSE-2]
|
2018-05-11 03:08:49 +03:00 |
|
Vitaliy Lyudvichenko
|
1f05000c2c
|
Better naming. [#CLICKHOUSE-3645]
|
2018-05-09 07:55:08 +03:00 |
|
Alexey Milovidov
|
b442cd9c64
|
Miscellaneous (no effect) [#CLICKHOUSE-2]
|
2018-05-09 07:22:30 +03:00 |
|
Alexey Milovidov
|
94369e55d3
|
Fixed style a bit [#CLICKHOUSE-2]
|
2018-05-07 05:01:29 +03:00 |
|
Alexey Milovidov
|
046346645f
|
Minor modifications #1959
|
2018-03-23 19:55:35 +03:00 |
|
proller
|
caf83a650e
|
libs: compiling with msvc2017 (#1996)
* Allow use bundled *ssl library
* fix
* Add submodule
* Fixes
* fix
* fixes
* fixes
* fix
* fix
* update poco
* fix warnings
* fix
* fix
* Build fixes
* Build fixes
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* add bat
* no zookeeper in dbms
* update boost
* fixes
* fixes
* fix
* fix
* fix
* fix
* try fix
* try fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* Better
* fix
* dh verbose
* fix
* dh verbose
* fix
* clean
* Update LocalDate.h
* Update LocalDateTime.h
|
2018-03-23 19:05:14 +03:00 |
|
Alexey Milovidov
|
b7475b1d2c
|
Fixed error: wrong timeouts passed to ConnectionPoolWithFailover [#CLICKHOUSE-3641]
|
2018-03-12 23:25:18 +03:00 |
|
Alexey Milovidov
|
8ff0c520d0
|
Removed the possibility to use queries with empty query_id; better semantics #245
|
2018-03-10 02:04:26 +03:00 |
|
Alexey Milovidov
|
d0a15df011
|
Fixed non-harmful data race [#CLICKHOUSE-2]
|
2018-03-09 02:07:39 +03:00 |
|
Alexey Milovidov
|
c897e5ca39
|
Better [#CLICKHOUSE-2]
|
2018-03-03 18:36:20 +03:00 |
|
Alexey Milovidov
|
f36dfe42a5
|
Miscellaneous [#CLICKHOUSE-2]
|
2018-02-21 22:35:10 +03:00 |
|
Alexey Zatelepin
|
ba43aaa5c0
|
parse empty strings as 0.0 when parsing Floats [#CLICKHOUSE-3603]
|
2018-02-19 15:40:43 +03:00 |
|
proller
|
d2f1ef686e
|
Misc build and test fixes (#1905)
* Misc build fixes
* Fix apple tests
|
2018-02-14 20:27:14 +03:00 |
|
alexey-milovidov
|
238eba25c9
|
Merge branch 'master' into lz4_experiments
|
2018-02-12 20:05:48 +03:00 |
|