citus/src/backend/distributed
Marco Slot f538ab7f62 Rewrite WorkerShardStats to avoid invalid value bugs 2016-07-29 20:11:18 +02:00
..
commands Propagate DDL Commands with 2PC 2016-07-19 10:44:11 +03:00
executor Rewrite WorkerShardStats to avoid invalid value bugs 2016-07-29 20:11:18 +02:00
master Rewrite WorkerShardStats to avoid invalid value bugs 2016-07-29 20:11:18 +02:00
planner Remove schema name parameter from API functions 2016-07-28 20:41:05 +03:00
relay Support SERIAL/BIGSERIAL non-partition columns 2016-07-28 23:55:40 -06:00
test Quick fix for possible segfault in PurgeConnection 2016-07-29 00:12:56 -06:00
transaction Move CompleteShardPlacementTransactions to multi_shard_transaction.c 2016-07-20 12:10:46 +02:00
utils Don't access pg_dist_partition->partkey directly, use heap_getattr(). 2016-07-29 10:02:36 -07:00
worker Remove schema name parameter from API functions 2016-07-28 20:41:05 +03:00
.gitignore Support SERIAL/BIGSERIAL non-partition columns 2016-07-28 23:55:40 -06:00
Makefile Support SERIAL/BIGSERIAL non-partition columns 2016-07-28 23:55:40 -06: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--5.1-3--5.1-4.sql Change worker_apply_shard_ddl_command to accept schema name as parameter 2016-07-21 14:17:26 +03:00
citus--5.1-4--5.1-5.sql Fix worker_fetch_regular_table with schema 2016-07-22 00:44:02 -06:00
citus--5.1-5--5.1-6.sql Add old version(without schema name parameter) of api functions back 2016-07-28 20:40:38 +03:00
citus--5.1-6--5.1-7.sql Remove schema name parameter from API functions 2016-07-28 20:41:05 +03:00
citus--5.1-7--5.1-8.sql Support SERIAL/BIGSERIAL non-partition columns 2016-07-28 23:55:40 -06:00
citus.control Support SERIAL/BIGSERIAL non-partition columns 2016-07-28 23:55:40 -06:00
citus.sql Grant SELECT for pg_catalog.pg_dist* to PUBLIC. 2016-04-27 10:28:25 -07:00
shared_library_init.c Expand router planner coverage 2016-07-27 23:35:38 +03:00