Artem Zuikov
d573005b04
place left join keys in before_join actions
2020-06-26 02:10:37 +03:00
Artem Zuikov
9637dad462
keep ArrayJoin optimisation
2020-06-25 23:59:10 +03:00
Artem Zuikov
2d7d389b77
better ExpressionAction::execute()
2020-06-25 23:28:41 +03:00
Artem Zuikov
bfe30a9723
remove a trick with expression continuation
2020-06-25 22:26:03 +03:00
Artem Zuikov
0e49a9ed4d
fix crash
2020-06-25 21:44:05 +03:00
Artem Zuikov
ae5ed098f4
remove useless logic
2020-06-25 21:18:27 +03:00
Artem Zuikov
801efc387a
extract JOIN in own plan step
2020-06-25 20:40:25 +03:00
tavplubix
0260358253
Merge pull request #11934 from ClickHouse/fix_some_logical_errors
...
Fix some logical errors
2020-06-25 14:20:58 +03:00
alesapin
e5fc792d6b
Merge pull request #11919 from ClickHouse/fix_unitialized_memory
...
Fix unitialized memory
2020-06-25 12:16:00 +03:00
alesapin
78ddeff1bc
Merge pull request #11920 from vitlibar/access-check-fix-using-current-database
...
Fix using current database while checking access rights.
2020-06-25 11:56:15 +03:00
Alexander Kuzmenkov
5bf30b1c1f
Merge pull request #11931 from ClickHouse/aku/local-tmp
...
Put clickhouse-local data to /tmp by default
2020-06-25 10:06:38 +03:00
Alexander Kuzmenkov
593a0181bd
Merge pull request #11616 from ClickHouse/aku/perf-benchmark
...
Add concurrent benchmark to performance test
2020-06-25 09:36:52 +03:00
Alexander Kuzmenkov
58747df00c
Update docker/test/performance-comparison/perf.py
2020-06-25 09:35:21 +03:00
Alexander Kuzmenkov
4a8349cad9
Less layers in docker file
2020-06-25 09:26:10 +03:00
Alexander Kuzmenkov
63a8a8453a
Less layers in docker file
2020-06-25 09:23:25 +03:00
tavplubix
64aebb258e
Update 00945_bloom_filter_index.sql
2020-06-25 02:35:07 +03:00
Alexander Kuzmenkov
579b13ab71
fixpu
2020-06-25 01:07:01 +03:00
Ivan Blinkov
3e6da7d793
Update features.html
2020-06-24 23:55:42 +03:00
Alexander Tokmakov
a6b7010531
fix some logical errors
2020-06-24 23:51:17 +03:00
alexey-milovidov
cd7382abf2
Merge pull request #11897 from azat/jemalloc-darwin
...
Fix jemalloc under OSX (by registering it as default zone explicitly)
2020-06-24 23:06:07 +03:00
alexey-milovidov
3e3ac66349
Merge pull request #11922 from bharatnc/ncb/remove-unused-headers
...
remove unused headers
2020-06-24 22:19:11 +03:00
Alexander Kuzmenkov
c678708c0c
Put clickhouse-local data to /tmp by default
...
This fixes https://github.com/ClickHouse/ClickHouse/issues/9848
Also fixes https://github.com/ClickHouse/ClickHouse/issues/11926
2020-06-24 22:03:28 +03:00
Artem Zuikov
2391ac22b7
Rewrite arithmetic in aggregate functions optimisation ( #11899 )
2020-06-24 21:49:55 +03:00
Azat Khuzhin
236cac3d52
Fix jemalloc under OSX (by registering it as default zone explicitly)
...
In case of OSX jemalloc register itself as a default zone allocator.
But when you link statically then zone_register() will not be called,
and even will be optimized out:
$ nm clickhouse.patched | grep -c zone_register
0
Fix this, by manually calling it.
v2: extern C
2020-06-24 21:05:35 +03:00
alexey-milovidov
2ce2588770
Merge pull request #11916 from ClickHouse/query-parameters-keep-alias
...
Keep aliases for substitutions in query.
2020-06-24 20:27:15 +03:00
alesapin
e7ff0cb8e4
Update pvs-studio version
2020-06-24 20:02:25 +03:00
Bharat Nallan
3d23c51d6a
Merge https://github.com/ClickHouse/ClickHouse into ncb/remove-unused-headers
2020-06-24 09:16:46 -07:00
Alexander Kuzmenkov
ce36da838c
for the love of God just update this container already, i'm begging you
2020-06-24 19:12:05 +03:00
alesapin
63f8f89ca0
bump CI
2020-06-24 19:06:01 +03:00
Alexander Kuzmenkov
3255a37b9f
Do not update PVS Studio docker automatically.
...
They keep removing the old image every couple of weeks, and the entire
docker update fails.
2020-06-24 18:55:49 +03:00
alesapin
cecf397057
Better github-hook
2020-06-24 17:48:43 +03:00
Vitaly Baranov
29a9d4187f
Fix using current database while checking access rights.
2020-06-24 17:31:05 +03:00
alesapin
08f5ed6da3
Fix unitialized memory
2020-06-24 17:12:44 +03:00
Alexey Milovidov
c7d6d531f5
Added a test
2020-06-24 16:20:39 +03:00
Alexander Kuzmenkov
751319d0ef
show build commands
2020-06-24 16:16:54 +03:00
Alexey Milovidov
cd34cacee2
Keep alias after substitution of query parameters #11914
2020-06-24 16:14:04 +03:00
Alexander Kuzmenkov
2da7b356ab
Merge pull request #11668 from bharatnc/bnc/config-max-num-threads
...
max_thread_pool_size setting for changing max Threads in Global Thread Pool
2020-06-24 16:11:21 +03:00
Ivan Blinkov
ff1248cd28
[docs] extra F.A.Q. content ( #11898 )
...
* more content for F.A.Q.
* more content
* normalize
* more content
* maybe fix the docs check
* absolute img urls
* fix tests
2020-06-24 15:59:19 +03:00
Eugene Klimov
b508f7b77b
update SELECT description ( #11907 )
...
Signed-off-by: Slach <bloodjazman@gmail.com>
2020-06-24 15:58:31 +03:00
Nikolai Kochetov
f7f16fdbf7
Merge pull request #11895 from ClickHouse/fix-nullable-prewhere-type-3
...
Fix nullable prewhere type 3
2020-06-24 14:32:08 +03:00
Alexey Milovidov
f113140fc0
Remove already fixed bug
2020-06-24 13:36:46 +03:00
alexey-milovidov
18eb141ea1
Merge pull request #11715 from azat/dist-optimize_skip_unused_shards-fixes
...
Control nesting level for shards skipping and disallow non-deterministic functions
2020-06-24 12:54:58 +03:00
alexey-milovidov
c2fba5179b
Merge pull request #11875 from ClickHouse/fix-fpe-datetime64
...
Fix strange and wrong code around DateTime64
2020-06-24 12:54:04 +03:00
alexey-milovidov
21a330bf88
Merge pull request #11894 from ClickHouse/clickhouse-android
...
Allow ClickHouse to run on Android
2020-06-24 12:52:34 +03:00
alexey-milovidov
036dfc1c27
Merge pull request #11904 from Vxider/remove_unused_code
...
Remove unused code
2020-06-24 12:25:50 +03:00
Vxider
c118f806ed
Remove unused code
2020-06-24 16:56:31 +08:00
tavplubix
2401bc9143
Merge pull request #11896 from ClickHouse/merging_drop_replica
...
Merging #10679
2020-06-24 11:42:39 +03:00
Ivan Blinkov
c1c2eed661
sync with goals
2020-06-24 11:06:30 +03:00
bharatnc
4f10873c22
cleanup few unused headers
...
The following files had some unused headers and caught my eyes, so
cleaning them up:
```bash
programs/obfuscator/Obfuscator.cpp
src/Databases/DatabaseAtomic.cpp
```
2020-06-23 22:08:05 -07:00
Artem Zuikov
92016e8bfb
Fix if function with NULLs ( #11807 )
2020-06-24 00:06:32 +03:00