Commit Graph

16978 Commits

Author SHA1 Message Date
alexey-milovidov
46a7a16f61
Update CHANGELOG_RU.md 2018-07-31 18:49:25 +03:00
alexey-milovidov
6e75e7a0bd
Update CHANGELOG_RU.md 2018-07-31 18:48:29 +03:00
alexey-milovidov
10dd08a519
Update CHANGELOG_RU.md 2018-07-31 18:44:27 +03:00
alexey-milovidov
badf9188af
Update CHANGELOG_RU.md 2018-07-31 18:43:56 +03:00
alexey-milovidov
805d5350a1
Update CHANGELOG_RU.md 2018-07-31 18:37:01 +03:00
alexey-milovidov
82faa314c5
Update CHANGELOG_RU.md 2018-07-31 18:34:01 +03:00
alesapin
f3f472b223 Add CHANGELOG_RU to 18.04 2018-07-31 18:29:55 +03:00
Alexey Milovidov
4f30840f89 Merge branch 'master' of github.com:yandex/ClickHouse 2018-07-31 06:59:50 +03:00
Alexey Milovidov
15f5ee4d29 Fixed bad package descriptions [#CLICKHOUSE-2] 2018-07-31 06:59:41 +03:00
robot-metrika-test
0826127d48 Auto version update to [18.5.1] [54400] 2018-07-31 04:28:24 +03:00
Alexey Milovidov
3caadfadc6 Fixed test #2750 2018-07-31 04:24:32 +03:00
robot-clickhouse
d3db10f315 Auto version update to [18.5.0] [54400] 2018-07-30 23:43:16 +03:00
alexey-milovidov
833e67d53d
Suppress some warnings in third party libraries (#2762)
* Suppress some warnings in 3rd party libraries [#CLICKHOUSE-3]

* Suppress some warnings in 3rd party libraries [#CLICKHOUSE-3]
2018-07-30 23:36:23 +03:00
Alexey Milovidov
b5b48d59fa Compatibility with obsolete version of Poco for alternative build variants #2759 2018-07-30 23:21:45 +03:00
alexey-milovidov
b353890455
Merge pull request #2730 from BayoNet/master
Nullable fields
2018-07-30 22:51:52 +03:00
alexey-milovidov
ef4ecd615f
Update enum.md 2018-07-30 22:51:14 +03:00
alexey-milovidov
6a71a1ea13
Merge branch 'master' into master 2018-07-30 22:49:07 +03:00
alexey-milovidov
98e9f4c24c
Merge pull request #2761 from 4ertus2/negative
Fix client's --testmode (allow multiple negative tests with clientError)
2018-07-30 21:48:36 +03:00
Alexey Zatelepin
4863c5c178 fix potential segfault in MergeTreeData::delayInsertOrThrowIfNeeded [#CLICKHOUSE-3862] 2018-07-30 21:47:24 +03:00
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
chertus
5294c1ec9e Merge branch 'master' into negative 2018-07-30 21:39:36 +03:00
chertus
5f46894cf0 CLICKHOUSE-2 client testmode fixes: reconnect on clientError, clear expected errors, return error to OS 2018-07-30 21:27:04 +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