Alexey Milovidov
|
fc27be314b
|
Avoid temporary nullptr references [#CLICKHOUSE-2]
|
2018-09-02 06:00:04 +03:00 |
|
Alexey Milovidov
|
f97d9e8f3f
|
Fixed build #2957
|
2018-09-02 03:25:33 +03:00 |
|
Alexey Milovidov
|
f7107f12b4
|
Merge branch 'master' into extra-warnings
|
2018-09-02 03:13:36 +03:00 |
|
alexey-milovidov
|
16dc142a05
|
Merge pull request #3017 from yandex/ubsan-fixes
Fixes for UBSan.
|
2018-09-02 03:12:20 +03:00 |
|
Alexey Milovidov
|
c75cc14703
|
Fixed error in UBSan [#CLICKHOUSE-2]
|
2018-09-01 23:28:46 +03:00 |
|
Alexey Milovidov
|
751cf62262
|
Added documentation for CurrentMetrics #3010
|
2018-09-01 22:51:38 +03:00 |
|
alexey-milovidov
|
64b48b5fcf
|
Merge pull request #2907 from zhang2014/feature/support_join_for_table_function
ISSUES-2906 support join for table function
|
2018-09-01 20:49:49 +03:00 |
|
alexey-milovidov
|
889e060993
|
Merge pull request #3006 from VadimPE/CLICKHOUSE-1660
CLICKHOUSE-1660 Added duplicated columns removal in USING(...)
|
2018-09-01 20:43:54 +03:00 |
|
Alexey Milovidov
|
8f54125884
|
Minor modifications #2808
|
2018-09-01 06:17:43 +03:00 |
|
alexey-milovidov
|
6d5092518f
|
Merge pull request #2808 from chenxing-xc/master
Aligned aggregate state #2754
|
2018-09-01 05:38:11 +03:00 |
|
VadimPE
|
db8e63ff67
|
CLICKHOUSE-1660 Added duplicated columns removal in USING(...)
|
2018-08-31 13:00:46 +03:00 |
|
alexey-milovidov
|
a05cdfbb45
|
Merge branch 'master' into extra-warnings
|
2018-08-31 03:03:44 +03:00 |
|
Alexey Milovidov
|
0c6c1e83a3
|
Avoid excessive padding in Pretty formats [#CLICKHOUSE-2]
|
2018-08-31 02:34:12 +03:00 |
|
Alexey Milovidov
|
5df5df8971
|
utils/check-style/check-style -n
|
2018-08-31 00:13:34 +03:00 |
|
alexey-milovidov
|
3b8e3c854c
|
Merge pull request #3000 from proller/fix3
CLICKHOUSE-3940 Fix crash on join
|
2018-08-30 22:52:59 +03:00 |
|
alexey-milovidov
|
f22b12b698
|
Update Join.cpp
|
2018-08-30 22:52:28 +03:00 |
|
Alexey Milovidov
|
76eaacf1be
|
Fixed tests in Sandbox [#CLICKHOUSE-2]
|
2018-08-30 22:27:36 +03:00 |
|
proller
|
81960a2690
|
CLICKHOUSE-3940 Fix crash on join
|
2018-08-30 18:44:30 +03:00 |
|
VadimPE
|
5551f2902c
|
CLICKHOUSE-1660
|
2018-08-30 15:32:11 +03:00 |
|
alexey-milovidov
|
b05c62be9f
|
Merge pull request #2994 from CurtizJ/CLICKHOUSE-3935
ClickHouse-3935 Fix bug with qualified columns in where clause
|
2018-08-30 15:01:47 +03:00 |
|
alexey-milovidov
|
2e22a14c5c
|
Merge pull request #2997 from VadimPE/fix_exception_message
Fix error message in exception message for DROP TABLE/PARTITION
|
2018-08-30 14:19:58 +03:00 |
|
VadimPE
|
81893ae577
|
Fix error message
|
2018-08-30 12:33:31 +03:00 |
|
CurtizJ
|
764aa70d04
|
fix bug with quailified columns in where clause
|
2018-08-30 01:09:04 +03:00 |
|
CurtizJ
|
b43d403815
|
Revert "fix bug with quailified columns in where clause"
This reverts commit e007fd2b9e .
|
2018-08-30 01:04:45 +03:00 |
|
CurtizJ
|
e007fd2b9e
|
fix bug with quailified columns in where clause
|
2018-08-29 22:45:29 +03:00 |
|
alexey-milovidov
|
794b4d30a8
|
Merge pull request #2989 from yandex/fix-context-lifetime-try-2-quick
Fix lifetime of Context reference in functions (first quick variant) …
|
2018-08-29 21:32:48 +03:00 |
|
alexey-milovidov
|
07408490b6
|
Merge pull request #2982 from VadimPE/CLICKHOUSE-3934
CLICKHOUSE-3934 add join_default_strictness
|
2018-08-29 21:32:03 +03:00 |
|
alexey-milovidov
|
b99bf0c558
|
Update Settings.h
|
2018-08-29 21:27:41 +03:00 |
|
Alexey Milovidov
|
3361247126
|
Fix lifetime of Context reference in functions (first quick variant) [#CLICKHOUSE-2]
|
2018-08-29 18:36:24 +03:00 |
|
Alexey Milovidov
|
4ebfaa768e
|
Miscellaneous [#CLICKHOUSE-2]
|
2018-08-29 18:16:34 +03:00 |
|
VadimPE
|
f253719eac
|
CLICKHOUSE-3934 add SettingsJoinStrictness
|
2018-08-29 18:15:42 +03:00 |
|
Alexey Milovidov
|
697067f207
|
Fix lifetime of Context reference in functions (first quick variant) [#CLICKHOUSE-2]
|
2018-08-29 17:59:08 +03:00 |
|
VadimPE
|
d626ae11a7
|
CLICKHOUSE-3934
|
2018-08-29 16:54:43 +03:00 |
|
Vadim Plakhtinskiy
|
f0c16900aa
|
CLICKHOUSE-3934 fix bug with CROSS JOIN
|
2018-08-29 16:51:07 +03:00 |
|
chertus
|
a69c936b44
|
improve field visitors for UUID CLICKHOUSE-3249
|
2018-08-29 14:58:40 +03:00 |
|
Alexey Milovidov
|
2581d88f0e
|
Better error message: avoid confusion when column is named a [#CLICKHOUSE-3]
|
2018-08-28 23:39:18 +03:00 |
|
Alexey Milovidov
|
f45afa37a8
|
Miscellaneous [#CLICKHOUSE-3]
|
2018-08-28 21:25:40 +03:00 |
|
Vadim
|
9a0802f5bd
|
fix documentation
|
2018-08-28 17:52:27 +03:00 |
|
Vadim
|
98abde8480
|
Update ExpressionAnalyzer.cpp
|
2018-08-28 17:41:15 +03:00 |
|
Vadim
|
096b5e6a9d
|
Update ExpressionAnalyzer.cpp
|
2018-08-28 17:40:07 +03:00 |
|
Vadim
|
564ddbf8d8
|
Update ExpressionAnalyzer.cpp
|
2018-08-28 17:33:57 +03:00 |
|
Vadim
|
a8c1199ad4
|
Merge branch 'master' into CLICKHOUSE-3934
|
2018-08-28 17:06:17 +03:00 |
|
VadimPE
|
398d38eead
|
CLICKHOUSE-3934 add join_default_strictness
|
2018-08-28 16:57:31 +03:00 |
|
Alexey Milovidov
|
74fee0dc98
|
Enabling -Wshadow [#CLICKHOUSE-2]
|
2018-08-27 21:20:58 +03:00 |
|
Alexey Milovidov
|
a3cd1ea8cb
|
Enabling -Wshadow [#CLICKHOUSE-2]
|
2018-08-27 21:16:32 +03:00 |
|
Alexey Milovidov
|
0d02315778
|
Enabling -Wshadow [#CLICKHOUSE-2]
|
2018-08-27 21:07:17 +03:00 |
|
Alexey Milovidov
|
3efffba44e
|
Enabling -Wshadow [#CLICKHOUSE-2]
|
2018-08-27 21:05:28 +03:00 |
|
Alexey Milovidov
|
956f76e000
|
Enabling -Wshadow [#CLICKHOUSE-2]
|
2018-08-27 20:58:43 +03:00 |
|
Alexey Milovidov
|
5b257c588f
|
Enabling -Wshadow [#CLICKHOUSE-2]
|
2018-08-27 20:42:13 +03:00 |
|
Alexey Milovidov
|
6e18af7ed3
|
Enabling -Wshadow [#CLICKHOUSE-2]
|
2018-08-27 20:18:14 +03:00 |
|