Alexey Milovidov
|
7934475779
|
Added missing line [#CLICKHOUSE-2871].
|
2017-03-05 06:37:34 +03:00 |
|
Alexey Milovidov
|
a706e96bc4
|
Added more metrics for StorageBuffer [#CLICKHOUSE-2871].
|
2017-03-05 04:23:10 +03:00 |
|
artpaul
|
aed028eb96
|
remove meaningless comment
|
2017-03-05 04:45:35 +04:00 |
|
artpaul
|
76e9213141
|
system table with graphite configuration [#CLICKHOUSE-2084]
|
2017-03-05 04:45:35 +04:00 |
|
artpaul
|
1e13e68028
|
blank for system.graphite
|
2017-03-05 04:45:35 +04:00 |
|
proller
|
3e835a455f
|
http server: allow custom root response (#553)
* http server: allow custom root responce
* fix configs
* Update Server.cpp
|
2017-03-04 06:00:21 +04:00 |
|
alexey-milovidov
|
1ddc262eb8
|
Merge pull request #554 from proller/fix1
fix scope_exit formatting
|
2017-03-04 05:59:05 +04:00 |
|
Alexey Milovidov
|
d3b22774c9
|
Comments [#CLICKHOUSE-2788].
|
2017-03-04 00:15:46 +03:00 |
|
proller
|
05e87ad7a2
|
fix scope_exit formatting
|
2017-03-04 00:10:41 +03:00 |
|
proller
|
2252864b3a
|
clang-format Server.cpp (#550)
* clang-format Server.cpp
* SCOPE_EXIT
* fix sort includes
* format
|
2017-03-03 22:59:42 +04:00 |
|
Alexey Milovidov
|
6635f50f75
|
Indentation [#CLICKHOUSE-2].
|
2017-03-03 03:39:42 +03:00 |
|
proller
|
107fb86a40
|
Support multiplie listen addresses, set listen_host to local only (#545)
* Support multiplie listen addresses, set listen_host to local only
* set correct default
* better config
* no include
* Update Server.cpp
|
2017-03-03 04:24:56 +04:00 |
|
proller
|
067ff7a5c7
|
Customizable internal compiler
|
2017-03-02 16:34:43 +03:00 |
|
alexey-milovidov
|
35215d077e
|
Merge pull request #544 from serebrserg/METR-23630
METR-23630: add pointInEllipses function
|
2017-03-02 17:05:26 +04:00 |
|
artpaul
|
be7c70da5c
|
fix IN with nested tuples [#CLICKHOUSE-1999]
|
2017-03-01 19:48:21 +05:00 |
|
serebrserg
|
42ce089aa6
|
add pointInEllipses function
|
2017-03-01 12:23:49 +03:00 |
|
proller
|
0e91c47066
|
Allow build with external double-conversion lz4 zstd re2 zookeeper (#531)
* Allow build with external double-conversion lz4 zstd re2 zookeeper
* fix
* fix
* freebsd fixes
* spaces
* fix
* fix
* fix
* wip
* move
* fix
|
2017-03-01 03:49:04 +04:00 |
|
proller
|
5cf6f4d8c1
|
Fix host header in http request to dictionaries (#526)
* Tests: dictionaries: allow completely disable mongo and mysql
* Fix host header in http request to dictionaries
|
2017-02-28 01:09:57 +04:00 |
|
proller
|
57c336f267
|
HTTPDictionarySource support HTTPS (#510)
* https support in dictionaries
* Style
|
2017-02-28 01:07:57 +04:00 |
|
proller
|
1c1b6ce9f5
|
Mongo: support new sha1 auth with new external poco 1.7.8 (#518)
* Mongo: support new sha1 auth with new external poco 1.7.8
* add test
* disable test
|
2017-02-21 23:24:02 +04:00 |
|
Alexey Zatelepin
|
7090d0861a
|
reinitialize primary key after ALTER [#CLICKHOUSE-2853]
|
2017-02-21 21:32:04 +04:00 |
|
Vitaliy Lyudvichenko
|
3ee4e6b79b
|
Banned Null(AggregateFunction(...)) type in arrayReduce. Fix test. [#CLICKHOUSE-2845]
|
2017-02-18 22:25:19 +03:00 |
|
proller
|
7df722d731
|
Speedup of CacheDictionary (part2: complex) [#CLICKHOUSE-2176] (#502)
* Auto version update to [54146]
* Fixing dictionaries [#CLICKHOUSE-2176]
* fix
* Auto version update to [54194]
* Revert "Auto version update to [54194]"
This reverts commit 3367678a04 .
* wip
* wip
* clean
* const
* fix
* wip
* wip
* wip
* wip
* wip
* wip
* clean
* Fixing dictionaries [#CLICKHOUSE-2176]
* style
* style
* style
* wip
* wip
* struct
* clean
* clean
* clean
* wip
* wip broken
* wip
* wip
* wip
* wip
* wip
* wip
* clean
* clean
* space
* tester
* wip
* fix
* clean
* style
|
2017-02-18 00:37:03 +04:00 |
|
Vitaliy Lyudvichenko
|
8bcb1fe970
|
Add support of AggregateFunction constants in VALUES and Set. [#CLICKHOUSE-2845]
|
2017-02-18 00:36:31 +04:00 |
|
Vitaliy Lyudvichenko
|
97c4211409
|
Add support of scalars with AggregateFunction() type. [#CLICKHOUSE-2845]
Fixed segfaults for arrayReduce. [#CLICKHOUSE-2787]
|
2017-02-18 00:36:31 +04:00 |
|
Artemkin Pavel
|
cc62477403
|
extra distinct pass was eliminated in case of single stream mode [#METR-23942] (#492)
|
2017-02-16 00:17:46 +04:00 |
|
Alexey Zatelepin
|
93a9e64624
|
fix usage of possibly invalidated iterator [#CLICKHOUSE-2]
|
2017-02-15 22:39:18 +03:00 |
|
proller
|
2ec141d5e9
|
Speedup of CacheDictionary (part1) [#CLICKHOUSE-2176] (#474)
* Auto version update to [54146]
* Fixing dictionaries [#CLICKHOUSE-2176]
* fix
* Auto version update to [54194]
* Revert "Auto version update to [54194]"
This reverts commit 3367678a04 .
* wip
* wip
* clean
* const
* fix
* wip
* wip
* wip
* wip
* wip
* wip
* clean
* Fixing dictionaries [#CLICKHOUSE-2176]
* style
* style
* style
* struct
* clean
* clean
* clean
|
2017-02-14 22:06:21 +04:00 |
|
Alexey Milovidov
|
354bed5bd7
|
Merge branch 'master' of github.com:yandex/ClickHouse
|
2017-02-13 19:12:46 +03:00 |
|
Alexey Milovidov
|
db9935337c
|
Misc [#CLICKHOUSE-2].
|
2017-02-13 19:12:34 +03:00 |
|
proller
|
f8d2f19280
|
Fix odbc include, clang-format fixes, misc (#484)
* Cmake: fix fallback to internal libs if no external found
* wip
* style
* fix
|
2017-02-13 17:59:34 +04:00 |
|
Alexey Milovidov
|
8f9b70a1d7
|
Style [#CLICKHOUSE-2].
|
2017-02-13 13:38:50 +03:00 |
|
Alexey Milovidov
|
bb7247993a
|
Merge branch 'uncompressed-size-in-system-tables'
|
2017-02-13 01:08:31 +03:00 |
|
Alexey Milovidov
|
7bf5373390
|
Added comments [#CLICKHOUSE-2831].
|
2017-02-13 01:07:38 +03:00 |
|
artpaul
|
f8a0f55335
|
#360 explicit types
|
2017-02-12 16:09:55 +05:00 |
|
artpaul
|
0c1dab92a3
|
#360 ordinary
|
2017-02-12 15:34:08 +05:00 |
|
Alexey Milovidov
|
c9b4a163be
|
Added info about uncompressed size to system.columns table [#CLICKHOUSE-2831].
|
2017-02-12 01:31:22 +04:00 |
|
alexey-milovidov
|
4593d363d1
|
Fix poor distributed insertion scalability (#481)
* Fix poor scalability of INSERT into Distributed table [#CLICKHOUSE-2791].
* Fix poor scalability of INSERT into Distributed table (continued) [#CLICKHOUSE-2791].
* Misc [#CLICKHOUSE-2791].
* Fixed error [#CLICKHOUSE-2791].
|
2017-02-12 00:20:57 +04:00 |
|
Alexey Milovidov
|
30737aa7a1
|
Added info about uncompressed size to system.columns table [#CLICKHOUSE-2831].
|
2017-02-11 20:43:28 +03:00 |
|
alexey-milovidov
|
9f243d1637
|
Merge pull request #477 from yandex/merge_with_metrika
Merge with metrika
|
2017-02-11 00:32:34 +04:00 |
|
alexey-milovidov
|
cee5ab01fb
|
Merge branch 'master' into merge_with_metrika
|
2017-02-11 00:27:15 +04:00 |
|
Alexey Zatelepin
|
9918965c5f
|
Allow metadata-only ALTER of primary key columns [#CLICKHOUSE-2027]
|
2017-02-10 22:19:40 +04:00 |
|
Alexey Zatelepin
|
7b57402291
|
allow ALTERing Enum types in primary key columns [#CLICKHOUSE-2795]
|
2017-02-10 22:19:40 +04:00 |
|
Alexey Milovidov
|
d065087506
|
Fixed timeouts of ALTER [#CLICKHOUSE-2836].
|
2017-02-10 21:09:49 +03:00 |
|
Alexey Milovidov
|
0673f75265
|
Fixed absolutely incorrect code; added test [#CLICKHOUSE-2755].
|
2017-02-10 13:20:06 +03:00 |
|
Alexey Milovidov
|
17e3a4ff1f
|
Implemented aggregate function 'count' with Nullable arguments to count number of not-NULL values [#CLICKHOUSE-2833].
|
2017-02-10 12:02:10 +03:00 |
|
Alexey Milovidov
|
1ad4e2752e
|
Block::unshareColumns: more complete implementation [#CLICKHOUSE-2].
|
2017-02-10 09:12:22 +03:00 |
|
Alexey Zatelepin
|
6b47ac1fc0
|
translate comments [#CLICKHOUSE-3]
|
2017-02-10 09:05:33 +04:00 |
|
Alexey Zatelepin
|
aace171ef6
|
forbid multidimensional array columns in MergeTree tables [#CLICKHOUSE-2803]
|
2017-02-10 09:05:33 +04:00 |
|
Alexey Zatelepin
|
8d001db5d5
|
forbid altering of date column in MergeTree engines
|
2017-02-10 09:05:33 +04:00 |
|