citus
citus copied to clipboard
Distributed PostgreSQL as an extension
Hi, v17 beta1 is out, so this is the placeholder ticket for v17 support. Regards, Devrim
Citus has long lacked a facility for specifying much of anything other than a host and port name for worker machines. While this simple `` approach works for the simplest...
fix issue https://github.com/citusdata/citus/issues/7621
The test added in #7604 doesn't reach the `HasRangeTableRef` function and thus doesn't test what it should.
This issue is the following question of [this issue](https://github.com/citusdata/citus/issues/7608#issue-2318938239), I can not re-open it so I create the new one. My question is about how Citus would work in a...
DESCRIPTION: Fixed issue of dissapearing comments after undistributing table. This is a proposed solution to #6768 which migrates table and column comments after undistributing a table. Included are 3 tests...
``` PostgreSQL 15.7 Citus 12.1.-1 datasketches 1.6.0 ``` ``` select version(); version --------------------------------------------------------------------------------------------------------- PostgreSQL 15.7 on x86_64-pc-linux-gnu, compiled by gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-44), 64-bit ``` ``` explain...
Normally our bash scripts fail when a command fails because we make sure they contain `set -e`. In `generate_citus_tarballs.sh` this didn't work well though due the actual commands being inside...
Hello, When I call `alter_table_set_access_method` there is some period of time where there is an AccessExclusiveLock set on the parent table. This lock can be set for a while because...