Alexey Milovidov
8cabe639f5
Fixed errors in exception message [#CLICKHOUSE-2184].
2017-02-01 05:31:35 +03:00
Alexey Milovidov
6efae7240e
Merge branch 'master' of github.com:yandex/ClickHouse
2017-02-01 04:20:21 +03:00
Alexey Milovidov
efbfbdc7a3
Added setting 'send_progress_in_http_headers', disabled by default [#CLICKHOUSE-32].
2017-02-01 04:19:32 +03:00
proller
d5f2e7f397
Debian: postinst: fix old log dir permissions
2017-02-01 01:43:32 +03:00
proller
c1edf399dd
Debian: fix log dir in postinst
2017-02-01 00:36:13 +03:00
Alexey Milovidov
933313aea3
Added summary [#CLICKHOUSE-3].
2017-01-31 23:24:49 +03:00
Alexey Milovidov
e2669c88cd
Merge branch 'master' of github.com:yandex/ClickHouse
2017-01-31 22:55:43 +03:00
Alexey Milovidov
d08dc730bd
Renamed file [#CLICKHOUSE-3].
2017-01-31 22:54:44 +03:00
proller
c51801d776
Change default user and paths [#CLICKHOUSE-2715] ( #382 )
...
* Changing default user to clickhouse and path to /var/lib/clickhouse [#CLICKHOUSE-2715]
* wip
* Auto version update to [54141]
* Get version from saved in cmake
2017-01-31 23:53:05 +04:00
proller
3135ff17b6
Fix compiling utils without readline ( #429 )
...
* Fix compiling utils without readline
* fix
2017-01-31 23:34:30 +04:00
Vitaliy Lyudvichenko
abf5066618
Fix spelling errors. [#CLICKHOUSE-3]
2017-01-31 23:28:37 +04:00
Vitaliy Lyudvichenko
1b7b2b8373
Avoid extra current limits checks in non-root streams. [#CLICKHOUSE-2745]
2017-01-31 23:28:37 +04:00
Vitaliy Lyudvichenko
6500a84dd0
Fix overestimation of AggregateFunction columns size during remote aggregation. [#CLICKHOUSE-2745]
2017-01-31 23:28:37 +04:00
Alexey Zatelepin
4ecfd44015
[#CLICKHOUSE-2115] PR changes:
...
* do not insert produced value into the cache if the cache has been reset.
* less logging
* cosmetic fixes
2017-01-31 22:45:10 +04:00
Alexey Zatelepin
b3264620c3
translate comments [#CLICKHOUSE-3]
2017-01-31 22:45:10 +04:00
Alexey Zatelepin
0fdcdd7bdb
Introduce LRUCache::getOrSet(), use it to avoid mark cache stampede [#CLICKHOUSE-2115]
2017-01-31 22:45:10 +04:00
Alexey Milovidov
48db8d121d
Moved code out of header [#CLICKHOUSE-2].
2017-01-31 21:39:01 +03:00
Alexey Milovidov
a5a85c97a3
Merge branch 'master' of github.com:yandex/ClickHouse
2017-01-31 21:36:56 +03:00
Alexey Milovidov
fa0d36c69a
Updated copyright notice on web site [#CLICKHOUSE-2793].
2017-01-31 21:26:21 +03:00
proller
79a7e893c7
system.build_options: move generated data to cpp, dont regenerate every compile ( #423 )
...
* system.build_options: move generated data to cpp, dont regenerate every compile
* Fix linking iconv under macos and freebsd
Partially Revert "Removed usage of glib [#CLICKHOUSE-2]."
This reverts commit e4ff740ef1
.
* fix
2017-01-31 22:03:56 +04:00
alexey-milovidov
bce4ea38e5
Merge pull request #428 from yandex/ch-2044
...
check keys inside attribute section of dictionary's config
2017-01-31 19:54:31 +04:00
artpaul
5c1d2af4d8
check keys inside attribute section of dictionary's config [#CLICKHOUSE-2044]
2017-01-31 18:27:02 +05:00
Alexey Milovidov
cb11b2e46f
Merge branch 'master' of github.com:yandex/ClickHouse
2017-01-31 05:24:09 +03:00
Alexey Milovidov
b748d90c55
NYC taxi data: added result from big cluster [#CLICKHOUSE-3].
2017-01-31 05:23:43 +03:00
proller
9cea606881
Fix linking iconv under macos and freebsd
...
Partially Revert "Removed usage of glib [#CLICKHOUSE-2]."
This reverts commit e4ff740ef1
.
2017-01-31 04:15:59 +03:00
Alexey Milovidov
aaa8d56759
NYC taxi dataset: added results for 3-node cluster [#CLICKHOUSE-3].
2017-01-31 03:59:19 +03:00
Alexey Milovidov
faa3ba2c66
NYC Taxi data description: continued [#CLICKHOUSE-3].
2017-01-31 00:51:10 +03:00
Alexey Milovidov
379553a45c
Merge branch 'master' of github.com:yandex/ClickHouse
2017-01-31 00:40:11 +03:00
Alexey Milovidov
d89f3b90ee
NYC taxi data: added results for single server configuration [#CLICKHOUSE-3].
2017-01-31 00:39:46 +03:00
proller
9409419258
--no-pie flag have no effect in ubuntu, using -no-pie with test ( #422 )
...
* Cmake: fix apple build
* --no=pie flag have no effect in ubuntu, using -no-pie with test
* better
2017-01-31 00:09:11 +03:00
alexey-milovidov
9e94066e98
Merge pull request #418 from ludv1x/query-kill
...
Fix SHOW PROCESSLIST segfault. [#CLICKHOUSE-2120]
2017-01-31 00:50:33 +04:00
Alexey Milovidov
ddfcaaa52a
NYC taxi data: in progress [#CLICKHOUSE-3].
2017-01-30 23:40:24 +03:00
Vladimir Chebotarev
299fd51f25
Merge pull request #421 from yandex/HLL
...
dbms: More customizable HyperLogLogCounter. [#METR-24057]
2017-01-31 00:30:46 +04:00
Vladimir Chebotarev
995a773865
dbms: More customizable HyperLogLogCounter. [#METR-24057]
2017-01-30 22:17:00 +03:00
proller
f3526cb592
Cmake: fix apple build ( #420 )
2017-01-30 20:11:43 +03:00
Alexey Milovidov
48ed301e56
Revert "Revert "KILL QUERY""
...
This reverts commit 720781a7bc
.
2017-01-30 18:43:20 +03:00
Alexey Milovidov
90a7d50a94
Updated doc [#CLICKHOUSE-3].
2017-01-30 18:38:08 +03:00
alexey-milovidov
ceb85ca894
Merge pull request #419 from proller/cmake
...
Cmake: some fixes
2017-01-30 19:08:06 +04:00
proller
33347ad9c3
Cmake: some fixes
2017-01-30 16:40:04 +03:00
Vitaliy Lyudvichenko
9f8a967e6c
Fix SHOW PROCESSLIST segfault. [#CLICKHOUSE-2120]
2017-01-30 16:24:42 +03:00
Alexey Milovidov
7ecfbfe53a
Description of test dataset: update [#CLICKHOUSE-3].
2017-01-30 15:28:23 +03:00
alexey-milovidov
94c54cf629
Merge pull request #417 from yandex/revert-384-query-kill
...
Revert "KILL QUERY"
2017-01-30 16:20:25 +04:00
alexey-milovidov
720781a7bc
Revert "KILL QUERY"
2017-01-30 16:20:11 +04:00
Alexey Milovidov
4ae2bed9b6
Fixed wrong test [#CLICKHOUSE-2785].
2017-01-30 11:28:42 +03:00
Alexey Milovidov
509662a24d
Merge branch 'master' of github.com:yandex/ClickHouse
2017-01-30 10:05:57 +03:00
alexey-milovidov
32b6686ef2
Merge pull request #416 from yandex/nullable-aggregation-remove-bad-code
...
Nullable aggregation remove bad code
2017-01-30 11:05:13 +04:00
Alexey Milovidov
5adb195495
Added description of NYC Taxi dataset (in progress) [#CLICKHOUSE-3].
2017-01-30 09:59:54 +03:00
Alexey Milovidov
d4d3d36ff0
Removed useless code; improved performance [#CLICKHOUSE-2785].
2017-01-30 09:48:10 +03:00
Alexey Milovidov
932346f0e2
Merge branch 'master' into nyc-taxi-data
2017-01-30 09:24:51 +03:00
Alexey Milovidov
fbe888c224
Manual version update [#CLICKHOUSE-2].
2017-01-30 08:27:26 +03:00