citus/src/backend/distributed
Marco Slot 87c62d598e Connectionapify SendCommandListToWorkerInSingleTransaction 2016-12-23 16:14:29 +01:00
..
commands Handle MX tables on workers during drop table commands 2016-12-23 15:43:32 +03:00
connection Connectionapify SendCommandListToWorkerInSingleTransaction 2016-12-23 16:14:29 +01:00
executor Propagate DDL commands to metadata workers for MX tables 2016-12-23 15:43:32 +03:00
master Handle MX tables on workers during drop table commands 2016-12-23 15:43:32 +03:00
metadata Propagate `mark_tables_colocated` changes in `pg_dist_partition` table to metadata workers. 2016-12-23 15:43:32 +03:00
planner Enable evaluation of stable functions in INSERT..SELECT 2016-12-23 12:47:21 +01:00
relay Foreign Constraint Support for create_distributed_table and shard move 2016-10-21 15:38:55 +03:00
test Use connection_management.c from within connection_cache.c. 2016-12-07 11:44:24 -08:00
transaction Connectionapify SendCommandListToWorkerInSingleTransaction 2016-12-23 16:14:29 +01:00
utils Propagate `mark_tables_colocated` changes in `pg_dist_partition` table to metadata workers. 2016-12-23 15:43:32 +03:00
worker Handle MX tables on workers during drop table commands 2016-12-23 15:43:32 +03:00
.gitignore Change logicalrelid type in pg_dist_partition and pg_dist_shard to regclass 2016-10-03 20:27:16 +02:00
Makefile GRANT SELECT access for metadata tables to public 2016-12-23 16:32: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--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--5.1-8--5.2-1.sql Bump version numbers for 5.2 release 2016-08-01 13:48:24 -07:00
citus--5.2-1--5.2-2.sql Add UDF master_expire_table_cache 2016-09-28 12:08:37 +03:00
citus--5.2-2--5.2-3.sql Add UDF master_expire_table_cache 2016-09-28 12:08:37 +03:00
citus--5.2-3--5.2-4.sql Internal co-location API 2016-09-29 11:56:53 +03:00
citus--5.2-4--6.0-1.sql Change logicalrelid type in pg_dist_partition and pg_dist_shard to regclass 2016-10-03 20:27:16 +02:00
citus--6.0-1--6.0-2.sql Provides safe, idempotent shard-extended names to any object name 2016-10-03 17:02:34 -04:00
citus--6.0-2--6.0-3.sql Add replication model column to pg_dist_partition 2016-10-05 01:14:28 +02:00
citus--6.0-3--6.0-4.sql Switch from pg_worker_list.conf file to pg_dist_node metadata table. 2016-10-05 13:01:35 +03:00
citus--6.0-4--6.0-5.sql Add worker transaction and transaction recovery infrastructure 2016-10-18 14:18:14 +03:00
citus--6.0-5--6.0-6.sql Drop shardalias 2016-10-14 11:03:26 +03:00
citus--6.0-6--6.0-7.sql Add pg_dist_local_group Metadata Table 2016-10-14 11:41:14 +03:00
citus--6.0-7--6.0-8.sql Drop shardalias 2016-10-14 11:03:26 +03:00
citus--6.0-8--6.0-9.sql Add worker transaction and transaction recovery infrastructure 2016-10-18 14:18:14 +03:00
citus--6.0-9--6.0-10.sql Add worker transaction and transaction recovery infrastructure 2016-10-18 14:18:14 +03:00
citus--6.0-10--6.0-11.sql Final refactoring 2016-10-20 11:29:11 +03:00
citus--6.0-11--6.0-12.sql Add create_reference_table() 2016-10-20 15:29:30 +03:00
citus--6.0-12--6.0-13.sql Foreign Constraint Support for create_distributed_table and shard move 2016-10-21 15:38:55 +03:00
citus--6.0-13--6.0-14.sql Move all funcs to pg_catalog, add test to verify 2016-10-25 12:45:53 -06:00
citus--6.0-14--6.0-15.sql Invalidate relcache after pg_dist_shard_placement changes. 2016-10-26 03:36:35 -07:00
citus--6.0-15--6.0-16.sql Add mark_tables_colocated() to update colocation groups 2016-10-26 17:29:03 +03:00
citus--6.0-16--6.0-17.sql Add stub for Copy shard placement 2016-10-26 17:57:55 +03:00
citus--6.0-17--6.0-18.sql Add Column Definition List for Output Columns for master_add_node 2016-11-07 14:08:58 -08:00
citus--6.0-18--6.1-1.sql Add start_metadata_sync_to_node UDF 2016-12-13 10:48:03 +03:00
citus--6.1-1--6.1-2.sql Make truncate triggers propagated on start_metadata_sync_to_node call 2016-12-14 10:53:10 +03:00
citus--6.1-2--6.1-3.sql Add stop_metadata_sync_to_node UDF 2016-12-14 10:53:12 +03:00
citus--6.1-3--6.1-4.sql Expose the column_to_column_name UDF to make partkey in pg_dist_partition human-readable 2016-12-14 10:46:33 +01:00
citus--6.1-4--6.1-5.sql Add colocate_with option to create_distributed_table() 2016-12-16 14:53:35 +02:00
citus--6.1-5--6.1-6.sql Add get_distribution_value_shardid UDF (#1048) 2016-12-22 12:17:08 +03:00
citus--6.1-6--6.1-7.sql Add get_distribution_value_shardid UDF (#1048) 2016-12-22 12:17:08 +03:00
citus--6.1-7--6.1-8.sql Add shard locking UDFs 2016-12-22 11:04:34 +01:00
citus--6.1-8--6.1-9.sql GRANT SELECT access for metadata tables to public 2016-12-23 16:32:47 +03:00
citus--6.1-9--6.1-10.sql GRANT SELECT access for metadata tables to public 2016-12-23 16:32:47 +03:00
citus.control GRANT SELECT access for metadata tables to public 2016-12-23 16:32:47 +03:00
citus.sql Change logicalrelid type in pg_dist_partition and pg_dist_shard to regclass 2016-10-03 20:27:16 +02:00
shared_library_init.c Add citus.node_connection_timeout GUC 2016-12-20 14:11:37 +03:00