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

DESCRIPTION: Drops PG15 support _Note to reviewer:_ You can review commit by commit, the commit message should be explanatory enough. Fixes #8351 Sister PR https://github.com/citusdata/the-process/pull/178

Adds Citus compatibility with PostgreSQL 18.0 by wiring PG18 into the devcontainer, configure checks, and CI matrices. ### Summary - Build PostgreSQL 18.0 in the devcontainer image via `pgenv` and...

pg18_support

fix https://github.com/citusdata/citus/issues/8310 PG vanilla commit ab16418ee0e changed StatisticsObjIsVisible logic, so output for temp objects in propogate_statistic test was changed. Fixed normalized.sed for this.

fixes #8249 On PostgreSQL 18, opening another backend’s temporary relation is rejected earlier. Our public columnar views (`columnar.storage`, and those that join through it) could traverse other sessions’ temp tables...

columnar

### Overview This PR fixes a bug where Citus incorrectly rejects valid colocated joins when Row Level Security (RLS) policies use volatile functions like current_setting(). The issue occurs because PostgreSQL's...

Sister PR https://github.com/citusdata/the-process/pull/162

cherry-pick-12.1
cherry-pick-13.0
cherry-pick-13.1
cherry-pick-13.2

Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.0.6 to 3.1.4. Release notes Sourced from werkzeug's releases. 3.1.4 This is the Werkzeug 3.1.4 fix release, which fixes bugs but does not otherwise change behavior and...

dependencies
python

When adding a worker node to a Citus cluster, metadata synchronization would fail if any distributed table used a DOMAIN type defined in a non-public schema as its distribution column....

Hi! I'm investigating excessive load in a particular setup. Here we notice many many small writes (38 bytes) on this ZFS backed filesystem; which look like they cause a write...