citus icon indicating copy to clipboard operation
citus copied to clipboard

Distributed PostgreSQL as an extension

Results 498 citus issues
Sort by recently updated
recently updated
newest added

Is there any plan to provide a fully managed citus on other clouds, especially on GCP ?

Based on https://github.com/citusdata/citus/issues/6102#issuecomment-1199955084 & https://github.com/citusdata/citus/issues/6102#issuecomment-1200151367: ```sql create table test1 ( dist_col text, random_col_1 text, random_col_2 int ); create table test2 ( dist_col text, random_col_1 text, random_col_2 int, random_col_3 int, random_col_4...

bug

This removes some warnings that are present when building on Ubuntu 22.04. It does two separate things: 1. **Rename configure.in to configure.ac** Otherwise `./autoconf.sh` on Ubuntu 22.04 shows this warning:...

Experiment on how to do index management via workers. TODO: - [ ] Make AcquireDistributedLockOnRelations more like RangeVarGetRelidExtended to prevent unprivileged users from taking aggressive locks before their permissions are...

Using binary encoding can save a lot of CPU cycles, both on the sender and on the receiver. Since the walsender and walreceiver processes are single threaded, this can matter...

DESCRIPTION: PR description that will go into the change log, up to 78 characters

This PR aims to introduce first usages of blocker conditions in isolation tests in an attempt to make the order of outputs deterministic. More details can be found at https://github.com/postgres/postgres/blob/5f0adec2537dab531ef63ff6e0fe640698a291d9/src/test/isolation/README#L151-L204

From time to time, we see that the spacing changes randomly in some PRs such as [here](https://github.com/citusdata/citus/pull/5964#discussion_r884496081) The problem is that we have different editor configurations in the team and...

DESCRIPTION: PR description that will go into the change log, up to 78 characters

columnar

On top of #5897 Fixes #5538 [ ] Test with worker node restart [ ] Test with worker server restart on a multi-node cluster