citus/src/backend/distributed
Philip Dubé 29f1ea079b PG_VERSION_NUM > 110000 should be PG_VERSION_NUM >= 110000
Also fix a > 12000 typo
2019-09-30 23:37:43 +00:00
..
commands PG_VERSION_NUM > 110000 should be PG_VERSION_NUM >= 110000 2019-09-30 23:37:43 +00:00
connection Avoid caching connections from backends that servicei internal connections 2019-09-28 08:32:10 +02:00
deparser PG_VERSION_NUM > 110000 should be PG_VERSION_NUM >= 110000 2019-09-30 23:37:43 +00:00
executor Don't push down queries when in subqueries/ctes 2019-09-30 14:22:05 -07:00
master Fix assert failure in bare SELECT FROM reference table FOR UPDATE in MX 2019-09-23 17:00:09 +02:00
metadata Disallow distributed functions for functions depending on an extension (#3049) 2019-09-30 15:19:47 +02:00
planner Don't push down queries when in subqueries/ctes 2019-09-30 14:22:05 -07:00
progress pg12: version_compat.h, tuples, oids, misc 2019-08-22 18:57:23 +00:00
relay Propagate REINDEX TABLE & REINDEX INDEX 2019-09-27 18:14:53 +00:00
sql Set default threshold on get_rebalance_table_shards_plan to 0, like rebalance_table_shards (#3039) 2019-09-27 17:21:36 +02:00
test Deparsing and qualifiying for FUNCTION/PROCEDURE statements (#3014) 2019-09-27 19:02:52 +02:00
transaction Implement SELECT function call delegation. 2019-09-27 09:13:25 -07:00
utils Propagate REINDEX TABLE & REINDEX INDEX 2019-09-27 18:14:53 +00:00
worker Support serial and smallserial when syncing metadata 2019-09-23 17:39:21 +02:00
.gitignore Change SQL migration build process for easier reviews (#2951) 2019-09-13 18:44:27 +02:00
Makefile Fix depend arguments for OSX clang cpp (#2978) 2019-09-16 15:22:07 +02:00
citus.control Change SQL migration build process for easier reviews (#2951) 2019-09-13 18:44:27 +02:00
shared_library_init.c Add metadatasynced, and sync on master_update_node() 2019-09-18 09:32:54 -07:00