Commit Graph

116379 Commits

Author SHA1 Message Date
Victor Krasnov
3c1b02a37b Rectify the existing example of the year omission 2023-06-09 15:43:36 +03:00
Victor Krasnov
a21bd4ec62 Elucidate the syslog case in the documentation 2023-06-09 15:33:51 +03:00
Victor Krasnov
b740a08b6e Fix the docs 2023-06-09 15:05:23 +03:00
Victor Krasnov
32d781c058 Align the documentation with the new feature 2023-06-09 14:51:26 +03:00
Victor Krasnov
9f61c786ed Amend the tests 2023-06-08 17:25:53 +03:00
Victor Krasnov
0dd75d7648 Add 02783_parseDateTimeBestEffort_syslog test 2023-06-07 17:50:20 +03:00
Victor Krasnov
f096bfcad2 Adjust 00569_parse_date_time_best_effort and 01543_parse_datetime_besteffort_or_null_empty_string to the new feature 2023-06-06 15:47:34 +03:00
Victor Krasnov
3f77b778e3 Fix runtime bug 2023-06-06 11:42:45 +03:00
Victor Krasnov
6d25e5a0d7 Substitute missing year in parseDateTimeBestEffortImpl() 2023-06-06 07:37:14 +03:00
Michael Kolupaev
9f80900d6f Changes related to an internal feature 2023-06-05 18:20:38 -07:00
Nikolay Degterinsky
b1947b2c93
Merge pull request #50435 from evillique/sigquit-handler
Add signal handler for SIGQUIT
2023-06-06 03:13:56 +02:00
Sergei Trifonov
a1b961ee19
Merge pull request #50492 from ClickHouse/50422-add-systemuser_processes-system-table
Add `system.user_processes` table
2023-06-05 21:23:00 +02:00
robot-ch-test-poll2
5d0522cfa6
Merge pull request #50597 from DanRoscigno/master
add video to inverted indices docs
2023-06-05 18:23:09 +02:00
Nikolay Degterinsky
fca09ae9b9
Merge branch 'master' into sigquit-handler 2023-06-05 17:55:15 +02:00
DanRoscigno
654aee209f add video 2023-06-05 11:55:04 -04:00
robot-ch-test-poll
e1889ffb3a
Merge pull request #50529 from kitaisreal/function-if-constant-folding
Function if constant folding
2023-06-05 17:29:29 +02:00
Han Fei
f136945ea4
Merge pull request #50255 from johanngan/regexptree-arrays
Add dictGetAll function to collect multiple matches in RegExpTreeDictionary
2023-06-05 17:20:24 +02:00
János Benjamin Antal
c3d6e4c915 Fix docs 2023-06-05 12:36:19 +00:00
János Benjamin Antal
5cb2d8b4e2 Update failing tests 2023-06-05 12:32:25 +00:00
János Benjamin Antal
28eb9562b8 Remove the usage of SHOW USER PROCESSES from tests 2023-06-05 12:29:11 +00:00
János Benjamin Antal
90e9df9109 Revert "Add SHOW USER PROCESSES query"
This reverts commit d28b4181e9.
2023-06-05 12:27:46 +00:00
János Benjamin Antal
1713dbe631 Grant select on system tables to test user 2023-06-05 12:07:05 +00:00
robot-ch-test-poll4
13fc7c6c55
Merge pull request #50581 from ismailakpolat/patch-1
Update rabbitmq.md
2023-06-05 13:42:05 +02:00
Kruglov Pavel
59f27014f7
Merge pull request #50474 from valentinalexeev/patch-1
Additional error information when JSON is too large
2023-06-05 13:31:21 +02:00
Dmitry Novik
8e51a15606
Merge pull request #50234 from azat/fix-nested-dist-cte
Fix nested distributed SELECT in WITH clause
2023-06-05 13:18:50 +02:00
alesapin
5e8ecf8f22
Merge pull request #50548 from ClickHouse/move_async_iterator_to_object_storage
Add async iteration to object storage
2023-06-05 12:30:28 +02:00
János Benjamin Antal
e140cad10c Clean up includes 2023-06-05 10:18:36 +00:00
János Benjamin Antal
256f713d6b Add docs for system.user_processes 2023-06-05 10:18:25 +00:00
János Benjamin Antal
a224c8936c Fix minor issues in documentation 2023-06-05 10:18:07 +00:00
ismailakpolat
3082029406
Update rabbitmq.md
Duplicate parameter name in definition
2023-06-05 13:03:17 +03:00
János Benjamin Antal
4225cab2e8 Rewrite bugprone shell script command 2023-06-05 08:34:25 +00:00
vdimir
2989cd1d35
Merge pull request #50484 from DanRoscigno/docs-direct-join 2023-06-05 10:16:07 +02:00
Alexey Milovidov
afdf7eaed7
Merge pull request #50558 from ClickHouse/remove-flaky-test
Remove flaky test
2023-06-05 11:14:03 +03:00
Alexey Milovidov
fb4e950f9f
Merge pull request #50546 from auxten/patch-1
Resize BufferFromVector underlying vector only pos_offset == vector.size()
2023-06-05 11:12:57 +03:00
Alexey Milovidov
5d26b0cf7c
Merge pull request #50550 from cmsxbc/misc-darwin-build
skip extracting darwin toolchain in builder when unncessary
2023-06-05 11:11:34 +03:00
Alexey Milovidov
477446fd53
Merge pull request #50574 from azat/revert-50539-skim-msan
Revert "Disable skim (Rust library) under memory sanitizer"
2023-06-05 11:10:55 +03:00
Maksim Kita
c860db0fb7 Fixed tests 2023-06-05 10:32:46 +03:00
Azat Khuzhin
f1058d2d9d Revert "Disable skim (Rust library) under memory sanitizer" 2023-06-05 09:08:01 +02:00
Nikolay Degterinsky
802df208a6
Merge branch 'master' into sigquit-handler 2023-06-05 08:19:04 +02:00
johanngan
5e1c93c9c8 Add dictGetAll to spell-check dictionary 2023-06-04 23:46:04 -05:00
johanngan
8d4206df66 Review comments: Use constexpr-if in more places
Also add a comment about the apparent lack of type checking on the limit
column.
2023-06-04 23:46:04 -05:00
johanngan
c0f162c5b6 Add dictGetAll function for RegExpTreeDictionary
This function outputs an array of attribute values from all regexp nodes
that matched in a regexp tree dictionary. An optional final argument can
be passed to limit the array size.
2023-06-04 23:46:04 -05:00
Alexey Milovidov
3c5bd78856 Fix typo 2023-06-05 06:13:39 +02:00
Alexey Milovidov
d66962b864
Merge pull request #50252 from Avogar/fix-secure-async-read-write
Fix bugs in Poco sockets in non-blocking mode, use true non-blocking sockets
2023-06-05 06:44:22 +03:00
Alexey Milovidov
3617a14467
Merge pull request #50215 from arenadata/ADQM-830
Added --input_format_csv_trim_whitespaces option
2023-06-05 06:06:45 +03:00
Alexey Milovidov
4b1bb75a07
Merge pull request #50383 from bigo-sg/grace_hash_join_mismatch_right_block
Without applying `prepareRightBlock` will cause mismatch block structrue
2023-06-05 05:57:16 +03:00
Alexey Milovidov
881bdbf839
Merge pull request #50153 from amosbird/fix_44504
Fix invalid index analysis for date related keys
2023-06-05 05:00:20 +03:00
Alexey Milovidov
5fc8838b04
Update KeyCondition.cpp 2023-06-05 04:58:29 +03:00
Alexey Milovidov
f118cba17e
Merge pull request #50238 from azat/dist-pending-bytes
Add new metrics BrokenDistributedBytesToInsert/DistributedBytesToInsert
2023-06-05 04:50:42 +03:00
Alexey Milovidov
3b8c781b2c
Merge pull request #50448 from ClickHouse/rm_parts_from_zk_paranoid
Paranoid fix for removing parts from ZooKeeper
2023-06-05 04:42:15 +03:00