citus/src/backend/distributed
Andres Freund c38c1adce1 Combine router executor paths for select and modify commands.
The upcoming RETURNING support would otherwise require too much
duplication.  This contains most of the pieces required for RETURNING
support, except removing the planner checks and adjusting regression
test output.
2016-07-01 13:07:12 -07:00
..
commands Append shardId before escaping the table name 2016-06-15 04:15:40 +03:00
executor Combine router executor paths for select and modify commands. 2016-07-01 13:07:12 -07:00
master Fix master_append_table_to_shard to work with schemas 2016-06-17 04:35:00 +03:00
planner Remember original targetlist in MultiQueryContainerNode(). 2016-07-01 12:50:12 -07:00
relay Add pg_get_table_grants() function and support extending GRANTs. 2016-04-27 10:28:25 -07:00
test Refactor ReportRemoteError to remove boolean arg 2016-06-07 12:38:32 -06:00
utils Add null check to SqlStateMatchesCategory() 2016-07-01 12:28:46 -07:00
worker Fix master_append_table_to_shard to work with schemas 2016-06-17 04:35:00 +03:00
.gitignore Add gitignore rules for latest install files 2016-05-10 11:57:11 -06:00
Makefile Move master_update_shard_statistics() to pg_catalog 2016-06-02 10:52:47 +03:00
citus--5.0--5.0-1.sql Grant SELECT for pg_catalog.pg_dist* to PUBLIC. 2016-04-27 10:28:25 -07:00
citus--5.0-1--5.0-2.sql Add COPY support on worker nodes for append partitioned relations 2016-05-03 16:00:00 +03:00
citus--5.0-2--5.1-1.sql Stamp 5.1 release. 2016-05-04 18:05:41 -07:00
citus--5.1-1--5.1-2.sql ADD master_modify_multiple_shards UDF 2016-05-26 17:30:35 +03:00
citus--5.1-2--5.1-3.sql Drop function from public and create in pg_catalog 2016-06-16 14:08:40 -07:00
citus.control Move master_update_shard_statistics() to pg_catalog 2016-06-02 10:52:47 +03:00
citus.sql Grant SELECT for pg_catalog.pg_dist* to PUBLIC. 2016-04-27 10:28:25 -07:00
shared_library_init.c Minor formatting fix 2016-06-28 13:09:57 -06:00