Kexiang Wang
Kexiang Wang
## Description of changes Risingwave plays a role as a computing engine and storage system in Streaming ecosystems. Usually, a streaming workload will include two/three systems like this: `upstream data...
## Info - **Description** - [ What's changed? Which parts of the docs are affected? ] - **Notes** - [ Include any supplementary context or references here. ] - **Related...
### Describe the bug In https://github.com/risingwavelabs/risingwave/pull/16346, we allow mapping numeric to varchar in postgres-cdc to avoid the precision loss of pg-numeric to rw-numeric in some scenarios. However the spacial value...
### Describe the bug Currenly, we print a float keeping at least one digit after the decimal point. One example of [`to_jsonb`](https://github.com/risingwavelabs/risingwave/pull/13161#issuecomment-1786310807): ``` select to_jsonb(1.0000::float); # PG: to_jsonb ---------- 1...
To support more ORM tools, it's necessary to add more system information functions/expressions. Here's the corresponding [list in Postgres](https://www.postgresql.org/docs/9.5/functions-info.html). ### Session Information Functions - [ ] current_catalog - [x] current_database...
### Is your feature request related to a problem? Please describe. One user use a service discovery to expose the container to each others. So when filling the argument `advertise-addr`...
### Describe the bug Current, `to_char` works like this: 1. find all the format item like 'YYYY(means year)' 2. replace them with the number 3. if the format item is...
### Is your feature request related to a problem? Please describe. Currently, we use function call signature to identify a function call based on the persisted proto files. When we...
… to 2.6.2.Fianl I hereby agree to the terms of the [RisingWave Labs, Inc. Contributor License Agreement](https://gist.github.com/TennyZhuang/f00be7f16996ea48effb049aa7be4d66#file-rw_cla). ## What's changed and what's your intention? Due to some fixes/fetures requirements, tentatively...
I hereby agree to the terms of the [RisingWave Labs, Inc. Contributor License Agreement](https://gist.github.com/TennyZhuang/f00be7f16996ea48effb049aa7be4d66#file-rw_cla). ## What's changed and what's your intention? support sql server cdc (WIP) ## Checklist - [...