alesapin
|
74630acff5
|
More debug in test
|
2021-02-11 12:49:49 +03:00 |
|
alesapin
|
b49b7f859d
|
Simplify startup with fixed config
|
2021-02-11 12:17:57 +03:00 |
|
alesapin
|
b4d53886a3
|
Add sync request/response
|
2021-02-10 16:01:05 +03:00 |
|
alesapin
|
e07bdad5c0
|
Fix test build
|
2021-02-10 14:44:21 +03:00 |
|
alesapin
|
0d179e021b
|
Add sync cmd
|
2021-02-10 13:15:42 +03:00 |
|
alesapin
|
57d8d81d59
|
Fix style
|
2021-02-10 13:02:09 +03:00 |
|
alesapin
|
63080a0b5e
|
Redundant space
|
2021-02-10 12:31:01 +03:00 |
|
alesapin
|
c95140d906
|
Better startup and non-verbose logging by default
|
2021-02-10 12:28:53 +03:00 |
|
alesapin
|
7848f0202c
|
One more test
|
2021-02-10 00:02:34 +03:00 |
|
alesapin
|
51c221f993
|
Fix outdated session kill
|
2021-02-09 21:29:06 +03:00 |
|
alesapin
|
9d414d215e
|
Merge branch 'master' into in_memory_raft
|
2021-02-09 20:00:50 +03:00 |
|
alesapin
|
c78f3ba204
|
Missed file
|
2021-02-09 18:39:15 +03:00 |
|
Maksim Kita
|
63038eb911
|
Merge pull request #20171 from amosbird/fuse
bitmap function for all native integers
|
2021-02-09 18:30:39 +03:00 |
|
Maksim Kita
|
a2560cecf4
|
Merge branch 'master' into fuse
|
2021-02-09 18:30:18 +03:00 |
|
alesapin
|
b130fbfd78
|
Add coordination settings
|
2021-02-09 17:47:18 +03:00 |
|
alexey-milovidov
|
d543632763
|
Update adopters.md
|
2021-02-09 17:14:09 +03:00 |
|
alexey-milovidov
|
faf28eeff3
|
Merge pull request #20183 from ucasFL/avg-optimize
rewrite avg for algebraic optimization
|
2021-02-09 16:36:13 +03:00 |
|
alesapin
|
9667bdcbd2
|
Merge branch 'master' into in_memory_raft
|
2021-02-09 16:06:31 +03:00 |
|
Nikita Mikhaylov
|
39c73cb448
|
Merge pull request #19954 from gyuton/gyuton-DOCSUP-5978-document_max_partitions_to_read
DOCUP-5978: Documented max_partitions_to_read
|
2021-02-09 15:47:17 +03:00 |
|
alexey-milovidov
|
5b2e052259
|
Update insert-into.md
|
2021-02-09 15:14:53 +03:00 |
|
alexey-milovidov
|
709e74d7ff
|
Update insert-into.md
|
2021-02-09 15:14:30 +03:00 |
|
alexey-milovidov
|
7b02aa0c59
|
Update README.md
|
2021-02-09 15:02:28 +03:00 |
|
tavplubix
|
86530e603c
|
Merge pull request #20027 from bharatnc/ncb/event_time_micro_part_log
add event_time_microseconds field to system.part_log table
|
2021-02-09 14:46:40 +03:00 |
|
Nikita Mikhaylov
|
e02402952f
|
Merge pull request #19743 from marsno1/fix-bug-for-copier
Drop helping tables when the whole table is done in clickhouse-copier
|
2021-02-09 12:47:19 +03:00 |
|
Nikolai Kochetov
|
229acbad5d
|
Merge pull request #20077 from ClickHouse/remove-adding-const-column-transform
Remove AddingConstColumn step and transform.
|
2021-02-09 11:28:44 +03:00 |
|
alesapin
|
accf48a21b
|
Merge pull request #20212 from nvartolomei/codespace-4851
Remove dead code
|
2021-02-09 11:27:27 +03:00 |
|
alesapin
|
570d5efcfb
|
Merge pull request #20181 from olgarev/revolg-DOCSUP-4920-MongoDB_engine
DOCSUP-4920: Documented MongoDB engine
|
2021-02-09 10:16:42 +03:00 |
|
gyuton
|
4d4f20142e
|
Update docs/ru/operations/settings/merge-tree-settings.md
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
|
2021-02-09 00:54:00 +03:00 |
|
Alexander Kuzmenkov
|
e703390fce
|
Update reinterpret_as.xml
|
2021-02-09 00:31:30 +03:00 |
|
alexey-milovidov
|
38c7ad3c38
|
Merge pull request #20204 from amosbird/fixubs
Fix ubsan error
|
2021-02-08 23:19:16 +03:00 |
|
alesapin
|
b8baf3a443
|
Fix some warnings
|
2021-02-08 22:40:44 +03:00 |
|
tavplubix
|
ac477d9850
|
Merge pull request #19771 from ClickHouse/thread_state_improvements
Minor code improvements around ThreadStatus
|
2021-02-08 22:34:55 +03:00 |
|
Maksim Kita
|
ebf5868652
|
Merge pull request #20164 from kitaisreal/cache-dictionaries-lru-cache
Added LRUHashMap
|
2021-02-08 21:00:27 +03:00 |
|
Nicolae Vartolomei
|
c336cac306
|
Remove dead code
|
2021-02-08 17:36:58 +00:00 |
|
Nicolae Vartolomei
|
a8f37e7704
|
Remove dead code
|
2021-02-08 17:19:35 +00:00 |
|
tavplubix
|
1c053c877c
|
Merge pull request #20108 from gyuton/gyuton-DOCSUP-6110-Update_argMin_and_argMax
DOCSUP-6110: Updated argMin and argMax
|
2021-02-08 20:04:26 +03:00 |
|
bharatnc
|
ddbcfa8b4d
|
Tests - add to arcadia skip list
|
2021-02-08 07:48:50 -08:00 |
|
bharatnc
|
14fe627d32
|
Tests - accept review suggestion
|
2021-02-08 07:39:34 -08:00 |
|
bharatnc
|
6aa86fb533
|
PartLog - add tests for event_time_microseconds field
|
2021-02-08 07:29:36 -08:00 |
|
bharatnc
|
072e0802b5
|
PartLog - Docs
|
2021-02-08 07:29:28 -08:00 |
|
bharatnc
|
60c8dfa22c
|
PartLog - populate event_time_microseconds for MergeParts
|
2021-02-08 07:25:44 -08:00 |
|
bharatnc
|
cb65515dc7
|
PartLog - fix style checks
|
2021-02-08 07:25:44 -08:00 |
|
bharatnc
|
46c843b004
|
PartLog - fix formatting
|
2021-02-08 07:25:44 -08:00 |
|
bharatnc
|
aa7f5cfe79
|
PartLog - use ColumnsWithTypeAndName for all columns
|
2021-02-08 07:25:44 -08:00 |
|
bharatnc
|
19cf5ca6c0
|
PartLog - try fix event_time_microseconds column
|
2021-02-08 07:25:44 -08:00 |
|
bharatnc
|
f1d2804bb0
|
PartLog - populate event_time s & us from same timespec
|
2021-02-08 07:25:44 -08:00 |
|
bharatnc
|
c98baf3496
|
PartLog - add field event_time_microseconds column
|
2021-02-08 07:25:44 -08:00 |
|
gyuton
|
79a83c3438
|
Update argmin.md
|
2021-02-08 18:25:36 +03:00 |
|
gyuton
|
22f9c82117
|
Update argmax.md
|
2021-02-08 18:23:58 +03:00 |
|
gyuton
|
f30e8a164c
|
Update docs/en/sql-reference/aggregate-functions/reference/argmax.md
Co-authored-by: tavplubix <tavplubix@gmail.com>
|
2021-02-08 18:20:51 +03:00 |
|