Vitaly Baranov
|
c3161b7610
|
Add DCL to manage row policies.
|
2019-12-19 18:40:21 +03:00 |
|
Vitaly Baranov
|
6baccb963d
|
Add functions currentRowPolicies() and system table 'system.row_policies'.
|
2019-12-19 18:40:15 +03:00 |
|
Vitaly Baranov
|
9f5ab54fc2
|
Rework RowPolicy based on IAccessEntity.
|
2019-12-19 13:37:02 +03:00 |
|
Nikolai Kochetov
|
5f3d7cace4
|
Merge pull request #7898 from apbodrov/avg_weighted
avgWeighted
|
2019-12-19 12:56:38 +03:00 |
|
alesapin
|
7b392d4e89
|
Merge pull request #8275 from ClickHouse/fix_range_dictionaries_ddl
DDL dictionaries Range fix
|
2019-12-19 12:54:39 +03:00 |
|
Amos Bird
|
630ef97854
|
Allow table identifier as the first arg to joinGet (#7707)
|
2019-12-18 23:36:51 +03:00 |
|
alexey-milovidov
|
f5a16b1229
|
Update KeyCondition.cpp
|
2019-12-18 22:04:33 +03:00 |
|
alexey-milovidov
|
b5cab7c721
|
Update KeyCondition.cpp
|
2019-12-18 22:03:57 +03:00 |
|
Alexey Milovidov
|
90795b7d4b
|
Added asserts to KeyCondition while evaluating RPN
|
2019-12-18 22:00:09 +03:00 |
|
alexey-milovidov
|
11db8b2b50
|
Merge pull request #8276 from ClickHouse/tid-preparation
Minimal change in preparation for #7477
|
2019-12-18 21:33:55 +03:00 |
|
Alexey Milovidov
|
d0073ac7cf
|
Minimal change in preparation for #7477
|
2019-12-18 19:47:51 +03:00 |
|
alesapin
|
742caced3f
|
Add ability to work with different types besides Date in RangeHashed external dictionary created from DDL query.
|
2019-12-18 19:26:46 +03:00 |
|
Vasily Nemkov
|
6802025eb6
|
Fixed crash in now64() when it argument is a result of function call.
|
2019-12-18 17:51:35 +03:00 |
|
Andrei Bodrov
|
6ffa542c4c
|
fix build
|
2019-12-18 15:01:07 +03:00 |
|
Andrei Bodrov
|
cbcc7482ff
|
fix after merge
|
2019-12-18 13:05:22 +03:00 |
|
Andrei Bodrov
|
5ae834d153
|
fix conflict
|
2019-12-18 13:02:04 +03:00 |
|
Alexey Milovidov
|
6d58d85579
|
Fixed warnings
|
2019-12-18 08:12:03 +03:00 |
|
alexey-milovidov
|
a7384b4d07
|
Merge branch 'master' into MoreGCCWarnings
|
2019-12-18 02:01:39 +03:00 |
|
alexey-milovidov
|
06d124c073
|
Merge pull request #8229 from hczhcz/patch-2
Optimize rounding functions
|
2019-12-18 02:00:14 +03:00 |
|
alexey-milovidov
|
b2fcaff0dc
|
Merge pull request #8252 from 4ertus2/bugs
Fix crash in FULL JOIN with LowCard in key (attempt 2)
|
2019-12-18 01:58:56 +03:00 |
|
alexey-milovidov
|
c9887ccadc
|
Merge pull request #8250 from ClickHouse/no_mutation_number_by_default
No mutation number by default
|
2019-12-18 01:58:21 +03:00 |
|
Alexander Kuzmenkov
|
89a2ec3944
|
Check Field type in get(). (#7386)
Allow silent conversion only between Int64 and UInt64.
|
2019-12-17 23:48:33 +03:00 |
|
alexey-milovidov
|
abd7e52272
|
Update S3Common.cpp
|
2019-12-17 18:38:50 +03:00 |
|
chertus
|
d7a2f45299
|
Fix crash in FULL JOIN with LowCard in key (attempt 2)
|
2019-12-17 18:02:42 +03:00 |
|
Pervakov Grigory
|
bdb9156843
|
Attach AWS SDK logging to CH logging system
|
2019-12-17 17:25:18 +03:00 |
|
Andrei Bodrov
|
3a7384b585
|
AvgData
|
2019-12-17 17:00:40 +03:00 |
|
alesapin
|
b2979546c3
|
Fix mutation number by default
|
2019-12-17 15:23:17 +03:00 |
|
Alexander Kuzmenkov
|
94b98e7f29
|
Set: initialize filter for Null values as well. (#8235)
Found with MemorySanitizer.
|
2019-12-17 13:20:04 +03:00 |
|
Alexander Kuzmenkov
|
8b1dae3f3d
|
Fix some implicit Field casts (#8209)
|
2019-12-17 13:19:21 +03:00 |
|
alesapin
|
3ad6b482ab
|
Merge pull request #8127 from ClickHouse/restrictions_for_external_dictionaries_from_ddl
Add restrictions for several sources of external dictionaries
|
2019-12-17 12:18:39 +03:00 |
|
Olga Khvostikova
|
b47863a0c6
|
Fix segfault in table function file while inserting into it (#8177)
* Fix segfault in table function file while inserting into it
|
2019-12-17 11:06:39 +03:00 |
|
hcz
|
dabaef2836
|
Fix correctness
|
2019-12-17 10:57:11 +08:00 |
|
kreuzerkrieg
|
9612bb0e79
|
More GCC warnings
|
2019-12-16 23:19:50 +02:00 |
|
alesapin
|
a2180b0bb3
|
Merge branch 'master' into restrictions_for_external_dictionaries_from_ddl
|
2019-12-16 23:07:16 +03:00 |
|
alexey-milovidov
|
fcca420e91
|
Merge pull request #8231 from ClickHouse/enabling_values_optimization_by_default
Enable Values optimization by default
|
2019-12-16 22:13:50 +03:00 |
|
Alexey Milovidov
|
0bc1c6d91d
|
Changes after review of #8034
|
2019-12-16 21:51:42 +03:00 |
|
Alexey Milovidov
|
0042c8271e
|
Changes after review of #8034
|
2019-12-16 21:41:51 +03:00 |
|
alexey-milovidov
|
12b3dcdcb8
|
Merge pull request #8034 from hombit/h3support
h3 functions required for circle search
|
2019-12-16 21:35:19 +03:00 |
|
alexey-milovidov
|
ed942ce29c
|
Update h3kRing.cpp
|
2019-12-16 21:34:51 +03:00 |
|
Konstantin Malanchev
|
f0b6a540ec
|
Fix style of registerFunctionsGeo.cpp
|
2019-12-16 20:46:39 +03:00 |
|
Konstantin Malanchev
|
590627a658
|
Add h3EdgeAngle function
|
2019-12-16 20:46:39 +03:00 |
|
Konstantin Malanchev
|
1c1794d3d8
|
Add h3EdgeLengthM function
|
2019-12-16 20:46:38 +03:00 |
|
Konstantin Malanchev
|
9937fc7ff9
|
Add h3kRing function
|
2019-12-16 20:46:38 +03:00 |
|
Alexander Tokmakov
|
9e566d997e
|
fix insert select from mysql(...)
|
2019-12-16 17:28:44 +03:00 |
|
hcz
|
a563ad0b21
|
Optimize rounding functions
|
2019-12-16 18:39:35 +08:00 |
|
Alexander Tokmakov
|
cab852dd0e
|
enable values optimization by default
|
2019-12-16 12:25:31 +03:00 |
|
alexey-milovidov
|
bf1414cc76
|
Merge pull request #8225 from ClickHouse/tcmalloc-deprecate
Deprecate tcmalloc
|
2019-12-16 03:20:56 +03:00 |
|
Alexey Milovidov
|
952351a033
|
Fixed build after merge
|
2019-12-16 02:54:56 +03:00 |
|
alexey-milovidov
|
575984b4a0
|
Merge pull request #8189 from ClickHouse/regions-more-languages
More languages for regions
|
2019-12-16 02:47:20 +03:00 |
|
alexey-milovidov
|
d0ef4b6b96
|
Merge branch 'master' into more-accurate-using-load-reload
|
2019-12-16 02:42:45 +03:00 |
|