citus/src/backend/distributed
Onder Kalaci ed3f298eb3 Use a fixed application_name while connecting to remote nodes
Citus heavily relies on application_name, see
`IsCitusInitiatedRemoteBackend()`.

But if the user set the application name, such as export PGAPPNAME=test_name,
Citus uses that name while connecting to the remote node.

With this commit, we ensure that Citus always connects with
the "citus" user name to the remote nodes.

(cherry picked from commit b26eeaecd3)
2022-01-27 12:58:04 +01:00
..
commands Tell other backends it's safe to ignore the backend that concurrently built the shell table index (#5520) 2022-01-13 14:36:22 +03:00
connection Use a fixed application_name while connecting to remote nodes 2022-01-27 12:58:04 +01:00
deparser Support operator class parameters in indexes 2021-12-15 20:10:56 +03:00
executor Enable binary encoding by default on PG14 2021-09-06 10:27:29 +02:00
metadata Add missing version checks for citus_internal_XXX functions 2021-09-20 13:50:47 +03:00
operations Fixes bug about int and smallint sequences on MX (#5254) 2021-09-09 23:41:07 +03:00
planner Fix missing from entry 2021-11-08 12:44:18 +03:00
progress Avoid two race conditions in the rebalance progress monitor (#5050) 2021-06-21 14:03:42 +00:00
relay Add CREATE INDEX ... ON ONLY and ALTER INDEX ... ATTACH PARTITION (#4938 #4980) 2021-08-13 13:12:45 +03:00
sql Introduce dependencies from columnarAM to columnar metadata objects 2021-11-26 10:02:11 +03:00
test Introduces stats_compat macro for MemoryContextMethods->stats 2021-09-03 15:27:24 +03:00
transaction Swallow errors while aborting remote transactions 2021-09-10 11:06:16 +03:00
utils Add fix_partition_shard_index_names udf to fix currently broken names (#5291) 2021-11-09 08:56:57 +01:00
worker Do not include return table params in the function arg list (#5568) 2021-12-23 18:07:46 +03:00
.gitignore Change SQL migration build process for easier reviews (#2951) 2019-09-13 18:44:27 +02:00
Makefile Fix minor issues with makefile targets (#4717) 2021-04-28 15:46:55 +03:00
citus.control Fix index name udf scripts for 10.2 and bump use of new sql functions 2021-11-09 08:56:57 +01:00
safeclib Compile safestringlib using regular configure 2020-03-19 11:52:20 +01:00
shared_library_init.c Enable binary encoding by default on PG14 2021-09-06 10:27:29 +02:00