citus
citus copied to clipboard
Distributed PostgreSQL as an extension
_(Issue still under construction ...)_ We need to support the following, or print meaningful error messages for currently unsupported features in Citus - [ ] PG 17 introduced a new...
I'm seeing a different issue compiling this branch on arm64/MacOS than I do on `main` against 16 (neither work, so this isn't a regression): **Against 17 (this branch)**: ``` Undefined...
Discovered a serious bug: concurrent insert/delete operations on the reference table can lead to data inconsistency, resulting in different row counts and contents of the reference table across different DN...
The result of FindWorkerNode() is usually checked against NULL.
…ndidateRelids DESCRIPTION: PR description that will go into the change log, up to 78 characters
Hi team, I got problem when I going to install Citus in Ubuntu 24.04. Here's the error: ``` $ curl https://install.citusdata.com/community/deb.sh | sudo bash % Total % Received % Xferd...
# What is wrong On pages listed below Fedora is listed as Linux distribution that works out of the box but when I run step one I am getting following...
DESCRIPTION: Adds support for running index ddl commands from workers This is the first phase in adding support for running DDL commands from any node. The following are supported: -...
I am setting up Citus cluster having 1 Coord and 2 Workers. I have created a user named citus on all servers using initdb. I have properly set the coordinator...
In the function TaskConcurrentCancelCheck() the pointer "task" was utilized after checking against NULL, which can lead to dereference of the null pointer. To avoid the problem, added a separate handling...