Commit Graph

16937 Commits

Author SHA1 Message Date
Alexey Zatelepin
cc7950a733 don't destroy Cleanup- and AlterThread objects, just deactivate the tasks [#CLICKHOUSE-3862]
Otherwise segfaults are possible when the objects are recreated in the middle of the queue task execution.
2018-07-30 21:47:24 +03:00
Alexey Milovidov
cfb3537eb6 Updated test #2756 2018-07-30 21:26:20 +03:00
Alexey Milovidov
31a0c9c79a Fixed spaces in CMakeLists.txt #2756 2018-07-30 21:11:31 +03:00
Alexey Milovidov
b1e06fc136 Better code #2756 2018-07-30 21:00:16 +03:00
Alexey Milovidov
31a93fb2d7 Merge branch 'master' of github.com:yandex/ClickHouse 2018-07-30 20:43:33 +03:00
Alexey Milovidov
2fb75a88c3 Fixed test #2756 2018-07-30 20:43:13 +03:00
Ivan Blinkov
b589903680
WIP on docs (#2753)
* Some improvements for introduction/performance.md

* Minor improvements for example_datasets

* Add website/package-lock.json to .gitignore

* YT paragraph was badly outdated and there is no real reason to write a new one

* Use weird introduction article as a starting point for F.A.Q.

* Some refactoring of first half of ya_metrika_task.md

* minor

* Weird docs footer bugfix
2018-07-30 19:34:55 +03:00
Alexey Milovidov
7fe1914a63 Whitespaces #2756 2018-07-30 19:07:20 +03:00
Alexey Milovidov
115ff2d731 Fixed error in website [#CLICKHOUSE-3] 2018-07-30 18:59:03 +03:00
alexey-milovidov
be657c33e6
Merge pull request #2756 from CurtizJ/CLICKHOUSE-3785
Clickhouse 3785 Add MurmurHash2
2018-07-30 18:57:38 +03:00
zhang2014
9e052b13d1 ISSUES-2700 add funnel window crash test 2018-07-30 18:51:06 +03:00
ap11
45ce69e73d Add case insensitive coalesce ifnull, nullif. 2018-07-30 18:50:12 +03:00
alexey-milovidov
b062262b9f
Update FunctionsHashing.h 2018-07-30 18:45:46 +03:00
alexey-milovidov
793e0d3901
Update README 2018-07-30 18:41:41 +03:00
alesapin
93f1ec2f02
Merge pull request #2757 from alesapin/master
Add <yandex> tag in PostgreSQL external dictionary config
2018-07-30 17:07:28 +03:00
alesapin
71694f0eb2 Add <yandex> tag in PostgreSQL external dictionary config 2018-07-30 17:03:29 +03:00
ap11
5036d55b95 Merge branch 'CLICKHOUSE-3785' of https://github.com/CurtizJ/ClickHouse into CLICKHOUSE-3785 2018-07-30 16:56:43 +03:00
ap11
4fe3690cad minor changes 2018-07-30 16:50:26 +03:00
Anton Popov
ef443b2bc5
Update FunctionsHashing.h 2018-07-30 16:48:44 +03:00
Anton Popov
c4fec0521e
Update CMakeLists.txt 2018-07-30 16:47:25 +03:00
Anton Popov
f6457929b6
Update LICENSE 2018-07-30 16:47:04 +03:00
Anton Popov
3a35ebd90e
Update README 2018-07-30 16:46:28 +03:00
ap11
d45ce92b89 add tests for murmurhash2 2018-07-30 16:41:07 +03:00
ap11
68bdc4eb12 Add mumurhash2 2018-07-30 15:19:22 +03:00
chertus
b631924d46 CLICKHOUSE-2 fix docs 2018-07-30 13:51:29 +03:00
alesapin
79607b9118 CLICKHOUSE-3852: Add tests for config parser 2018-07-29 04:58:05 +03:00
alesapin
744258818e CLICKHOUSE-3852: Fix PR remarks 2018-07-29 04:58:05 +03:00
alesapin
1f32701665 CLICKHOUSE-3852: Remove useless newlines 2018-07-29 04:58:05 +03:00
alesapin
652e5ff9e2 CLICKHOUSE-3852: Add ability to set up config parameters from env variables. 2018-07-29 04:58:05 +03:00
robot-metrika-test
e26ba4daac Auto version update to [18.4.0] [54399] 2018-07-28 00:35:05 +03:00
Alexey Milovidov
8bc95412b6 Fixed bad code #2708 2018-07-28 00:33:30 +03:00
Alexey Milovidov
a93a0dc840 Removed a note about Kafka from testing documentation #2729 2018-07-27 23:01:14 +03:00
Alexey Milovidov
35409e1123 Merge branch 'master' of github.com:yandex/ClickHouse 2018-07-27 22:51:35 +03:00
Alexey Milovidov
a2101df25a Fixed error in aggregate function "anyHeavy"; added a test [#CLICKHOUSE-3867] 2018-07-27 22:51:13 +03:00
robot-metrika-test
a7addb80a3 Auto version update to [18.3.0] [54398] 2018-07-27 21:45:36 +03:00
Alexey Milovidov
448bcdfdb4 Added a test [#CLICKHOUSE-3855] 2018-07-27 21:17:32 +03:00
Alexey Milovidov
bbdd780be0 Fixed error when IN is used as an aggregation key [#CLICKHOUSE-3855] 2018-07-27 21:14:58 +03:00
alexey-milovidov
e64c221649 Update Client.cpp 2018-07-27 20:41:05 +03:00
chertus
845edbe242 CLICKHOUSE-2: support negative tests 2018-07-27 20:41:05 +03:00
alesapin
30f5b9efa1
Merge pull request #2745 from alesapin/master
Remove wrong parameter
2018-07-27 20:27:43 +03:00
alesapin
df7307191d Merge branch 'master' of github.com:alesapin/ClickHouse 2018-07-27 20:26:14 +03:00
alesapin
a28cf1ed98 Remove wrong option 2018-07-27 20:25:51 +03:00
Ivan Blinkov
20c68e5a6f
WIP on docs introduction articles (#2716)
* WIP on content of distinctive_features.md

* WIP on content of features_considered_disadvantages.md
2018-07-27 14:26:20 +03:00
alexey-milovidov
fa2bc00b81
Merge pull request #2736 from alesapin/master
Add docs for URL table engine and url table function
2018-07-27 14:21:34 +03:00
alexey-milovidov
d0507bb639
Update url.md 2018-07-27 14:18:54 +03:00
alesapin
c0f5e33fe8 Add docs for URL table engine and url table function 2018-07-27 13:21:04 +03:00
alexey-milovidov
58ebe8d572
Merge pull request #2735 from zhang2014/fix/window_funnel
ISSUES-2700 fix windowFunnel NULL pointer
2018-07-27 10:32:15 +03:00
zhang2014
4bc916029c ISSUES-2700 fix windowFunnel NULL pointer
Co-authored-by: zhang2014 <coswde@gmail.com>
Co-authored-by: sundy-li <543950155@qq.com>
2018-07-27 15:19:29 +08:00
alexey-milovidov
20f3f23901
Merge pull request #2732 from krishnevsky/patch-13
translated latest release notes
2018-07-27 01:45:41 +03:00
alexey-milovidov
9fad4b4e1a
Update CHANGELOG.md 2018-07-27 01:45:33 +03:00