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

Relaxes the Citus version compatibility check for asynchronous replica upgrades. Citus requires the loaded shared library and the installed extension to have identical major and minor versions. This change keeps...

The PR refactors the workflow runs and adds support for creating citus using a given version in test suite. - refactor `.github/workflows/build_and_test.yml` to run the shared `run_tests.yml` workflow for the...

related to https://github.com/citusdata/citus/issues/8279 ```diff diff -dU10 -w /__w/citus/citus/src/test/regress/expected/multi_mx_hide_shard_names.out /__w/citus/citus/src/test/regress/results/multi_mx_hide_shard_names.out --- /__w/citus/citus/src/test/regress/expected/multi_mx_hide_shard_names.out.modified 2025-10-17 11:46:12.512182101 +0000 +++ /__w/citus/citus/src/test/regress/results/multi_mx_hide_shard_names.out.modified 2025-10-17 11:46:12.526182131 +0000 @@ -116,25 +116,24 @@ LEFT JOIN pg_catalog.pg_namespace n ON n.oid =...

pg18_work_item

DESCRIPTION: Make citus_create_restore_point MX-safe by blocking 2PC commit decisions Problem: -------- In coordinator-only mode, citus_create_restore_point() creates consistent restore points by blocking distributed writes at the coordinator level, which is safe...

### How to Contribute to Citus PostgreSQL 18 Integration We're currently integrating PostgreSQL 18 (beta2) into Citus and welcome your contribution to resolve regress test failures and ensure compatibility. ###...

pg18_support

Running the following SQL query always causes SEGFAULT in Citus 13.1.0/13.1.1 with PG17.5. Tthis issue seems similar to #7705, but SEGFAULT with both of HSTORE condition and OUTER JOIN. Testing...

bug
upstream

Citus 13.0.1, Postgres 17.2 Issuing `CREATE INDEX CONCURRENTLY IF NOT EXISTS ix_name ...` on a table where the index exists returns ``` relation "ix_name" already exists, skipping ``` but actually...

needs-investigation

Hello! On our test system, Citus tests are run daily on a large number of operating systems. Virtual machines are created on a hypervisor with 4GB of RAM and 2...

flaky test
needs-more-info

DESCRIPTION: Upgrade CodeQL action versions to v4 (as v3 is deprecated)