Alexey Milovidov
|
5510bea3f8
|
Unification of serde of data types: development [#CLICKHOUSE-2838].
|
2017-12-03 01:12:27 +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
|
37a22bceba
|
Merge branch 'master' of github.com:yandex/ClickHouse into unify-data-types-that-serialized-with-multiple-streams
|
2017-11-29 02:31:38 +03:00 |
|
proller
|
2ade0a92d2
|
Cmake fix
|
2017-11-27 23:40:19 +03:00 |
|
proller
|
4b63d9a4c3
|
Cmake: fix link of some tests (missing pthread)
|
2017-11-27 23:39:06 +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 |
|
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
|
4aa520e7be
|
Merge remote-tracking branch 'origin/master' into unify-data-types-that-serialized-with-multiple-streams
|
2017-11-21 22:40:59 +03:00 |
|
proller
|
2778f35e48
|
Lib Parsers
|
2017-11-21 22:35:54 +03:00 |
|
Alexey Milovidov
|
2fd17a3072
|
Fixed linking [#CLICKHOUSE-2].
|
2017-11-20 09:01:05 +03:00 |
|
Alexey Milovidov
|
07d594c505
|
Fixed linking [#CLICKHOUSE-2].
|
2017-11-20 08:59:58 +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 |
|
proller
|
aa3dd03389
|
Split lib dbms to dbms + dbms_common_io
|
2017-11-17 22:19:49 +03:00 |
|
Alexey Milovidov
|
60477a9aaa
|
Enhanced time zones support: the DateTime data type can track time zone [#CLICKHOUSE-3402].
|
2017-11-09 22:25:21 +03:00 |
|
Nikolai Kochetov
|
74a4c7508a
|
merged with master
|
2017-10-20 19:18:09 +03:00 |
|
Nikolai Kochetov
|
ff088b4a1d
|
modified CatBoostModel [#CLICKHOUSE-3305]
|
2017-10-20 19:13:21 +03:00 |
|
Marek Vavruša
|
927c0f7b74
|
dbms: Partially revert previous change
Instead of trying to convert long/unsigned long to Poco types, just
don't use them.
|
2017-10-13 23:46:10 -07:00 |
|
Marek Vavruša
|
8a0571af24
|
dbms: Better fix for missing unsigned long to Poco::UInt64 alias
|
2017-10-13 21:39:14 -07:00 |
|
proller
|
7feb94357b
|
use enum class
|
2017-10-03 22:12:44 +03:00 |
|
proller
|
add13f233e
|
requested changes
|
2017-10-03 22:12:44 +03:00 |
|
proller
|
b7780aa6c4
|
Better ports
|
2017-10-03 22:12:44 +03:00 |
|
proller
|
2467530583
|
Works!
|
2017-10-03 22:12:44 +03:00 |
|
proller
|
ebb4a6a0ed
|
Start ssl'ing (#CLICKHOUSE-3032)
|
2017-10-03 22:12:44 +03:00 |
|
Vitaliy Lyudvichenko
|
97277ed691
|
Return 411 code in case of empty body without Content-Length head. [#CLICKHOUSE-3333]
|
2017-09-30 14:06:50 +03:00 |
|
Alexey Zatelepin
|
68cb592277
|
allow arbitrary partition literals in ALTER PARTITION queries [#CLICKHOUSE-3000]
|
2017-09-26 20:40:02 +03:00 |
|
Alex Bocharov
|
1f70d0e163
|
Resolve conflict in SummingSortedBlockInputStream when moving FieldVisitorSum.
|
2017-09-18 18:43:47 +01:00 |
|
Alex Bocharov
|
6e74602e45
|
Aggregate function sumMap: use FieldVisitorSum instead of += operator.
|
2017-09-18 16:41:07 +01:00 |
|
alexey-milovidov
|
edb66bfffe
|
Merge branch 'master' into master
|
2017-09-18 10:31:31 +03:00 |
|
Alexey Milovidov
|
86c46ad1bd
|
Unification [#CLICKHOUSE-2].
|
2017-09-15 15:16:12 +03:00 |
|
Alex Bocharov
|
591cd5c009
|
Add new aggregate function sumMap(key, value).
|
2017-09-15 12:14:19 +01:00 |
|
Alexey Milovidov
|
e9ae193870
|
Implemented some suggestions from clang-tidy (part 1) [#CLICKHOUSE-3301].
|
2017-09-08 05:29:47 +03:00 |
|
Alexey Milovidov
|
8b313ab99e
|
Fixed warnings found by cppcheck [#CLICKHOUSE-3300].
|
2017-09-08 00:04:48 +03:00 |
|
Alexey Milovidov
|
4d97959e57
|
Merge branch 'master' into unify-data-types-that-serialized-with-multiple-streams
|
2017-09-04 04:11:00 +03:00 |
|
alexey-milovidov
|
775d95888a
|
Merge pull request #1163 from yandex/CLICKHOUSE-2931
Introduce SYSTEM queries
|
2017-09-01 20:45:29 +03:00 |
|
alexey-milovidov
|
897a9ad6b2
|
Merge pull request #1146 from yandex/array-functions-concat-slice-push-pop
Array functions concat slice push pop
|
2017-09-01 20:30:51 +03:00 |
|
proller
|
1a8e22c37f
|
Allow compile on 32bit systems (#1175)
* Trying compile under 32bit..
* PerformanceTest: use getMultiple*FromConfig, fix debug helpers
* Missing file
* clnag-format of Split ComplexKeyCacheDictionary
* wip
* Requested changes
* wip
* wip
* Fix boost 1.64 and gcc7+ compile errors
* More fixes
* wip
* Fix arm build
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* clean
* fix
* wip
* wip
* clean
* clean
* wip
* wip
* Update MergeTreeSettings.h
* Requested changes
* Requested changes
* Requested changes
* Requested changes
|
2017-09-01 20:21:03 +03:00 |
|
Nikolai Kochetov
|
7885c5c032
|
renamed TypeListNumber to TypeListNumbers [#CLICKHOUSE-2090]
|
2017-09-01 15:09:08 +03:00 |
|
alexey-milovidov
|
5d14855989
|
Merge branch 'master' into CLICKHOUSE-2931
|
2017-08-31 00:23:39 +03:00 |
|
Alexey Milovidov
|
495daffa16
|
Miscellaneous [#CLICKHOUSE-2].
|
2017-08-30 21:13:32 +03:00 |
|
Alexey Milovidov
|
d1da6c3cfc
|
Fixed bad translation [#CLICKHOUSE-2].
|
2017-08-29 22:07:54 +03:00 |
|
Vitaliy Lyudvichenko
|
ffe7558fe2
|
Add SYSTEM KILL and SHUTDOWN implementations. [#CLICKHOUSE-2931]
|
2017-08-28 20:27:16 +03:00 |
|
Nikolai Kochetov
|
239f4f2d36
|
merged with master
|
2017-08-25 15:05:18 +03:00 |
|
Nikolai Kochetov
|
c1479a5594
|
updated GatherUtils [#CLICKHOUSE-2090]
|
2017-08-24 19:46:15 +03:00 |
|
proller
|
49ae03a4a7
|
Fix build in freebsd (#1129)
|
2017-08-23 18:58:42 +03:00 |
|
Alexey Milovidov
|
e01c23267a
|
Merge branch 'master' into unify-data-types-that-serialized-with-multiple-streams
|
2017-08-18 22:41:27 +03:00 |
|
Alexey Milovidov
|
16d6c4f9e7
|
Removed very old protocol compatibility features [#CLICKHOUSE-2].
|
2017-08-16 23:27:35 +03:00 |
|
Vitaliy Lyudvichenko
|
e4785aeb4d
|
Simplified clean queue logic. Added more tests. [#CLICKHOUSE-3128]
|
2017-08-13 12:18:46 +03:00 |
|
proller
|
2ea63defa5
|
Fix test/string_pool include (#1086)
* Fix sparcehash include
* Fix re2_st include
* Fix test/string_pool include
|
2017-08-10 03:28:29 +03:00 |
|