citus/src/backend/distributed
Ahmet Gedemenli 96912d9ba1
Add status column to get_rebalance_progress() (#6403)
DESCRIPTION: Adds status column to get_rebalance_progress()

Introduces a new column named `status` for the function
`get_rebalance_progress()`. For each ongoing shard move, this column
will reveal information about that shard move operation's current
status.

For now, candidate status messages could be one of the below.

* Not Started
* Setting Up
* Copying Data
* Catching Up
* Creating Constraints
* Final Catchup
* Creating Foreign Keys
* Completing
* Completed
2022-10-17 16:55:31 +03:00
..
commands Fixes empty password issue (#6417) 2022-10-11 15:56:44 +03:00
connection Detect remotely closed sockets and add a single connection retry in the executor (#6404) 2022-10-14 15:08:49 +02:00
deparser Properly set col names for shard rels that citus_extradata_container points to (#6428) 2022-10-14 17:31:25 +03:00
executor Detect remotely closed sockets and add a single connection retry in the executor (#6404) 2022-10-14 15:08:49 +02:00
metadata Don't reassign global PID when already assigned (#6412) 2022-10-11 16:41:01 +02:00
operations Add status column to get_rebalance_progress() (#6403) 2022-10-17 16:55:31 +03:00
planner Prevent failures on partitioned distributed tables with statistics objects on PG 15 2022-09-15 14:36:05 +03:00
progress Add status column to get_rebalance_progress() (#6403) 2022-10-17 16:55:31 +03:00
relay Drop postgres 12 support (#6040) 2022-07-20 17:49:36 +03:00
replication Add status column to get_rebalance_progress() (#6403) 2022-10-17 16:55:31 +03:00
shardsplit Introduce code changes to fix Issue:6303 (#6328) 2022-09-14 19:56:32 +05:30
sql Add status column to get_rebalance_progress() (#6403) 2022-10-17 16:55:31 +03:00
test Create all foreign keys quickly at the end of a shard move (#6148) 2022-09-09 09:58:33 +02:00
transaction Don't reassign global PID when already assigned (#6412) 2022-10-11 16:41:01 +02:00
utils Remove missing declaration warning (#6330) 2022-09-13 13:48:51 +03:00
worker Remove unused functions (#6220) 2022-08-22 11:53:25 +03:00
.gitignore Change SQL migration build process for easier reviews (#2951) 2019-09-13 18:44:27 +02:00
Makefile Introduce Non-Blocking Shard Split Workflow 2022-08-04 16:32:38 +02:00
citus--11.1-1.control Support citus_columnar as separate extension (#5911) 2022-07-13 21:08:29 -07:00
citus.control Bump Citus to 11.2devel (#6385) 2022-09-30 14:47:42 +03:00
safeclib Compile safestringlib using regular configure 2020-03-19 11:52:20 +01:00
shared_library_init.c Don't reassign global PID when already assigned (#6412) 2022-10-11 16:41:01 +02:00