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

I refactored circleci config such that we can use commands to reuse some duplicated steps in jobs.

On PG 15, public schema requires explicit GRANT, so lets avoid the conflict helpful for #6085

Coordinator host can be set using SELECT citus_set_coordinator_host ('192.168.5.1', 5434) Two questions: - Can this setting be found out later on via e.g. SELECT citus_get_coordinator_host ()? - If for example...

First, on a distributed table, we do not allow `ALTER SEQUENCE "sc1" OWNED BY test.b;` ```SQL ALTER SEQUENCE "sc1" OWNED BY test.b; ERROR: Altering a distributed sequence is currently not...

bug
backport
mx

DESCRIPTION: Remove the GUC, citus.enable_unsafe_triggers, mention in the error message as this config is meant for advanced users.

#6085 will introduce PG15 support. Postgres 15 brings numerous new features, see Release Notes [here](https://www.postgresql.org/docs/15/release-15.html). In this issue, we wanted to list some of the items that Citus may need...

PG15 introduced support for security invoker views. All views before PG15 are security definer views. A security definer view checks privileges of the view owner, rather than checking for permissions...

We started to see some flaky results in `columnar_first_row_number` test. After 74ce210f8b23f592d2b4308fb4a0f69f7dd73e88 was committed, the same regression test failed on both [PG13](https://app.circleci.com/pipelines/github/citusdata/citus/24438/workflows/0d50fb36-87e5-47bc-b18d-dfdde3285e3c/jobs/669065) and [PG14](https://app.circleci.com/pipelines/github/citusdata/citus/24438/workflows/0d50fb36-87e5-47bc-b18d-dfdde3285e3c/jobs/669082) on `master` branch with the same...

bug
columnar
dev_reported

Hi everyone! Congratulations for the release 11.0.5(tag v11.0.5)! We believe (https://stackgres.io team) have found a tiny detail, maybe was forgotten in this release. Inside the [control file](https://github.com/citusdata/citus/blob/v11.0.5/src/backend/distributed/citus.control) the `default_version` property...

Using the citus_14-11.1.0.citus-0.0.git.20220810.1662729.el7.x86_64.rpm nightly package, tried Citus 11.0 to Citus 11.1 upgrade scenario in Marlin. Error happens during alter extension step at https://msdata.visualstudio.com/Database%20Systems/_git/Marlin?path=/instance/lib/citus_upgrade.rb&version=GBmaster&line=116&lineEnd=117&lineStartColumn=1&lineEndColumn=1&lineStyle=plain&_a=contents where we run following (shellescaped) query **CREATE\...