Nikita Mikhaylov
|
6863dbd6a8
|
Merge pull request #18480 from vdimir/ip-dict-key-access
IP dict key access
|
2020-12-28 16:15:40 +03:00 |
|
Alexander Kuzmenkov
|
fd08bf3132
|
Merge pull request #18074 from sevirov/sevirov-DOCSUP-4524-document_execute_merges_on_single_replica_time_threshold_setting
DOCSUP-4524: Document the execute_merges_on_single_replica_time_threshold setting
|
2020-12-28 15:21:11 +03:00 |
|
robot-clickhouse
|
3d1273460b
|
Update version_date.tsv after release 20.12.5.14
|
2020-12-28 13:27:43 +03:00 |
|
alexey-milovidov
|
bf3187010b
|
Merge pull request #18145 from myrrc/improvement/multiply-decimals-and-floats
Allow multiplication of Decimal and Float
|
2020-12-27 22:37:09 +03:00 |
|
alexey-milovidov
|
b086a78f81
|
Update FunctionBinaryArithmetic.h
|
2020-12-27 22:35:38 +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 |
|
alexey-milovidov
|
d84f308291
|
Merge pull request #18521 from ClickHouse/implement_create_or_replace
Implement [CREATE OR] REPLACE TABLE
|
2020-12-27 11:48:06 +03:00 |
|
alexey-milovidov
|
6ce3bd6962
|
Merge pull request #18548 from vdimir/fix-ip-dict-exception
Do not throw logical error from IPAddressDictionary ctor
|
2020-12-27 11:43:38 +03:00 |
|
alexey-milovidov
|
5c459e74c9
|
Update IPAddressDictionary.cpp
|
2020-12-27 11:43:27 +03:00 |
|
vdimir
|
46791d4908
|
Do not throw logical error from IPAddressDictionary ctor
|
2020-12-26 19:16:57 +00:00 |
|
alesapin
|
e81485653b
|
Merge pull request #18491 from ClickHouse/add_nuraft
Add NuRaft to contrib
|
2020-12-26 16:19:05 +03:00 |
|
alesapin
|
f91ea5be4f
|
Merge pull request #18515 from ClickHouse/more_correct_exception
More correct error code on incorrect interserver protocol
|
2020-12-26 16:18:20 +03:00 |
|
alexey-milovidov
|
eae916315a
|
Merge pull request #18519 from UnamedRus/patch-1
Docs for table, column, database names passed as parameters.
|
2020-12-26 10:01:26 +03:00 |
|
alexey-milovidov
|
8eb9788955
|
Merge pull request #18523 from CurtizJ/fix-cast-to-map
Fix cast to map from tuple of arrays with unequal sizes
|
2020-12-26 10:00:01 +03:00 |
|
alexey-milovidov
|
00bc167872
|
Merge pull request #18531 from ClickHouse/update_cctz
Update timezones to 2020e
|
2020-12-26 09:58:12 +03:00 |
|
Nikita Mikhaylov
|
c3ad122142
|
Merge pull request #18520 from nikitamikhaylov/fuzz-17876
NaN argument in function 'bar'
|
2020-12-26 04:32:05 +03:00 |
|
Nikita Mikhaylov
|
7b23b866a2
|
Merge pull request #18475 from nikitamikhaylov/andyyzh-bitmap64A
Merging #17858
|
2020-12-26 04:31:49 +03:00 |
|
UnamedRus
|
a087f23af6
|
Update docs/en/interfaces/cli.md
Co-authored-by: Nikita Mikhaylov <mikhaylovnikitka@gmail.com>
|
2020-12-26 01:46:56 +03:00 |
|
UnamedRus
|
762e757557
|
Update docs/ru/interfaces/cli.md
Co-authored-by: Nikita Mikhaylov <mikhaylovnikitka@gmail.com>
|
2020-12-26 01:46:47 +03:00 |
|
alesapin
|
4b51a401ec
|
Update cctz to 2020e
|
2020-12-25 23:36:44 +03:00 |
|
Nikita Mikhaylov
|
9a3feb770e
|
Merge pull request #18399 from gyuton/gyuton-DOCSUP-4967-finalizeAggregation
DOCSUP-4967: Updated finalizeAggregation documentation
|
2020-12-25 22:55:37 +03:00 |
|
alexey-milovidov
|
230f9b6ad4
|
Merge pull request #18449 from vladimir-golovchenko/fix-AM-abbreviation-handling-for-parseDateTimeBestEffort
Bug fix '#18402 parseDateTimeBestEffort should not ignore AM abbreviation for 12th hour'
|
2020-12-25 22:32:43 +03:00 |
|
alexey-milovidov
|
fcacb053db
|
Merge pull request #18376 from azat/deb-compatibility-levels
bump compatibility level to 10 for debian manifests
|
2020-12-25 22:28:17 +03:00 |
|
alexey-milovidov
|
849ca482c9
|
Merge pull request #18458 from spongedu/support_exists_database
support EXISTS DATABASE syntax
|
2020-12-25 22:28:02 +03:00 |
|
alesapin
|
34e298006d
|
Update to master boost
|
2020-12-25 22:24:26 +03:00 |
|
alexey-milovidov
|
936653496a
|
Merge pull request #18488 from traceon/patch-1
Allow AppleClang builds
|
2020-12-25 21:42:40 +03:00 |
|
Alexander Tokmakov
|
2836936079
|
fix
|
2020-12-25 20:43:03 +03:00 |
|
Anton Popov
|
721bb60edd
|
fix cast to map from tuple of arrays with unequal sizes
|
2020-12-25 20:12:47 +03:00 |
|
alesapin
|
d204ad7ef1
|
Fix usage of concurrent bounded queue
|
2020-12-25 19:54:13 +03:00 |
|
myrrc
|
80b96f2c23
|
Merge remote-tracking branch 'upstream/master' into improvement/multiply-decimals-and-floats
|
2020-12-25 19:34:26 +03:00 |
|
myrrc
|
e335ba29fc
|
fixing build on gcc
|
2020-12-25 19:32:59 +03:00 |
|
Alexander Tokmakov
|
42911e2438
|
implement CREATE OR REPLACE TABLE
|
2020-12-25 19:32:09 +03:00 |
|
Nikita Mikhaylov
|
4a87118f02
|
Update other-functions.md
|
2020-12-25 19:04:38 +03:00 |
|
Nikita Mikhailov
|
4da4388132
|
better
|
2020-12-25 18:59:31 +03:00 |
|
Nikita Mikhailov
|
2239f9b0c6
|
done
|
2020-12-25 18:54:38 +03:00 |
|
George
|
b900ddd1c3
|
fixed description
|
2020-12-25 18:50:38 +03:00 |
|
robot-clickhouse
|
4af0d73446
|
Update version_date.tsv after release 20.8.11.17
|
2020-12-25 18:38:21 +03:00 |
|
Nikita Mikhailov
|
cdc1f068d2
|
skip arcadia
|
2020-12-25 17:13:26 +03:00 |
|
alesapin
|
14e2236a46
|
Fix freebsd one more time
|
2020-12-25 16:43:01 +03:00 |
|
alesapin
|
a50615a22b
|
More correct error code
|
2020-12-25 16:38:04 +03:00 |
|
alesapin
|
8ef23dde57
|
Better asio
|
2020-12-25 16:06:54 +03:00 |
|
Ivan
|
ff80c1f3ce
|
Move --antlr arg outside of parser group
|
2020-12-25 15:59:02 +03:00 |
|
alesapin
|
b4cac6a8a4
|
Fix unbundled, splitted and disable freebsd build
|
2020-12-25 15:36:49 +03:00 |
|
Anton Popov
|
ed623a1c6a
|
Merge pull request #18436 from CurtizJ/remove-unused-code-1
Remove unused code
|
2020-12-25 14:22:56 +03:00 |
|
alesapin
|
dc77b06d30
|
Fix build
|
2020-12-25 14:04:39 +03:00 |
|
George
|
ca0a3de581
|
fixed typos
|
2020-12-25 13:35:16 +03:00 |
|
alesapin
|
8d1b6f67b6
|
Trying asio standalone
|
2020-12-25 12:28:08 +03:00 |
|
alexey-milovidov
|
aba7b5f60d
|
Merge pull request #18493 from ClickHouse/fix-flaky-test-buffer
Fix flaky test 01584_distributed_buffer_cannot_find_column
|
2020-12-25 12:07:03 +03:00 |
|
alesapin
|
236d8185e9
|
Update boost
|
2020-12-25 11:18:26 +03:00 |
|
alesapin
|
266d388139
|
Better formatting
|
2020-12-25 11:06:10 +03:00 |
|