Commit Graph

54484 Commits

Author SHA1 Message Date
Alexandre Snarskii
af2fa52436 fix freebsd build 2021-01-11 13:25:09 +03:00
Alexandre Snarskii
e4171816c9 enable kafka integration on freebsd 2021-01-03 20:17:28 +03:00
Alexey Milovidov
ab83245b57 Addition to #18526 2021-01-03 18:07:18 +03:00
alexey-milovidov
1e98917963
Merge pull request #18687 from ClickHouse/bar-simplification
Simplify code of function "bar"
2021-01-03 04:36:29 +03:00
alexey-milovidov
ec2f835bac
Merge pull request #18686 from azat/fix-perf-tests
Fix performance comparison
2021-01-03 02:44:22 +03:00
Alexey Milovidov
2a6388bdf6 Update test 2021-01-03 00:32:37 +03:00
Alexey Milovidov
820af3a48d Simplify code of function "bar" 2021-01-02 23:40:15 +03:00
Azat Khuzhin
de7909211d Try using top_level_domains from the patched performance archive
If there is top_level_domains list in the upstream/master, use from the
patched version (this is required to run all performance tests for
upstream/master in the PR).
2021-01-02 17:27:03 +03:00
Azat Khuzhin
469b631ca6 Fix performance comparison
In #18113 the top_level_domains list copying was moved into
docker/packager/binary/build.sh, this was done to avoid symlinks (since
Dockerfile cannot dereference them).

But the patch was wrong, since it copied into the root (/), which is not
included into performance.tgz and also compare.sh was not modified.

This wasn't showed up with CI checks since the docker image wasn't
updated and it still included that top_level_domains, once it was
modified the image was updated and it became broken.

Cc: @akuzm
2021-01-02 17:09:20 +03:00
alexey-milovidov
aff724ea7d
PODArray: Avoid call to memcpy with (nullptr, 0) arguments (#18526)
* Avoid call to memcpy with nullptr, 0 arguments

* Add assert to PODArray

* Fix build

* Fix build

* Minor fixes for min/sim hash

* Fix build

* Fix build

* Fix build

* Fix error

* Fix "not actually an error"

* Fix build

* Fix build

* Fix build
2021-01-02 17:07:54 +03:00
alexey-milovidov
19e0e1a403
Merge pull request #17646 from azat/Buffer-memory-tracking
Do not ignore server memory limits during Buffer flush
2021-01-01 18:58:52 +03:00
alexey-milovidov
e88dde3a25
Merge pull request #18677 from amosbird/fix-18676
Fix SimpleAggregateFunction in SummingMergeTree [Cond]
2021-01-01 18:56:09 +03:00
alexey-milovidov
45d3fe696b
Merge pull request #18675 from azat/compressor-cleanup
compressor: remove extra check for seeking of input
2021-01-01 18:53:16 +03:00
alexey-milovidov
db6f45d4c1
Merge pull request #18678 from amosbird/nit
Better linker name matcher
2021-01-01 18:52:14 +03:00
alexey-milovidov
17009ccb98
Update CMakeLists.txt 2021-01-01 18:52:02 +03:00
alexey-milovidov
dbac4e5185
Merge pull request #18679 from ClickHouse/more-robust-docs-release
More robust docs release
2021-01-01 18:50:04 +03:00
Alexey Milovidov
56bbdccccc More robust docs release 2021-01-01 18:49:09 +03:00
alexey-milovidov
bc16624d39
Merge pull request #18674 from traceon/apple-clang-compilation-fix
Fix AppleClang compilation - Remove auto in function parameters
2021-01-01 18:45:08 +03:00
Amos Bird
829e82c27c
better linker name matcher 2021-01-01 14:39:00 +08:00
Amos Bird
6a644b2af1
Fix SimpleAggregateFunction in SummingMergeTree 2 2021-01-01 12:42:22 +08:00
Azat Khuzhin
c0fa2fb6e6 compressor: remove extra check for seeking of input 2020-12-31 22:13:04 +03:00
Azat Khuzhin
ea4c25e7dd Do not ignore server memory limits during Buffer flush
But ignore them during rollback, since it is better to account memory
incorrectly them terminating the server.
2020-12-31 22:10:39 +03:00
Nikita Mikhaylov
4165a58ce4
Merge pull request #11617 from nikitamikhaylov/parallel-parsing-input-format
Parallel formatting
2020-12-31 21:22:16 +04:00
Denis Glazachev
f9d5d3dcd3 Remove auto in function parameters 2020-12-31 20:17:51 +04:00
alexey-milovidov
c2f0451e39
Merge pull request #18362 from ClickHouse/allow_low_cardinality_key_alter
Add ability to change some types for primary key
2020-12-31 15:27:52 +03:00
alexey-milovidov
a2e1f21ef2
Merge pull request #18637 from amosbird/summingsimple
Fix SimpleAggregateFunction in SummingMergeTree
2020-12-31 15:23:26 +03:00
alexey-milovidov
12ad7c31df
Merge pull request #18486 from ClickHouse/better_18167
Better version of #18167
2020-12-31 15:20:03 +03:00
alexey-milovidov
60a902b072
Merge pull request #18642 from ClickHouse/filimonov-build-instuctions-clang-11
Update build instructions for clang-11
2020-12-31 15:17:52 +03:00
alexey-milovidov
970356f13c
Update build.md 2020-12-31 15:17:27 +03:00
alexey-milovidov
8354a07eb7
Merge pull request #18644 from ucasFL/part-log
add query_id column to system.part_log
2020-12-31 15:06:10 +03:00
alexey-milovidov
80ae2b5138
Merge pull request #18656 from ClickHouse/remove-sumbur
Remove sumburConsistentHash function
2020-12-31 14:46:52 +03:00
alexey-milovidov
07411aafd2
Merge pull request #18647 from ClickHouse/remove-getservbyname
Remove useless support for symbolic port names
2020-12-31 14:46:10 +03:00
tavplubix
e525da87ce
Merge pull request #18584 from olgarev/revolg-DOCSUP-4434-MySQL_table_function_supports_INSERTS
DOCSUP-4434: Docs for the INSERT support in mysql function
2020-12-31 12:42:58 +03:00
tavplubix
17bfaa3e6c
Update mysql.md 2020-12-31 12:06:55 +03:00
feng lv
4c2295e69c add query_id column to system.part_log
update
2020-12-31 02:30:13 +00:00
Nikita Mikhaylov
f27aa148e0
Merge branch 'master' into parallel-parsing-input-format 2020-12-31 06:16:43 +04:00
alexey-milovidov
8b98465f10
Merge pull request #17043 from amosbird/countoptimization
Devirtualize -If and vectorize count
2020-12-31 03:34:16 +03:00
alexey-milovidov
81f8ee5fd8
Merge pull request #17569 from vdimir/speedup-apply-cidr-mask-v6
Speedup applyCIDRMask for IPv6
2020-12-31 03:31:43 +03:00
alexey-milovidov
138b029934
Merge pull request #18102 from AnaUvarova/ana-uvarova-DOCSUP-4712-metric-log-transfer
DOCSUP-4712 Transferred metric_log setting to another page
2020-12-31 03:29:21 +03:00
alexey-milovidov
195e43de39
Merge pull request #18537 from azat/heavy-builds-fix
Use RLIMIT_DATA/RLIMIT_AS over RLIMIT_RSS for ENABLE_CHECK_HEAVY_BUILDS
2020-12-31 03:24:12 +03:00
Nikita Mikhaylov
99b4d2f9ba
Merge pull request #18636 from ClickHouse/revert-15316-copier-segfault
Revert "Add some extra tests to copier"
2020-12-31 03:43:51 +04:00
alexey-milovidov
91ca43d04d
Merge pull request #18648 from ClickHouse/send-fatal-logs-in-all-tests
Send fatal logs in all tests
2020-12-31 02:24:41 +03:00
alexey-milovidov
9a2b163db7
Merge pull request #18411 from ClickHouse/try-fix-max_result_rows
Use Port::Data instead of Chunk in LazyOutputFormat.
2020-12-31 02:24:10 +03:00
Alexey Milovidov
aa2e89611d Remove sumburConsistentHash function 2020-12-31 02:22:04 +03:00
alexey-milovidov
5e97df7c29
Merge pull request #18650 from ClickHouse/remove-fa-tr-docs
Remove fa and tr docs
2020-12-31 02:14:53 +03:00
alexey-milovidov
8b05af9b8d
Merge pull request #18646 from ClickHouse/correct-words-parser
More correct words about parser
2020-12-31 02:04:43 +03:00
alexey-milovidov
84d77bfc38
Merge pull request #18385 from ClickHouse/set-join-storage-tables-tsan
Fix TSan report in StorageSet and StorageJoin
2020-12-31 01:58:53 +03:00
Olga Revyakina
52686198e3 Note added, syntax error fixed 2020-12-31 00:49:52 +03:00
Alexey Milovidov
dc320ec68f Remove fa and tr docs 2020-12-30 23:35:16 +03:00
alexey-milovidov
a8f9eade19
Merge pull request #18095 from spongedu/support_show_create_view
Support show create view syntax
2020-12-30 23:15:12 +03:00