Nikolai Kochetov
|
ed555c5e52
|
Disable processorsw by default.
|
2019-11-07 12:35:37 +03:00 |
|
Nikolai Kochetov
|
da07018a1a
|
Update memory limit for external aggregation test.
|
2019-11-06 21:11:06 +03:00 |
|
Nikolai Kochetov
|
3f8cc216a8
|
Update memory limit for external aggregation test.
|
2019-11-06 19:50:19 +03:00 |
|
Nikolai Kochetov
|
a34023192d
|
Fix limits for pipe.
|
2019-11-06 14:36:33 +03:00 |
|
Nikolai Kochetov
|
86a9c2b98e
|
Try to fix tests.
|
2019-11-06 12:45:47 +03:00 |
|
Nikolai Kochetov
|
055f21c9b7
|
Less wrappers for procesors pipeline.
|
2019-11-05 20:33:03 +03:00 |
|
Nikolai Kochetov
|
a0e9f9fdcf
|
Skip empty totals in SourceFromInputStream.
|
2019-11-05 15:50:47 +03:00 |
|
Nikolai Kochetov
|
abccddb6b9
|
Check number of rows in OneBlockInputStream.
|
2019-11-05 12:26:23 +03:00 |
|
Nikolai Kochetov
|
575eabd4ff
|
Add flag to set that set is created.
|
2019-11-01 16:56:33 +03:00 |
|
Nikolai Kochetov
|
388bbb950b
|
Add flag to set that set is created.
|
2019-11-01 14:03:35 +03:00 |
|
Nikolai Kochetov
|
1f7a798c97
|
Add flag to set that set is created.
|
2019-11-01 13:58:29 +03:00 |
|
Nikolai Kochetov
|
ddcbc2f9d3
|
Enable processors by default.
|
2019-11-01 12:45:33 +03:00 |
|
Nikolai Kochetov
|
5bb47e2484
|
Merge pull request #7181 from ClickHouse/processors-and-storages
Processors and storages
|
2019-11-01 12:04:49 +03:00 |
|
alexey-milovidov
|
30b2d85fb0
|
Merge pull request #7501 from amosbird/parser2
Some parser improvements.
|
2019-10-31 23:48:14 +03:00 |
|
Vitaly Baranov
|
56011d4649
|
Merge pull request #7553 from vitlibar/add-constraints-columns-to-table-system-settings
Add constraints columns to table system.settings
|
2019-10-31 19:06:46 +03:00 |
|
Amos Bird
|
4aff9a20c6
|
Better parser
|
2019-10-31 23:22:48 +08:00 |
|
Nikolai Kochetov
|
be1ccaa890
|
Fix clang build.
|
2019-10-31 16:18:21 +03:00 |
|
Nikolai Kochetov
|
18378417df
|
Fix build.
|
2019-10-31 14:48:35 +03:00 |
|
Nikolai Kochetov
|
a80338e066
|
Merged with master
|
2019-10-31 14:41:29 +03:00 |
|
Nikolai Kochetov
|
a38124c68e
|
Review fixes.
|
2019-10-31 14:32:24 +03:00 |
|
Vitaly Baranov
|
272608762e
|
Fix comment.
|
2019-10-31 11:45:14 +03:00 |
|
Vitaly Baranov
|
5601d6ae66
|
Add constraints columns to table system.settings
|
2019-10-31 01:45:57 +03:00 |
|
alexey-milovidov
|
0d2a2c332f
|
Merge pull request #7366 from achimbab/fixbug_inop
Made IN operator support Array(LowCardinality(Nullable(String)))
|
2019-10-31 00:26:22 +03:00 |
|
alexey-milovidov
|
88d43488e1
|
Merge pull request #7412 from 4ertus2/strange
merge_max_block_size in settings
|
2019-10-31 00:24:43 +03:00 |
|
alexey-milovidov
|
883c868b36
|
Merge pull request #7523 from ClickHouse/fix-thread-context-attach
Disable context replacement for internal queries
|
2019-10-31 00:07:13 +03:00 |
|
alexey-milovidov
|
8cfc70aad0
|
Merge pull request #7551 from ClickHouse/merge-fast-count
Improvements for fast count() after #7510
|
2019-10-30 23:55:58 +03:00 |
|
alexey-milovidov
|
bb75c7469a
|
Merge pull request #7545 from ClickHouse/fix_only_tuple_columns
Fix only tuple columns in table.
|
2019-10-30 23:34:23 +03:00 |
|
proller
|
0006f2a370
|
Fix build without submodules (#7295)
* Build fixes
* fix
* Fix
* fix
* Fix install(export..
* Freebsd fixes
* Freebsd fixes
* Fix warning
* fix
* More PRIVATE linking
* Fix review
* Timmy
* Timmy
* fix
* Try fix jemalloc link
* style
|
2019-10-30 23:34:06 +03:00 |
|
Alexey Milovidov
|
fe73354320
|
Improvements after #7510
|
2019-10-30 22:15:55 +03:00 |
|
Amos Bird
|
4609ca3189
|
Enable bracketed paste if possible
|
2019-10-31 02:33:45 +08:00 |
|
alexey-milovidov
|
ddb58eeb8b
|
Merge pull request #7510 from amosbird/smartcount
Instant count() for MergeTree
|
2019-10-30 20:42:00 +03:00 |
|
alesapin
|
e2424bda4c
|
Fix style
|
2019-10-30 19:00:40 +03:00 |
|
alesapin
|
7f4e982d13
|
Add tests
|
2019-10-30 17:51:30 +03:00 |
|
alesapin
|
2b5ef8bdef
|
Fix bug when table contains only tuple columns
|
2019-10-30 17:50:59 +03:00 |
|
Artem Zuikov
|
0f68c5a12a
|
Merge pull request #7530 from 4ertus2/joins
Fix right table key nullability (join_use_keys = 0)
|
2019-10-30 13:30:27 +03:00 |
|
Ivan
|
4f2f5cca84
|
Add support for cross-compiling to the CPU architecture AARCH64 (#7370)
|
2019-10-30 10:01:53 +03:00 |
|
chertus
|
deb2406b30
|
fix JOIN right table keys nullability
|
2019-10-29 22:39:42 +03:00 |
|
Olga Khvostikova
|
ff4d90f602
|
Add test for greatCircleDist
|
2019-10-29 19:49:37 +03:00 |
|
alexey-milovidov
|
6e837e86e6
|
Merge pull request #7500 from amosbird/parsernit
Fix DUMP debug.
|
2019-10-29 19:25:20 +03:00 |
|
Amos Bird
|
1eb44c6837
|
Add missing tests
|
2019-10-29 22:26:43 +08:00 |
|
chertus
|
12b57aedf0
|
remove error prone code
|
2019-10-29 16:52:05 +03:00 |
|
alesapin
|
cde07dd620
|
Disable context replacement for internal queries
|
2019-10-29 13:27:19 +03:00 |
|
Amos Bird
|
2c75a51d4f
|
Instant count() for MergeTree
Use (Replicated)MergeTree's metadata to do trivial count()
|
2019-10-29 17:45:47 +08:00 |
|
Alexander Kuzmenkov
|
6e2af3db41
|
Merge pull request #7480 from azat/crc-v3
Add CRC32IEEE()/CRC64() support
|
2019-10-28 16:16:37 +03:00 |
|
Amos Bird
|
15d12db16a
|
Fix DUMP debug.
|
2019-10-28 19:39:51 +08:00 |
|
Alexander Kuzmenkov
|
c3ea94209b
|
Merge pull request #7491 from traceon/odbc-bridge-type-mapping-fix
Add handling of SQL_TINYINT and SQL_BIGINT, fix SQL_FLOAT in ODBC Bridge
|
2019-10-28 13:30:18 +03:00 |
|
Nikolai Kochetov
|
43c8d13de6
|
Merge pull request #7496 from amosbird/fix15
Fix HAVING without GROUP BY
|
2019-10-28 02:44:24 +03:00 |
|
Amos Bird
|
77bdfb3350
|
Fix HAVING without GROUP BY
|
2019-10-27 22:10:54 +08:00 |
|
Azat Khuzhin
|
04f1e6b2cc
|
Use crc32_z() over crc32(), since it size_t for length
|
2019-10-25 23:32:29 +03:00 |
|
Denis Glazachev
|
8e48430159
|
Add handling of SQL_TINYINT and SQL_BIGINT
Fix handling of SQL_FLOAT
|
2019-10-25 21:49:49 +04:00 |
|