Denis Zhuravlev
4857d43b6a
Update mingroupby-orderbylimit1.xml
...
fix for table name
2020-02-13 23:00:18 -04:00
Denis Zhuravlev
ab2fa5d20f
Update other_functions.md
...
identity -- translated to Russian
2020-02-13 21:03:43 -04:00
Denis Zhuravlev
264a38b115
Update alter.md
...
Rename the chapter {alter_move-partition} to {alter_move_to_table-partition} because we suddenly have 2 chapters with the same name
2020-02-13 20:44:45 -04:00
Denis Zhuravlev
5d04b651e6
Update alter.md
...
translation to Russian MOVE PARTITION TO TABLE
2020-02-13 20:40:14 -04:00
Alexander Kuzmenkov
37b2932291
Update codecs_int_insert.xml
2020-02-14 02:11:43 +03:00
Anton Popov
7042bafda4
Update 01079_new_range_reader_segfault.sql
2020-02-14 01:58:30 +03:00
Alexander Kuzmenkov
810fe655ea
Update general_purpose_hashes_on_UUID.xml
2020-02-14 01:23:54 +03:00
Denis Zhuravlev
92a6d30d3a
Added performance test for min_group_by / order_by_limit1
2020-02-13 17:34:23 -04:00
CurtizJ
7041e28077
fix segfault in MergeTreeRangeReader
2020-02-14 00:20:35 +03:00
Alexander Kuzmenkov
1bd2f55bc1
Update inserts_arrays_lowcardinality.xml
2020-02-13 21:58:46 +03:00
Alexander Kuzmenkov
99c6246d97
Make some performance tests faster.
2020-02-13 21:42:55 +03:00
alexey-milovidov
7aeb900922
Merge pull request #8436 from achulkov2/polygon-dict-basic-interface-improvements
...
[WIP] Basic interface for polygon dictionaries
2020-02-13 21:05:42 +03:00
Ivan Blinkov
23f7e4cf13
Update README.md
2020-02-13 20:41:08 +03:00
alexey-milovidov
b1095e72d1
Merge pull request #9104 from Felixoid/master
...
Change filetype from symlink to the normal one to fix tree
2020-02-13 20:08:45 +03:00
Mikhail f. Shiryaev
bdf39e9509
Change filetype from symlink to the normal one to fix tree
2020-02-13 18:05:39 +01:00
BayoNet
85d1a30dab
DOCS-440: Updated ASOF JOIN description ( #9085 )
...
* Updated ASOF JOIN description.
2020-02-13 19:09:25 +03:00
Alexander Kuzmenkov
e9d4bcaa75
Update general_purpose_hashes_on_UUID.xml
2020-02-13 17:58:16 +03:00
alexey-milovidov
dcc6fbb7a6
Fixed idiotic translation.
2020-02-13 17:25:17 +03:00
alexey-milovidov
211cc08d1a
Merge pull request #9057 from tac0x2a/gitlocalize-10811
...
Docs: Translate distinctive_features.md to ja
2020-02-13 17:12:48 +03:00
alexey-milovidov
6d97f3a008
Merge pull request #9066 from oandrew/avro-bugfix
...
Avoid throwing from destructor (Avro)
2020-02-13 16:58:07 +03:00
alexey-milovidov
296621f757
Merge pull request #9076 from sundy-li/mysql-show-tables
...
Show Queries more like MySQL did
2020-02-13 16:50:12 +03:00
alexey-milovidov
3cfcdcd79f
Update InterpreterShowTablesQuery.cpp
2020-02-13 16:46:35 +03:00
alexey-milovidov
62aed22a03
Merge pull request #9090 from mator/benchmark-1
...
Update benchmark.html
2020-02-13 16:42:50 +03:00
Alexey Milovidov
b5c79201c3
Prevent abort on shutdown if the fs is readonly
2020-02-13 16:15:54 +03:00
Guillaume Tassery
1642c7bb97
Merge branch 'master' of github.com:ClickHouse/ClickHouse into bit_on_bitset
2020-02-13 13:24:00 +01:00
Guillaume Tassery
d5b6b580c3
make happy gcc-9
2020-02-13 13:23:31 +01:00
Alexey Milovidov
0eade98688
Merge branch 'master' of github.com:yandex/ClickHouse
2020-02-13 14:45:04 +03:00
Alexander Kuzmenkov
3a58ef03e3
Update general_purpose_hashes_on_UUID.xml
2020-02-13 12:50:25 +03:00
Alexander Kuzmenkov
b9eb40bccb
Update cpu_synthetic.xml
2020-02-13 11:56:06 +03:00
Alexey Milovidov
eb2ff92671
Merge remote-tracking branch 'refs/remotes/origin/master'
2020-02-13 06:54:01 +03:00
Alexey Milovidov
9c0c9704a2
Added results for AWS Graviton
2020-02-13 06:51:22 +03:00
Alexander Kuzmenkov
e818b2e67a
performance comparison
2020-02-12 19:10:07 +03:00
Mikhail Korotov
6916caf7cd
empty commit
2020-02-12 18:12:50 +03:00
Mikhail Korotov
b7a159feab
Merge branch 'secure_password' of https://github.com/millb/ClickHouse into secure_password
2020-02-12 17:36:02 +03:00
Mikhail Korotov
62be802ea9
tests fixed
2020-02-12 17:35:23 +03:00
Mikhail Korotov
5d1396ca33
Update Cluster.h
2020-02-12 17:32:18 +03:00
Mikhail Korotov
12c9fbe44d
Merge branch 'secure_password' of https://github.com/millb/ClickHouse into secure_password
2020-02-12 17:12:18 +03:00
millb
c4b45ddff8
fixed tests
2020-02-12 17:11:03 +03:00
Alexander Kuzmenkov
48a98773c9
Update general_purpose_hashes_on_UUID.xml
2020-02-12 15:39:44 +03:00
Ivan
bef233f450
Add simple memory profiler ( #8765 )
...
* Add new trace type to system.trace_log table
* [WIP]
* Add settings for soft limit raising.
* Remove unused diff
* Remove unused diff
* Some renames
* Fix client hanging on quit
* Remove obsolete pointer for trace collector in context.
* Use memory tracker on query level.
* Fix TSan tests
* Try to simplify TraceCollector initialization.
It allows to workaround first call inside signal handler
* Initialize TraceCollector before setting signal handlers
* Attempt to fix
* Fix Int64 → UInt64 for |size|
* Explicitly reset global TraceCollector instance.
2020-02-12 15:37:40 +03:00
Ilya Yatsishin
ecf99e77e8
Merge pull request #9012 from BayoNet/docs/CLICKHOUSEDOCS-481-looker
...
DOCS-481: Looker introduction in Russian.
2020-02-12 15:26:38 +03:00
Guillaume Tassery
4ea8cfb1e1
cosmetic
2020-02-12 12:45:31 +01:00
Guillaume Tassery
46bffd0564
add tests
2020-02-12 12:08:14 +01:00
proller
4c3b8649e3
Merge remote-tracking branch 'upstream/master' into fix27
2020-02-12 13:59:14 +03:00
Guillaume Tassery
b9954f6785
Merge branch 'master' of github.com:ClickHouse/ClickHouse into bit_on_bitset
2020-02-12 11:35:07 +01:00
Guillaume Tassery
e5b048ab51
Can use bit(And|Or|Xor) using a bitset set as a FixedString
2020-02-12 11:33:43 +01:00
Mikhail Korotov
43d4838849
Merge branch 'secure_password' of https://github.com/millb/ClickHouse into secure_password
2020-02-12 13:13:50 +03:00
millb
6abeabc1f2
fixed bugs
2020-02-12 13:13:11 +03:00
Mikhail Korotov
5bd74b464d
Merge branch 'secure_password' of https://github.com/millb/ClickHouse into secure_password
2020-02-12 13:08:10 +03:00
millb
92fc1a9b2b
fixed bugs
2020-02-12 13:06:09 +03:00