zvonand
|
edc80fbd94
|
updated docs + fix linker isssue
|
2023-03-28 13:25:18 +02:00 |
|
zvonand
|
09181a9b58
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into zvonand-formatdecimal
|
2023-03-28 11:01:00 +02:00 |
|
Ilya Yatsishin
|
16ddb4cc4b
|
Merge pull request #47931 from qoega/add-test-12264
Added test. Closes #12264
|
2023-03-28 10:59:30 +02:00 |
|
zvonand
|
406e654b00
|
removed unnecessary imports
|
2023-03-28 10:56:04 +02:00 |
|
Robert Schulze
|
91f3edd923
|
Merge pull request #47967 from jrdi/fix-wide-integer-m1
Fix compilation on MacOS
|
2023-03-28 10:53:29 +02:00 |
|
Vladimir C
|
5fa519d043
|
Merge pull request #48047 from ClickHouse/vdimir/max_number_of_mutatuins_for_replica
|
2023-03-28 10:50:35 +02:00 |
|
Robert Schulze
|
30444376b0
|
Follow-up to #47838
|
2023-03-28 08:47:15 +00:00 |
|
zvonand
|
c64e9bd233
|
fix style
|
2023-03-28 10:31:52 +02:00 |
|
Robert Schulze
|
7cf494acc2
|
Merge pull request #48000 from ClickHouse/rs/parsedatetimeorzero
MySQL dialect compat: Add str_to_date
|
2023-03-28 10:04:56 +02:00 |
|
Jordi Villar
|
3946e66272
|
Comestic PR changes
|
2023-03-28 08:13:53 +02:00 |
|
robot-ch-test-poll2
|
954c1abc84
|
Merge pull request #48050 from ClickHouse/rs/revert-mac-linker
Revert change to ld64.lld linker on Mac
|
2023-03-28 04:16:59 +02:00 |
|
Alexey Milovidov
|
5d0e34d2a7
|
Merge pull request #47953 from ClickHouse/Avogar-patch-2
Fix tsan error lock-order-inversion
|
2023-03-28 01:10:50 +03:00 |
|
zvonand
|
b6c598cace
|
fixed big ints + added tests
|
2023-03-27 22:38:42 +02:00 |
|
Mikhail f. Shiryaev
|
577d969525
|
Merge pull request #48044 from ClickHouse/alexey-milovidov-patch-6
There is no "prestable" version.
|
2023-03-27 23:34:07 +03:00 |
|
Antonio Andelic
|
61b3500157
|
Merge pull request #47978 from ClickHouse/more-batching-keeper
Even more batching in Keeper
|
2023-03-27 21:47:29 +02:00 |
|
Dan Roscigno
|
c8f59194a3
|
Merge pull request #48070 from den-crane/patch-60
Doc. idle_connection_timeout
|
2023-03-27 15:17:08 -04:00 |
|
Dan Roscigno
|
07c3a0522b
|
Merge pull request #48072 from DanRoscigno/standardize-admonitions
standardize admonitions
|
2023-03-27 15:16:05 -04:00 |
|
Alexey Milovidov
|
df35d1abf9
|
Merge pull request #48052 from ClickHouse/correct-changelog-2
Automatically correct some mistakes in the changelog
|
2023-03-27 22:10:00 +03:00 |
|
DanRoscigno
|
6d8a2bbd48
|
standardize admonitions
|
2023-03-27 14:54:05 -04:00 |
|
Alexey Milovidov
|
2ab9287176
|
Merge branch 'master' into alexey-milovidov-patch-6
|
2023-03-27 21:44:48 +03:00 |
|
Alexey Milovidov
|
827a280040
|
Merge pull request #48045 from ClickHouse/evillique-patch-1
Fix automatic indentation in the built-in UI SQL editor
|
2023-03-27 21:43:57 +03:00 |
|
zvonand
|
dbd0ccdb64
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into zvonand-formatdecimal
|
2023-03-27 20:21:09 +02:00 |
|
zvonand
|
b7bb09d362
|
upload
|
2023-03-27 20:19:52 +02:00 |
|
Denny Crane
|
295d3b7510
|
Update settings.md
|
2023-03-27 14:45:43 -03:00 |
|
Denny Crane
|
98488f30ab
|
Update settings.md
|
2023-03-27 14:40:45 -03:00 |
|
Alexander Tokmakov
|
21fdb67e03
|
Merge pull request #48063 from Algunenano/fix_test_number
Fix stateless tests numbers
|
2023-03-27 20:20:48 +03:00 |
|
Rich Raposa
|
feac46eac4
|
Update dropped_tables.md (#48067)
* Update dropped_tables.md
* Update dropped_tables.md
* Update docs/en/operations/system-tables/dropped_tables.md
---------
Co-authored-by: Alexander Tokmakov <tavplubix@clickhouse.com>
|
2023-03-27 20:16:28 +03:00 |
|
Igor Nikonov
|
c2c7895b82
|
Merge pull request #47770 from ClickHouse/stop_wait_for_quorum_retries_on_shutdown
Stop `wait for quorum` retries on shutdown
|
2023-03-27 18:27:14 +02:00 |
|
Jordi Villar
|
b64cb10d20
|
Rework AggregateFunctionQuantile.h fix
|
2023-03-27 18:16:07 +02:00 |
|
Jordi Villar
|
4eafb1ae6b
|
Fix tests
|
2023-03-27 18:16:07 +02:00 |
|
Jordi Villar
|
20fa73042d
|
Fix AggregateFunctionQuantile.h compilation in macOS M1
|
2023-03-27 18:16:07 +02:00 |
|
Jordi Villar
|
c39d931ef7
|
Fix wide_integer_impl.h compilation in macOS M1
|
2023-03-27 18:16:07 +02:00 |
|
Robert Schulze
|
499d912bbc
|
Merge pull request #48064 from ClickHouse/rs/docs-show
Docs: Update syntax of some SHOW queries
|
2023-03-27 18:06:22 +02:00 |
|
Rich Raposa
|
0ca2f633ab
|
Merge branch 'master' into alexey-milovidov-patch-6
|
2023-03-27 10:00:41 -06:00 |
|
Rich Raposa
|
45ea71b346
|
Merge pull request #48060 from ClickHouse/add-marked-dropped-tables
Add back dropped_tables.md
|
2023-03-27 09:57:31 -06:00 |
|
Robert Schulze
|
86f6828556
|
Docs: Update syntax of some SHOW queries
|
2023-03-27 15:56:31 +00:00 |
|
Raúl Marín
|
1b63b0b043
|
Fix stateless tests numbers
|
2023-03-27 17:51:22 +02:00 |
|
Rich Raposa
|
c3642272fa
|
Merge branch 'master' into add-marked-dropped-tables
|
2023-03-27 09:38:38 -06:00 |
|
rfraposa
|
15039d3327
|
Rename file
|
2023-03-27 09:37:06 -06:00 |
|
Robert Schulze
|
a123533b2f
|
Merge pull request #48061 from ClickHouse/rs/doc-full
Docs: Document [FULL] keyword in SHOW TABLES
|
2023-03-27 17:28:48 +02:00 |
|
Vitaly Baranov
|
e43fc77a4e
|
Merge pull request #46989 from AVMusorin/update-system-backups-periodically
Dynamic update `system.backups`
|
2023-03-27 17:26:47 +02:00 |
|
Robert Schulze
|
246316dd49
|
Docs: Document [FULL] keyword in SHOW TABLES
Follow-up to #43910
|
2023-03-27 15:23:30 +00:00 |
|
Rich Raposa
|
01cccb08a5
|
Merge branch 'master' into add-marked-dropped-tables
|
2023-03-27 09:23:09 -06:00 |
|
robot-ch-test-poll1
|
499ae65478
|
Merge pull request #48059 from nellicus/ldap_doc_typo
[DOCS] fix minor typo
|
2023-03-27 17:21:58 +02:00 |
|
rfraposa
|
eac71397c4
|
Create marked_dropped_tables.md
|
2023-03-27 09:19:50 -06:00 |
|
pufit
|
556680966f
|
Merge pull request #47932 from ClibMouse/decimal_fix_s390xbuild
Fix decimal-256 text output issue on s390x
|
2023-03-27 11:06:53 -04:00 |
|
nellicus
|
f1258a932f
|
fix typo
|
2023-03-27 16:58:20 +02:00 |
|
Robert Schulze
|
3701fda6b1
|
Add str_to_date() alias for MySQL compat
Fixes #43755
|
2023-03-27 14:52:32 +00:00 |
|
Rich Raposa
|
9bdc9b3606
|
Merge branch 'master' into alexey-milovidov-patch-6
|
2023-03-27 07:45:16 -06:00 |
|
Alexey Milovidov
|
f809f1b812
|
Merge pull request #48019 from ClickHouse/rs/parsedatetime-ub
parseDateTime(): Fix UB (signed integer overflow)
|
2023-03-27 16:42:31 +03:00 |
|