citus
citus copied to clipboard
Distributed PostgreSQL as an extension
Routine that returns monotonically increasing logical clock value, as close to epoch value (in milli seconds) as possible, with the guarantee that it will never go back from its current...
The reason the test was only sometimes failing is that previous DDL commands triggered propagation of the `search_path` value on the cached connections. By disabling connection caching the tests started...
This PR adds a new Github Actions Workflow to run our statical analysis tool, CodeQL. TODO after getting some reviews: - [ ] Remove `codeql-workflow` from `on.push.branches` as I included...
DESCRIPTION: Fix description of citus.distributed_deadlock_detection_factor The long description of the `citus.distributed_deadlock_detection_factor` setting was incorrectly stating that 1000 would disable it. Instead -1 is the value that disables distributed deadlock detection.
DESCRIPTION: Add a GUC to require coordinator in the metadata This requires some major test changes, but it would be good to start requiring coordinator in the metadata.
Thought that we could drop one of three ruleutils files by making use of compile-time checks, in order to improve maintainability of those copied files. Given that we will anyway...
DESCRIPTION: Add an extract_equality_filters_from_query diagnostic function Per discussion with @saicitus , it would be useful to have a function to analyze filters and joins in queries in order to establish...
When running only a single test using `arbitrary-configs-base` a large part of the time is spent in setup of the tables. These separate setup scripts can all be safely parallelized....
Fixes https://github.com/citusdata/citus/issues/5621. DESCRIPTION: Fixes a bug that causes incorrect evaluation of UPDATE/UPSERT commands over array/jsonb columns When re-writing query tree, postgres combines multiple subscripting operators referencing to the same attribute...
DESCRIPTION: PR description that will go into the change log, up to 78 characters