jsc0218
7828a4ba85
Merge pull request #56241 from YuanHanzhong/master
...
Fix doc typo
2023-11-02 21:10:18 -04:00
Dmitry Novik
2db74997a8
Fix typo
2023-11-03 01:34:07 +01:00
Dmitry Novik
f6733ac7ab
Add documentation for ATTACH DATABASE
2023-11-03 01:21:11 +01:00
Dmitry Novik
49d553369e
Add info about DETACH DATABASE
2023-11-03 01:12:58 +01:00
alesapin
2daff2d41e
Fxi
2023-11-03 00:32:07 +01:00
Peignon Melvyn
5d939f6df0
Update detach.md
...
Added detach database
2023-11-03 00:23:56 +01:00
Robert Schulze
341b17ba80
Remove more dead code
2023-11-02 21:44:47 +00:00
Robert Schulze
68159b7f20
Make the tests 14.3% more aesthetic
2023-11-02 21:43:17 +00:00
Robert Schulze
910477b1bd
Add FROM_DAYS() alias
2023-11-02 21:43:17 +00:00
Robert Schulze
0b587d3cea
Remove overflow setting
...
Reason 1:
- https://github.com/ClickHouse/ClickHouse/pull/55696#issuecomment-1774130793
Basically: Setting `date_time_overflow_behavior` applies only to
conversions between Date <-> Date32 <-> DateTime <-> DateTime64 but
it does not control the behavior of functions.
Reason 2:
- It's overkill (even if well-intented overkill). ClickHouse generally
has a garbage in - garbate out philosophy, so that should be the
default behavior which corresponds to behavior "ignore". Moreover,
function 'fromDaysSinceYearZero()' mostly exists for compatibility /
parity with MySQL and MySQL takes the same stance.
2023-11-02 21:43:17 +00:00
Robert Schulze
92f0c7e522
Move DAYS_BETWEEN_YEARS_0_AND_1970 back to indicate the relation to ToDaysSinceYearZero
2023-11-02 20:58:53 +00:00
Robert Schulze
492af27feb
Update docs
2023-11-02 20:56:01 +00:00
Robert Schulze
c6f826d929
Uppercase constants
2023-11-02 20:56:01 +00:00
Robert Schulze
4ccdad50c1
Remove a few unnecessary function implementations
2023-11-02 20:56:01 +00:00
Robert Schulze
dee8775c6a
Use FunctionArgumentDescriptors in getReturnTypeImpl()
2023-11-02 20:56:01 +00:00
Alexey Milovidov
f53c00bd2a
Merge pull request #56278 from ClickHouse/auto/v23.10.1.1976-stable
...
Update version_date.tsv and changelogs after v23.10.1.1976-stable
2023-11-02 21:29:44 +01:00
robot-clickhouse
a8aa32fd3d
Update version_date.tsv and changelogs after v23.10.1.1976-stable
2023-11-02 19:34:42 +00:00
Alexey Milovidov
b400a6682e
Merge pull request #56275 from ClickHouse/23.11-prepare
...
Update version after release
2023-11-02 20:20:03 +01:00
Alexey Milovidov
1348d4c696
Update autogenerated version to 23.11.1.1 and contributors
2023-11-02 20:18:15 +01:00
Alexander Tokmakov
e88fa10aa2
Merge pull request #56142 from ClickHouse/make_replicated_start_more_robust
...
Better process broken parts on table start for replicated tables
2023-11-02 20:11:22 +01:00
Nikolai Kochetov
f08c13a2ba
Fix incomplete query result for UNION in view() function.
2023-11-02 18:33:57 +00:00
Alexander Tokmakov
602e0c3a27
Merge pull request #56215 from ClickHouse/tavplubix-patch-9
...
Add a log message for DatabaseReplicated
2023-11-02 18:35:17 +01:00
Nikita Taranov
3069db71f1
Fix wrong attribution of untracked memory to a user/query ( #56089 )
...
* impl
* add tests
* add tests
* fix typo
2023-11-02 17:14:15 +01:00
Alexander Tokmakov
76e6b75ae2
Merge pull request #56214 from ClickHouse/hide-setup-plan
...
Improve integrations tests
2023-11-02 16:59:40 +01:00
Nikolay Degterinsky
03ca16cc61
Fix test
2023-11-02 15:52:39 +00:00
avogar
5f7a387126
Fix test reference
2023-11-02 15:20:16 +00:00
Robert Schulze
99dd3ed060
Merge pull request #56226 from HarryLeeIBM/hlee-ftsearch-compress
...
Add compression of posting lists for inverted index
2023-11-02 15:56:30 +01:00
Antonio Andelic
33d0974262
Check if system_logs exist
2023-11-02 14:46:06 +00:00
Azat Khuzhin
decf85baca
Add ability to specify BlockBasedTableOptions for rocksdb
...
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-11-02 15:36:00 +01:00
robot-clickhouse
13adae0e42
Merge pull request #56244 from ne1r0n/patch-4
...
[Docs] fix typo
2023-11-02 14:59:19 +01:00
Alexey Milovidov
b0bd052f8d
Merge pull request #55837 from ClibMouse/feature/big-endian-ip-aggregate-function-states
...
Correct aggregate functions ser/deserialization to be endianness-independent.
2023-11-02 14:50:26 +01:00
kssenii
d0bc77f084
Fxi
2023-11-02 14:45:15 +01:00
Nikita Taranov
b078443826
Fix typo in largestTriangleThreeBuckets.md ( #56263 )
2023-11-02 14:45:13 +01:00
Alexey Milovidov
b3b8442382
Merge pull request #56261 from Algunenano/fix_orc_commit
...
Fix ORC commit
2023-11-02 14:28:00 +01:00
Joanna Hulboj
3a85f79fcb
More fixes after CI, negatives check
2023-11-02 13:19:18 +00:00
Raúl Marín
f4296962c6
Fix ORC commit
2023-11-02 13:17:19 +00:00
Robert Schulze
79cbaf406d
Merge pull request #56199 from yokofly/update-cross-compile-doc
...
[Docs] Update cross-compilation guide for OSX
2023-11-02 13:38:06 +01:00
Azat Khuzhin
cea78cd093
Add a warning if delayed accounting is not enabled (breaks OSIOWaitMicroseconds) ( #56227 )
...
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-11-02 13:21:27 +01:00
Raúl Marín
39163b4e31
Merge pull request #56175 from amosbird/fix-flaky-jbod-balancer
...
Fix flaky test of jbod balancer.
2023-11-02 13:19:21 +01:00
Alexey Milovidov
a0861bc7fc
Merge branch 'changelog-23.10'
2023-11-02 13:08:37 +01:00
Alexey Milovidov
d2a9ac14c0
Changelog for 23.10
2023-11-02 13:08:18 +01:00
Antonio Andelic
1a75970486
PR review
2023-11-02 11:57:26 +00:00
Robert Schulze
6d08a441fa
Update build-cross-osx.md
2023-11-02 12:41:31 +01:00
Alexey Milovidov
4f4e786e36
Merge pull request #56255 from ClickHouse/changelog-23.10
...
Changelog for 23.10
2023-11-02 12:34:46 +01:00
Alexey Milovidov
300433a19c
Changelog for 23.10
2023-11-02 12:34:29 +01:00
Raúl Marín
728c20f36d
Merge remote-tracking branch 'blessed/master' into r52159
2023-11-02 11:33:16 +00:00
alesapin
3ba12b6e3e
Merge pull request #56238 from evillique/remove-less-parts
...
Do not remove part if `Too many open files` is thrown
2023-11-02 12:33:02 +01:00
Alexey Milovidov
da79926c04
Changelog for 23.10
2023-11-02 12:30:21 +01:00
Alexey Milovidov
cdbf7c41f5
Changelog for 23.10
2023-11-02 12:29:10 +01:00
Alexey Milovidov
1267246785
Merge pull request #55642 from ClickHouse/morton-utils
...
Indexing by space-filling curves
2023-11-02 12:21:33 +01:00