citus/src/backend/distributed/transaction
Onur Tirtir 240313e286
Support role commands from any node (#7278)
DESCRIPTION: Adds support from issuing role management commands from worker nodes

It's unlikely to get into a distributed deadlock with role commands, we
don't care much about them at the moment.
There were several attempts to reduce the chances of a deadlock but we
didn't any of them merged into main branch yet, see:
#7325
#7016
#7009
2023-11-10 09:58:51 +00:00
..
backend_data.c move pg_version_constants.h to toplevel include (#7335) 2023-11-09 15:09:39 +00:00
citus_dist_stat_activity.c Updates citus_dist_stat_activity to use citus_stat_activity 2022-03-04 17:28:17 +03:00
distributed_deadlock_detection.c Remove unused functions (#6220) 2022-08-22 11:53:25 +03:00
lock_graph.c PG16 compatibility: Resolve compilation issues (#7005) 2023-07-21 14:32:37 +03:00
relation_access_tracking.c move pg_version_constants.h to toplevel include (#7335) 2023-11-09 15:09:39 +00:00
remote_transaction.c Also reset transactions at connection shutdown (#6685) 2023-02-02 16:05:34 +01:00
transaction_management.c Fixes visibility problems with dependency propagation (#7028) 2023-09-05 18:04:16 +03:00
transaction_recovery.c move pg_version_constants.h to toplevel include (#7335) 2023-11-09 15:09:39 +00:00
worker_transaction.c Support role commands from any node (#7278) 2023-11-10 09:58:51 +00:00