Nikolai Kochetov
|
5fea34d0e1
|
Use Resize instead of Concat in InterpreterInsertQuery.
|
2020-06-05 12:30:16 +03:00 |
|
Artem Zuikov
|
1b91dd8ea0
|
better error for USING key (#11404)
|
2020-06-03 13:50:15 +03:00 |
|
Ruslan
|
7757c9ec57
|
Remove arithmetic operations from aggregation functions (#10047)
|
2020-06-03 13:28:30 +03:00 |
|
Alexander Kuzmenkov
|
c7d9094a7a
|
Merge pull request #11259 from ClickHouse/consistent_metadata3
More consistent metadata for secondary indices
|
2020-06-03 12:23:21 +03:00 |
|
Ilya Yatsishin
|
4b2e92bb40
|
Merge pull request #11389 from 4ertus2/bugs
Fix logical error in joinGet()
|
2020-06-03 07:49:03 +03:00 |
|
Artem Zuikov
|
7e7aea0ddb
|
better errors for joinGet()
|
2020-06-02 23:26:41 +03:00 |
|
alexey-milovidov
|
9b07989954
|
Merge pull request #11348 from ClickHouse/lazy-database-segfault-2
Fix potential segfault when using Lazy database.
|
2020-06-02 16:37:23 +03:00 |
|
Nikolai Kochetov
|
9a283de670
|
Merge pull request #11339 from ClickHouse/remove-experimantal-use-processors-flag-5
Remove some streams.
|
2020-06-02 14:46:02 +03:00 |
|
alesapin
|
1ab3047201
|
Merge branch 'master' into consistent_metadata3
|
2020-06-02 10:37:12 +03:00 |
|
Nikolai Kochetov
|
45a1db7a80
|
Try fix tets.
|
2020-06-02 08:16:45 +03:00 |
|
Alexey Milovidov
|
a6bf4b5d70
|
Fix error with Lazy database
|
2020-06-02 05:06:16 +03:00 |
|
Alexey Milovidov
|
bdfa552844
|
Fix nullptr dereference in SYSTEM query and Lazy database
|
2020-06-02 04:53:32 +03:00 |
|
Nikolai Kochetov
|
53d12f5ab8
|
Try fix build.
|
2020-06-01 20:06:21 +03:00 |
|
Nikolai Kochetov
|
325393d340
|
Try fix build.
|
2020-06-01 19:58:36 +03:00 |
|
Nikolai Kochetov
|
3a0acb00c1
|
Remove some streams.
|
2020-06-01 19:31:06 +03:00 |
|
alexey-milovidov
|
19c6e0e5ae
|
Merge pull request #11307 from ClickHouse/remove-system-tables-lazy-load
Remove "system_tables_lazy_load" option
|
2020-06-01 16:26:23 +03:00 |
|
alesapin
|
254d55f2ab
|
Better method name
|
2020-06-01 15:02:36 +03:00 |
|
alesapin
|
663e92b1c5
|
Rename to methods
|
2020-06-01 14:29:11 +03:00 |
|
alesapin
|
3847ea892d
|
Merge branch 'master' into consistent_metadata3
|
2020-06-01 13:17:59 +03:00 |
|
Artem Zuikov
|
9028a25f3c
|
more types in ASOF JOIN (#11301)
|
2020-06-01 12:38:46 +03:00 |
|
alexey-milovidov
|
9984e989c1
|
Merge pull request #11317 from ClickHouse/logger-fmt-2
Preparation for structured logging
|
2020-06-01 00:11:29 +03:00 |
|
alexey-milovidov
|
a8f5b10f15
|
Merge pull request #10621 from azat/enable_optimize_predicate_expression-order
Fix predicates optimization for distributed queries with HAVING
|
2020-05-31 18:55:35 +03:00 |
|
Alexey Milovidov
|
87cf123ef8
|
Merge branch 'master' into remove-system-tables-lazy-load
|
2020-05-31 18:06:08 +03:00 |
|
Alexey Milovidov
|
85537d7b94
|
Miscellaneous changes for SystemLogs
|
2020-05-31 17:38:02 +03:00 |
|
alexey-milovidov
|
bebc6f82fc
|
Merge pull request #10678 from livace/add_geo_types
Add geo data types Point and Polygon
|
2020-05-31 17:25:15 +03:00 |
|
alexey-milovidov
|
97d9f218af
|
Merge pull request #11296 from ClickHouse/fix-false-too-slow
Fix bug with Throttler and query speed estimation
|
2020-05-31 14:18:29 +03:00 |
|
Alexey Milovidov
|
25f941020b
|
Remove namespace pollution
|
2020-05-31 00:57:37 +03:00 |
|
Alexey Milovidov
|
5aff138956
|
Preparation for structured logging
|
2020-05-31 00:35:52 +03:00 |
|
alexey-milovidov
|
3eea042d16
|
Merge pull request #11243 from ClickHouse/remove-experimental-use-processors-flag-4
Remove some code.
|
2020-05-30 21:05:14 +03:00 |
|
Alexey Milovidov
|
421a62e978
|
Merge branch 'master' into fix-false-too-slow
|
2020-05-30 19:36:55 +03:00 |
|
Alexey Ilyukhov
|
3b78b010e5
|
Add empty line
|
2020-05-30 18:30:09 +03:00 |
|
Alexey Ilyukhov
|
b84c8fcbd8
|
Add allow_experimental_geo_types; add test
|
2020-05-30 18:26:19 +03:00 |
|
Alexey Milovidov
|
496fed5ed3
|
Remove "system_tables_lazy_load" option
|
2020-05-30 17:24:09 +03:00 |
|
Alexey Milovidov
|
e4a329a47f
|
Checking max execution speed on all nodes #5732
|
2020-05-29 23:37:37 +03:00 |
|
tavplubix
|
a4e40fb5f2
|
Merge pull request #11269 from ClickHouse/add_context_to_idatabase_methods
Add context to IDatabase methods
|
2020-05-29 21:15:35 +03:00 |
|
alexey-milovidov
|
1abaca5174
|
Merge pull request #11276 from ClickHouse/fix-constraints-and-insert-performance
Fix constraints for DEFAULT fields; fix constraints for temporary tables; improve performance of INSERT for small blocks.
|
2020-05-29 20:04:59 +03:00 |
|
Anton Popov
|
e6a9a33010
|
Merge pull request #11183 from ClickHouse/consistent_metadata2
Refactor TTLs metadata (move them to IStorage).
|
2020-05-29 20:00:11 +03:00 |
|
Nikolai Kochetov
|
f7e0e87c7d
|
Try fix tests.
|
2020-05-29 19:35:09 +03:00 |
|
alexey-milovidov
|
304c6a1ee3
|
Merge pull request #11278 from vitlibar/fix-crash-set-default-role-with-wrong-args
Fix crash when SET DEFAULT ROLE is called with wrong arguments.
|
2020-05-29 16:24:42 +03:00 |
|
Nikolai Kochetov
|
bd814d83de
|
Try fix tests.
|
2020-05-29 16:04:03 +03:00 |
|
alesapin
|
748e8fbfc3
|
Merge with master
|
2020-05-29 14:03:11 +03:00 |
|
alesapin
|
0170250c5e
|
Merge branch 'master' into consistent_metadata2
|
2020-05-29 13:48:09 +03:00 |
|
Nikolai Kochetov
|
bbb57b7789
|
Try fix tests.
|
2020-05-29 13:31:19 +03:00 |
|
Vitaly Baranov
|
2d12b4d3ac
|
Fix crash when SET DEFAULT ROLE is called with wrong arguments.
|
2020-05-29 09:54:27 +03:00 |
|
Alexey Milovidov
|
23d7947549
|
Fix constraints for DEFAULT fields; fix constraints for temporary tables; improve performance of INSERT for small blocks
|
2020-05-29 05:08:48 +03:00 |
|
Alexander Tokmakov
|
c071e0a473
|
add context to DatabaseCatalog methods
|
2020-05-29 02:01:18 +03:00 |
|
Alexander Tokmakov
|
3cff070f89
|
add context to IDatabase methods
|
2020-05-28 23:10:45 +03:00 |
|
Vitaly Baranov
|
d7cc703233
|
Merge pull request #11080 from vitlibar/add-authentication-type-to-system-users
Show authentication type in system.users table
|
2020-05-28 20:20:41 +03:00 |
|
alesapin
|
860dc2c814
|
Merge with consistent_metadata2
|
2020-05-28 19:45:51 +03:00 |
|
Nikolai Kochetov
|
534e55f5b5
|
try fix tests.
|
2020-05-28 19:01:12 +03:00 |
|