Distributed PostgreSQL as an extension
 
 
 
 
 
 
Go to file
Murat Tuncer edfd777bed Added support for appending to cstore table shards
- flexed the check which prevented append operation cstore tables
  since its storage type is not SHARD_STORAGE_TABLE.
- used process utility function to perform copy operation in
  worker_append_table_to shard() instead of directly calling postgresql DoCopy()
- removed the additional check in master_create_empty_shard() function.
  This check was redundant and erroneous since it was called after
  CheckDistributedTable() call.
- modified WorkerTableSize() function to retrieve cstore table shard size correctly.
2016-02-16 12:15:53 +02:00
src Added support for appending to cstore table shards 2016-02-16 12:15:53 +02:00
.gitattributes Initial commit of Citus 5.0 2016-02-11 04:05:32 +02:00
.gitignore Initial commit of Citus 5.0 2016-02-11 04:05:32 +02:00
.travis.yml Initial commit of Citus 5.0 2016-02-11 04:05:32 +02:00
Makefile Initial commit of Citus 5.0 2016-02-11 04:05:32 +02:00
Makefile.global.in Initial commit of Citus 5.0 2016-02-11 04:05:32 +02:00
autogen.sh Initial commit of Citus 5.0 2016-02-11 04:05:32 +02:00
configure Initial commit of Citus 5.0 2016-02-11 04:05:32 +02:00
configure.in Initial commit of Citus 5.0 2016-02-11 04:05:32 +02:00
prep_buildtree Initial commit of Citus 5.0 2016-02-11 04:05:32 +02:00