alexey-milovidov
|
aff724ea7d
|
PODArray: Avoid call to memcpy with (nullptr, 0) arguments (#18526)
* Avoid call to memcpy with nullptr, 0 arguments
* Add assert to PODArray
* Fix build
* Fix build
* Minor fixes for min/sim hash
* Fix build
* Fix build
* Fix build
* Fix error
* Fix "not actually an error"
* Fix build
* Fix build
* Fix build
|
2021-01-02 17:07:54 +03:00 |
|
alexey-milovidov
|
19e0e1a403
|
Merge pull request #17646 from azat/Buffer-memory-tracking
Do not ignore server memory limits during Buffer flush
|
2021-01-01 18:58:52 +03:00 |
|
Nikita Mikhaylov
|
4165a58ce4
|
Merge pull request #11617 from nikitamikhaylov/parallel-parsing-input-format
Parallel formatting
|
2020-12-31 21:22:16 +04:00 |
|
alexey-milovidov
|
07411aafd2
|
Merge pull request #18647 from ClickHouse/remove-getservbyname
Remove useless support for symbolic port names
|
2020-12-31 14:46:10 +03:00 |
|
Nikita Mikhaylov
|
f27aa148e0
|
Merge branch 'master' into parallel-parsing-input-format
|
2020-12-31 06:16:43 +04:00 |
|
alexey-milovidov
|
81f8ee5fd8
|
Merge pull request #17569 from vdimir/speedup-apply-cidr-mask-v6
Speedup applyCIDRMask for IPv6
|
2020-12-31 03:31:43 +03:00 |
|
Alexey Milovidov
|
a530bad6ea
|
Remove useless support for symbolic port names
|
2020-12-30 21:55:11 +03:00 |
|
Nikita Mikhailov
|
8e31ce4a5c
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into parallel-parsing-input-format
|
2020-12-30 18:22:11 +03:00 |
|
Nikita Mikhailov
|
2f04cb5ebe
|
abort() instead of std::terminate() + cleanup
|
2020-12-30 08:31:45 +03:00 |
|
Alexey Milovidov
|
be884a89f8
|
Minor fixes for min/sim hash
|
2020-12-29 13:16:43 +03:00 |
|
Nikita Mikhailov
|
07e9a25bd8
|
style
|
2020-12-29 04:19:57 +03:00 |
|
Nikita Mikhailov
|
c0eef84c50
|
better
|
2020-12-29 04:15:26 +03:00 |
|
Nikita Mikhailov
|
c3288c3fbf
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into parallel-parsing-input-format
|
2020-12-28 15:09:37 +03:00 |
|
alexey-milovidov
|
1e8b180e50
|
Merge pull request #18522 from ClickHouse/fix_concurrent_bounded_queue_timeout
Fix usage of concurrent bounded queue in test keeper storage
|
2020-12-27 11:49:13 +03:00 |
|
vdimir
|
b1d7778287
|
Merge remote-tracking branch 'upstream/master' into speedup-apply-cidr-mask-v6
|
2020-12-26 19:53:06 +00:00 |
|
Azat Khuzhin
|
a3ab429129
|
Split MemoryTracker header
Allocator.h is included into almost everything (via PODArray.h), so keep
only small part of MemoryTracker.h for it.
|
2020-12-25 23:49:22 +03:00 |
|
Azat Khuzhin
|
9d64ae2895
|
Extend BlockerInThread/LockExceptionInThread interface
- Add level for BlockerInThread/LockExceptionInThread to make decisions
based on the level
- Add block_fault_injections for LockExceptionInThread
|
2020-12-25 23:49:22 +03:00 |
|
alesapin
|
d204ad7ef1
|
Fix usage of concurrent bounded queue
|
2020-12-25 19:54:13 +03:00 |
|
alesapin
|
a50615a22b
|
More correct error code
|
2020-12-25 16:38:04 +03:00 |
|
Yatsishin Ilya
|
f36e8f13c0
|
more fixes after rebase
|
2020-12-24 13:48:10 +03:00 |
|
Yatsishin Ilya
|
ce1e2b18a3
|
Fix codespell warnings. Split style checks. Update style checks docker
|
2020-12-24 13:17:52 +03:00 |
|
Azat Khuzhin
|
7c76bd2def
|
Fix ParsingException::displayText override (guard with POCO_CLICKHOUSE_PATCH)
|
2020-12-23 23:55:39 +03:00 |
|
Nikita Mikhaylov
|
c005dcdd26
|
Merge pull request #17641 from nikitamikhaylov/parallel_row_numbers
Added an offset to exception message for parallel parsing
|
2020-12-23 17:24:35 +03:00 |
|
alexey-milovidov
|
0f98fe3c0c
|
Merge pull request #18365 from CurtizJ/fix-group-by-distinct
Fix race in aggregation with combinator distinct
|
2020-12-23 15:41:20 +03:00 |
|
Nikolai Kochetov
|
af7f5c9518
|
Merge pull request #17868 from ClickHouse/async-read-from-socket
Async read from socket
|
2020-12-23 12:20:42 +03:00 |
|
alexey-milovidov
|
8e48a25607
|
Merge pull request #18299 from ClickHouse/enable_thread_fuzzer_for_flaky_check
Trying to enable thread fuzzer in flaky check
|
2020-12-23 05:32:19 +03:00 |
|
Nikita Mikhailov
|
dcfbe782c6
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into parallel-parsing-input-format
|
2020-12-23 05:20:22 +03:00 |
|
Nikita Mikhailov
|
84d0084c1a
|
style
|
2020-12-23 01:33:07 +03:00 |
|
nikitamikhaylov
|
6f30fae34e
|
final fix
|
2020-12-23 01:02:45 +03:00 |
|
nikitamikhaylov
|
a9bd177b2e
|
fix
|
2020-12-23 01:02:45 +03:00 |
|
nikitamikhaylov
|
35dbd2bd77
|
style
|
2020-12-23 01:02:45 +03:00 |
|
nikitamikhaylov
|
0dafcc38a5
|
better
|
2020-12-23 01:02:45 +03:00 |
|
nikitamikhaylov
|
8d4465ddeb
|
better
|
2020-12-23 01:02:01 +03:00 |
|
nikitamikhaylov
|
a285cb83df
|
style
|
2020-12-23 01:02:01 +03:00 |
|
nikitamikhaylov
|
c60c161168
|
add ParsingException
|
2020-12-23 01:02:01 +03:00 |
|
alesapin
|
4b28d6d030
|
Merge branch 'master' into enable_thread_fuzzer_for_flaky_check
|
2020-12-22 16:36:51 +03:00 |
|
Anton Popov
|
57a1642035
|
fix race in aggregation with combinator distinct
|
2020-12-22 14:30:29 +03:00 |
|
Alexey Milovidov
|
76dc88b674
|
Remove useless code
|
2020-12-22 11:18:37 +03:00 |
|
alesapin
|
7f590090f6
|
Remove logs
|
2020-12-22 10:28:02 +03:00 |
|
alesapin
|
b10f13f34a
|
More thread fuzzer
|
2020-12-21 23:24:16 +03:00 |
|
alexey-milovidov
|
2222122f9f
|
Update ThreadFuzzer.cpp
|
2020-12-21 20:02:59 +03:00 |
|
alesapin
|
8f2d4f2d1e
|
Fix user
|
2020-12-21 18:46:36 +03:00 |
|
alesapin
|
b760d7d7d1
|
Remove more changes
|
2020-12-21 15:23:02 +03:00 |
|
alesapin
|
5a5fbf9eae
|
Remove logs from thread fuzzer
|
2020-12-21 15:22:07 +03:00 |
|
alesapin
|
643739df6b
|
Trying to enable thread fuzzer in flaky check
|
2020-12-21 13:06:36 +03:00 |
|
Alexey Milovidov
|
571520964c
|
Remove useless code
|
2020-12-21 10:48:15 +03:00 |
|
Denis Glazachev
|
ea7e94f3eb
|
Use 127.0.0.1 as a default listen-host for ODBC bridge
|
2020-12-21 03:26:31 +04:00 |
|
Nikolai Kochetov
|
855c4bc7d7
|
Added comments.
|
2020-12-18 18:12:31 +03:00 |
|
Nikolai Kochetov
|
01c8d5dccc
|
Use replace fiber to callback in ReadBufferFromPocoSocket
|
2020-12-18 17:24:44 +03:00 |
|
Amos Bird
|
272311f6bd
|
Extensive information in system.query_log
|
2020-12-18 14:13:58 +08:00 |
|