Robert Schulze
907e792a93
Add information_schema.columns.extras
...
Fixes : #55183
2023-10-03 13:11:03 +00:00
Mikhail f. Shiryaev
f525f05598
Merge remote-tracking branch 'origin/master' into sources-with-subs
2023-10-03 14:42:24 +02:00
Robert Schulze
2aefa760c3
Add information_schema.tables.table_rows
...
Fixes : #55182
2023-10-03 12:24:10 +00:00
Nikolai Kochetov
b67a0fe344
Merge pull request #55121 from kitaisreal/context-lock-contention-fix
...
Context lock contention fix
2023-10-03 11:17:59 +02:00
robot-ch-test-poll
e06f72ee55
Merge pull request #54052 from VanDarkholme7/missing_subcolumns
...
Support missed Object(Nullable(json)) subcolumns in query.
2023-10-03 10:32:51 +02:00
Duc Canh Le
a09c53233b
only rebuild indexes when index granularity changes
...
Signed-off-by: Duc Canh Le <duccanh.le@ahrefs.com>
2023-10-03 01:27:45 +00:00
HarryLeeIBM
9e1208a793
Speed up inverted index building using flat_hash_map
2023-10-02 15:20:35 -07:00
Arthur Passos
9695bf5db9
Revert "rename setting"
...
This reverts commit 0b97cd49e8
.
2023-10-02 18:26:31 -03:00
Arthur Passos
0b97cd49e8
rename setting
2023-10-02 18:21:20 -03:00
Arthur Passos
3813e59b49
minor
2023-10-02 18:19:41 -03:00
Tyler Hannan
14767fd4ac
Merge pull request #55209 from ClickHouse/tylerhannan-patch-1
...
Update README.md
2023-10-02 22:53:19 +02:00
Tyler Hannan
fee0c8a795
Update README.md
...
Adding Meetups
2023-10-02 22:36:20 +02:00
Arthur Passos
e74e7ae19a
more docs
2023-10-02 16:09:35 -03:00
Arthur Passos
23074c2c03
add comment
2023-10-02 16:04:02 -03:00
Arthur Passos
5eda3dfc39
add exclusive_environment_variables option to inte gtests
2023-10-02 15:59:15 -03:00
Denny Crane
5d431bf892
Update CHANGELOG.md
2023-10-02 11:52:23 -03:00
Denny Crane
bb1f1abc87
Update CHANGELOG.md
2023-10-02 11:50:13 -03:00
Denny Crane
1fb88baa42
Update CHANGELOG.md
2023-10-02 11:48:53 -03:00
Denny Crane
f9aa62d96c
Update CHANGELOG.md
2023-10-02 10:49:11 -03:00
Nikita Taranov
97e705325b
Optimise memory consumption when external group by generates ton of temporary files ( #54798 )
...
* impl
* fix
* fix test
2023-10-02 13:09:40 +02:00
Maksim Kita
71cb6457de
Fixed code review issues
2023-10-02 13:53:17 +03:00
Duc Canh Le
57e902d375
more detail logging for exception while loading marks
...
Signed-off-by: Duc Canh Le <duccanh.le@ahrefs.com>
2023-10-02 09:29:56 +00:00
Duc Canh Le
b457ed4ae5
add CI test
...
Signed-off-by: Duc Canh Le <duccanh.le@ahrefs.com>
2023-10-02 08:23:27 +00:00
Duc Canh Le
0064d3637f
rebuild indexes and projections when UPDATE compact parts with index_granularity_bytes > 0
...
Signed-off-by: Duc Canh Le <duccanh.le@ahrefs.com>
2023-10-02 07:36:57 +00:00
Alexey Milovidov
9200b121ac
Merge pull request #55189 from ClickHouse/remove-meilisearch
...
Remove Meilisearch
2023-10-01 01:57:04 +03:00
Alexey Milovidov
5ef68f0b36
Fix integration test
2023-09-30 23:03:35 +02:00
Alexey Milovidov
c180b750ad
Merge pull request #55192 from ClibMouse/libssh_fixes
...
Fix libssh+openssl3 & s390x (Part 2.1)
2023-09-30 23:58:14 +03:00
Boris Kuschel
5b9a00d727
new libssh
2023-09-30 06:42:05 -07:00
Boris Kuschel
b618756f0a
Remote compat always
2023-09-30 06:40:18 -07:00
Gabriel Archer
00da4e01c0
tabs
2023-09-30 14:11:10 +02:00
Gabriel Archer
b89ff6ee6c
tabs
2023-09-30 13:27:32 +02:00
Gabriel Archer
a6968a9a02
simpler
2023-09-30 13:14:09 +02:00
Alexey Milovidov
6c408c7867
Merge pull request #55071 from ClickHouse/nikitamikhaylov-patch-1
...
Use `source` instead of `bash` for pre-build script
2023-09-30 08:58:27 +03:00
Alexey Milovidov
be9a3cea42
Merge pull request #55122 from ClickHouse/vdimir/status_comment_link
...
Add links to check reports in status comment
2023-09-30 08:55:54 +03:00
Alexey Milovidov
ade3383147
Merge pull request #55190 from ClickHouse/follow-up-49043
...
Fix wrong test name
2023-09-30 08:54:17 +03:00
Julian Maicher
7db4023928
style: Apply black formatter
2023-09-30 07:04:05 +02:00
Julian Maicher
c93fcd31fd
fix: Use recursive mutex to prevent deadlock
...
`LDAPAccessStorage` performs role lookups via `AccessControl::find` in `update_func` passed to `MemoryAccessStorage::update`, which is guarded by a mutex.
This can lead to deadlocks for non-existing roles caused by reentrance via `MultipleAccessStorage::find` and `LDAPAccessStorage::find` to `MemoryAccessStorage::find`, which is guarded by the same mutex.
Note: We already use `std::recursive_mutex` for the same reason in `LDAPAccessStorage`.
Fixes #54318
2023-09-30 07:03:25 +02:00
Julian Maicher
19f8f365b2
test: Add IT that reproduces deadlock
2023-09-30 07:03:25 +02:00
Alexey Milovidov
57be76aeec
Merge branch 'master' into grace-hash-join-structure-mismatch
2023-09-30 08:00:22 +03:00
Alexey Milovidov
5e657b2691
Fix wrong test name
2023-09-30 06:55:56 +02:00
Alexey Milovidov
b2b6720737
Merge pull request #49043 from RoryCrispin/dict-lifetime-validation
...
Validate direct dictionary lifetime is unset during creation
2023-09-30 07:54:50 +03:00
Alexey Milovidov
3f0199b047
Merge branch 'master' into anti-join-invalid-number-of-rows-in-chunk
2023-09-30 07:48:55 +03:00
Alexey Milovidov
180562adfb
Merge pull request #55132 from ClickHouse/fix_deadlock_backups
...
Fix deadlock in backups
2023-09-30 07:20:19 +03:00
Alexey Milovidov
5ebd8ef41d
Remove Meilisearch
2023-09-30 06:02:38 +02:00
Alexey Milovidov
9074f76168
Merge branch 'master' into remove-in-memory-data-parts
2023-09-30 05:56:25 +02:00
Alexey Milovidov
e39a5e4c63
Merge pull request #55188 from ClickHouse/revert-55187-libssh_fixes
...
Revert "Fix libssh+openssl3 & s390x (part 2)"
2023-09-30 06:45:27 +03:00
Alexey Milovidov
e8696b62ce
Revert "Fix libssh+openssl3 & s390x (part 2)"
2023-09-30 06:45:19 +03:00
Alexey Milovidov
6e87fa3f67
Merge branch 'master' of github.com:ClickHouse/ClickHouse into remove-in-memory-data-parts
2023-09-30 05:12:29 +02:00
Alexey Milovidov
de8e068da7
Merge pull request #55184 from ClickHouse/remove-garbage-broken-detached-parts
...
Remove the removal of broken detached parts
2023-09-30 06:10:40 +03:00
Alexey Milovidov
7b7abd11f4
Merge pull request #55187 from ClibMouse/libssh_fixes
...
Fix libssh+openssl3 & s390x (part 2)
2023-09-30 06:10:15 +03:00