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

We were checking just range table list to detect local-dist table joins but there can be vars referencing to outer queries which belong to a distributed table.

DESCRIPTION: Adds a citus_nodes view showing details on Citus nodes Proposal for adding a view that shows all Citus nodes and their database sizes in a human readable format. ```sql...

Draft PR to collect early feedback and facilitate discussions for Citus Incremental Materialized Views (CIMV).

prototype

DESCRIPTION: don't send unnecessary cancels Citus blindly sent cancelations to the workers in case of a connection shutdown, or a `ROLLBACK TO SAVEPOINT`. These cancel requests are handy to speedup...

Related issue #1293 Related another pr #4241 Planner combines multiple fields accesses to same composite type column in a single FieldStore object and "processIndirection" function that we use to deparse...

sql
prototype

Users need to install downgrade scripts as well for `multi_extension` test to pass. Fixes https://github.com/citusdata/citus/issues/4081 Maybe we can consider backporting this to release-9.3 & release-9.4 branches ?

Fixes #3979 The main idea is that it would be good to be able to get backtrace directly from our code when needed, let it be errors, logs, assert failures...

enhancement

Needed for this enterprise PR: https://github.com/citusdata/citus-enterprise/pull/447

This is a CI script to make sure if `citus--X--Y.sql` is updated on a branch, `citus--Y--X.sql` should be updated as well. Thus making all future schema changes to be coupled...

#3690 didn't support this because it was segfaulting DESCRIPTION: Allow subqueries in `LIMIT`/`OFFSET` Interesting to note that at this line: https://github.com/citusdata/citus/blob/c8d0e45dd4f9f55a88aa7e39800cb92f0a58c1bc/src/backend/distributed/planner/distributed_planner.c#L1383 I was able to add `finalPlan->paramExecTypes = localPlan->paramExecTypes` to...

sql