Muhammad Usama

Results 8 issues of Muhammad Usama

## Bug Report Pl/iSQL is not allowing to use of the 'name' as a variable name. ``` postgres=# CREATE OR REPLACE PROCEDURE test_proc ( name OUT TEXT) IS postgres$# BEGIN...

bug

This commit implements ddl-start and ddl-end event triggers to identify index creation operations on encrypted tables. Upon creating an index on an encrypted table, the trigger function updates the global...

This commit implements ddl-start and ddl-end event triggers to identify index creation operations on encrypted tables. Upon creating an index on an encrypted table, the trigger function updates the global...

This pull request delivers a major speedup for cluster maintenance by parallelizing shard rebalancing and eliminating the bottlenecks that prevented concurrent logical-replication moves. Together, these changes shorten rebalance windows—especially for...

This PR addresses two reported issues: citusdata#7698 and citusdata#7697. Both issues involve incorrect query results when a query references both local and distributed tables, and includes a WHERE EXISTS clause...

### Overview This PR fixes a bug where Citus incorrectly rejects valid colocated joins when Row Level Security (RLS) policies use volatile functions like current_setting(). The issue occurs because PostgreSQL's...

When adding a worker node to a Citus cluster, metadata synchronization would fail if any distributed table used a DOMAIN type defined in a non-public schema as its distribution column....

DESCRIPTION: Make citus_create_restore_point MX-safe by blocking 2PC commit decisions Problem: -------- In coordinator-only mode, citus_create_restore_point() creates consistent restore points by blocking distributed writes at the coordinator level, which is safe...