citus/src/backend/distributed
Hadi Moshayedi bc1a800f70 Use current user for repartition join temp schemas.
Otherwise when using a less privileged user we might get
errors when trying to create the schema.
2020-02-04 09:48:20 -08:00
..
commands Locally execute queries that don't need any data access (#3410) 2020-01-23 18:28:34 +01:00
connection Fixup 2020-02-03 11:59:55 +01:00
deparser Adds propagation for grant on schema commands 2020-01-20 14:51:28 +03:00
executor Use current user for repartition join temp schemas. 2020-02-04 09:48:20 -08:00
master Do not place new shards with shards in TO_DELETE state (#3408) 2020-01-22 14:52:12 +01:00
metadata CurrentDatabaseName: return const char* as we're borrowing from cache 2020-01-23 22:49:35 +00:00
planner Don't use distributed insert/select for repartitioned joins 2020-02-03 13:13:30 -08:00
progress Automatically convert useless declarations using regex replace (#3181) 2019-11-21 13:47:29 +01:00
relay Adds alter table schema propagation 2020-01-16 17:04:16 +03:00
sql Use current user for repartition join temp schemas. 2020-02-04 09:48:20 -08:00
test CitusRemoveDirectory: loop when directory is not empty 2020-01-30 20:02:08 +00:00
transaction Locally execute queries that don't need any data access (#3410) 2020-01-23 18:28:34 +01:00
utils Make sure to go deeper into the functions to search for PARAMs 2020-02-03 09:36:12 +01:00
worker Use current user for repartition join temp schemas. 2020-02-04 09:48:20 -08:00
.gitignore Change SQL migration build process for easier reviews (#2951) 2019-09-13 18:44:27 +02:00
Makefile Makefile fix DESTDIR together with cleanup (#3342) 2019-12-27 10:34:57 +01:00
citus.control Locally execute queries that don't need any data access (#3410) 2020-01-23 18:28:34 +01:00
shared_library_init.c Hide citus.enable_ddl_propagation setting (#3437) 2020-01-29 10:17:53 +01:00