Kseniia Sumarokova
c511c3f168
Merge pull request #40889 from AVMusorin/docs_table_function_update
...
Doc. Updated optional parameters for table functions
2022-09-15 13:12:20 +02:00
Nikita Taranov
def4eeac70
Fix perf tests ( #41332 )
...
We run left server two times. If after the first run server will not be properly stopped, we will get `Address already in use: [::]:9001` exception on the second run.
2022-09-15 12:27:08 +02:00
Kseniia Sumarokova
9e37a6356f
Merge pull request #41297 from kssenii/fix-logical-error
...
Fix incorrect logical error in disk object storage
2022-09-15 12:00:53 +02:00
Kseniia Sumarokova
69f38a6228
Merge pull request #41330 from kssenii/fix-composable-cache-setting-incompatibility
...
Fix incompatibility of cache after switching setting `do_no_evict_...` from 1 to 0, 0 to 1
2022-09-15 12:00:22 +02:00
Kruglov Pavel
73cf72a5a4
Merge pull request #41309 from Avogar/fix-msgpack
...
Add column type check before UUID insertion in MsgPack format
2022-09-15 11:37:57 +02:00
Robert Schulze
6f1fc95d1a
Merge pull request #41251 from FrankChen021/opentelemetry_stress
...
Fix a bug that OpenTelemetry span is not closed in right order
2022-09-15 09:43:57 +02:00
Robert Schulze
b64af5989e
Merge branch 'master' into opentelemetry_stress
2022-09-15 09:43:11 +02:00
Kseniia Sumarokova
780c0e9b2f
Update CachedOnDiskReadBufferFromFile.cpp
2022-09-15 00:18:23 +02:00
Kseniia Sumarokova
ebf7cb6338
Merge pull request #41308 from ClickHouse/kssenii-patch-5
...
Fix after #41042
2022-09-15 00:15:54 +02:00
Dan Roscigno
002a43a967
Merge pull request #41287 from ClickHouse/DanRoscigno-patch-2
...
Update README.md
2022-09-14 16:50:02 -04:00
Nikolay Degterinsky
4ed9bf4f4d
Merge pull request #41322 from den-crane/patch-49
...
Doc. fromUnixTimestamp
2022-09-14 22:43:58 +02:00
Kseniia Sumarokova
0b1c2c62fd
Update CachedOnDiskReadBufferFromFile.cpp
2022-09-14 20:59:45 +02:00
kssenii
559c696230
Fix
2022-09-14 20:35:28 +02:00
Denny Crane
69d90de9a3
Update date-time-functions.md
2022-09-14 15:23:59 -03:00
Denny Crane
cbdbe1077a
Update date-time-functions.md
2022-09-14 12:16:32 -03:00
Alexey Milovidov
088530b3a2
Update README.md
2022-09-14 17:53:15 +03:00
Dan Roscigno
c8dcd34abe
Merge pull request #41237 from DanRoscigno/move-title
...
move title to frontmatter in troubleshooting doc
2022-09-14 10:15:18 -04:00
Anton Popov
3623807527
Merge pull request #41290 from CurtizJ/dynamic-columns-20
...
Fix `ALTER ADD COLUMN` with columns of type `Object`
2022-09-14 14:15:29 +02:00
Anton Popov
defd393fdc
Update src/DataTypes/ObjectUtils.h
...
Co-authored-by: Antonio Andelic <antonio2368@users.noreply.github.com>
2022-09-14 14:07:07 +02:00
avogar
59e7eb084c
Add column type check before UUID insertion in MsgPack format
2022-09-14 11:15:10 +00:00
Kseniia Sumarokova
cc639f2e2d
Update CachedOnDiskReadBufferFromFile.cpp
2022-09-14 13:13:02 +02:00
Robert Schulze
cb04c724b9
Merge pull request #41285 from ClickHouse/fix-broken-doc-links
...
System statements docs: Fix broken links
2022-09-14 13:03:01 +02:00
Kruglov Pavel
3396ff6c3a
Merge pull request #40516 from zjial/record_errors_for_import_by_csv
...
Record errors while reading text formats (CSV, TSV).
2022-09-14 12:52:32 +02:00
Kseniia Sumarokova
e272c0cce5
Merge pull request #41301 from ClickHouse/kssenii-patch-5
...
Update storing-data.md
2022-09-14 12:43:42 +02:00
alesapin
ac60300997
Merge pull request #41249 from ClickHouse/revert-40968-s3-sharding-2
...
Revert "Sharding s3 key names (2)"
2022-09-14 12:30:56 +02:00
Mikhail f. Shiryaev
a9c272283a
Merge pull request #41260 from ClickHouse/macos-release-download
...
Fix download_binary, use proper version and commit
2022-09-14 12:30:33 +02:00
Mikhail f. Shiryaev
f47a44ef02
Merge pull request #41256 from ClickHouse/docker-server-version
...
Docker server version
2022-09-14 12:27:36 +02:00
Mikhail f. Shiryaev
636994fab8
Merge pull request #41291 from den-crane/patch-48
...
make /etc/default/clickhouse compatible between systemd and initV
2022-09-14 12:26:27 +02:00
Kseniia Sumarokova
bb5f9e578a
Update storing-data.md
2022-09-14 12:17:24 +02:00
alesapin
51a302a70f
Merge branch 'master' into revert-40968-s3-sharding-2
2022-09-14 11:53:14 +02:00
Kseniia Sumarokova
52db0e5c40
Update DiskObjectStorageMetadata.cpp
2022-09-14 11:52:23 +02:00
kssenii
ea31302071
Fix
2022-09-14 11:30:06 +02:00
Vladimir C
00d0b37cd0
Merge pull request #41263 from ClickHouse/vdimir/quorum-log-msg-fix
2022-09-14 10:54:21 +02:00
Robert Schulze
cc573faecb
Merge pull request #40883 from MaceWindu/patch-1
...
Add linq2db to list of third-party libraries
2022-09-14 09:32:43 +02:00
Frank Chen
569167d9aa
Improve the test to address review comments
...
Signed-off-by: Frank Chen <frank.chen021@outlook.com>
2022-09-14 11:43:23 +08:00
Denny Crane
6e5ba2648d
Update clickhouse-server.init
2022-09-13 20:54:56 -03:00
Anton Popov
ee54451741
fix adding of columns of type Object
2022-09-13 22:43:59 +00:00
Dan Roscigno
ad9e7be566
Update README.md
...
When running `changelog.py` I did not have tags and needed to supply a `--from` with a commit SHA. Having the tags allows the script to go back to the last release.
2022-09-13 17:23:41 -04:00
Robert Schulze
32ad082f57
Merge pull request #41243 from azat/git-blame-ignore-revs
...
Add files with revision to ignore for git blame
2022-09-13 23:07:00 +02:00
Azat Khuzhin
f35296eea6
Add files with revision to ignore for git blame
...
This will improve output of the blame.
Can be configured as follow:
$ git config blame.ignoreRevsFile .git-blame-ignore-revs
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-09-13 23:05:56 +02:00
Robert Schulze
d071dbe5a0
Merge branch 'master' into patch-1
2022-09-13 22:27:48 +02:00
Dan Roscigno
049eda54d1
Merge pull request #41271 from DanRoscigno/update-delete
...
Update delete with needed privilege
2022-09-13 16:12:26 -04:00
Robert Schulze
49136d26aa
docs: fix internal links
...
The links at the very beginning of
https://clickhouse.com/docs/en/sql-reference/statements/system
don't work. They are reference other sections of the same document. This
is weird because there is a small index already on the right side. I
searched our documentation and this seems to be the only pages which do
so. Therefore removing the links altogether instead of fixing them.
2022-09-13 19:45:46 +00:00
Dan Roscigno
69e898c2ef
Merge branch 'master' into update-delete
2022-09-13 15:20:01 -04:00
Robert Schulze
e8e6dddc76
Merge pull request #41034 from FrankChen021/distributed
...
Improve the observability of INSERT on distributed table
2022-09-13 20:55:11 +02:00
Dan Roscigno
078b9bff3c
Update docs/en/sql-reference/statements/delete.md
2022-09-13 13:18:01 -04:00
Vladimir C
62437870b9
Merge pull request #41224 from azat/replxx-insert-comment
2022-09-13 19:17:10 +02:00
Vladimir C
f0e4088c84
Merge pull request #41154 from azat/fix-sorted-block-writer
2022-09-13 19:14:45 +02:00
Antonio Andelic
36f46891dd
Merge pull request #41215 from ClickHouse/keeper-close-connection-on-shutdown
...
Close sessions on Keeper shutdown
2022-09-13 19:09:34 +02:00
Rich Raposa
b833c39dcf
Update delete.md
2022-09-13 10:55:26 -06:00