citus/src/bin
Andres Freund bf87e08331 Replace direct inserts in csql's \stage by serverside functions.
\stage so far directly inserted into pg_dist_shard and
pg_dist_shard_placement. That makes it hard to do effective permission
checks.  Thus move the inserts into two C functions.

These two new functions aren't the nicest abstraction. But as we are
planning to obsolete \stage, it doesn't seem worthwhile to refactor the
client-side code of \stage to allow the use of
master_create_empty_shard() et al.
2016-04-27 10:23:35 -07:00
..
csql Replace direct inserts in csql's \stage by serverside functions. 2016-04-27 10:23:35 -07:00
scripts Initial commit of Citus 5.0 2016-02-11 04:05:32 +02:00