Jon Morgan

Results 2 issues of Jon Morgan

This adds support for specifying a distribution strategy ([docs](https://www.postgres-xl.org/documentation/sql-createtable.html)) when creating tables against postgres-xl. ```SQL [ DISTRIBUTE BY { REPLICATION | ROUNDROBIN | { [HASH | MODULO ] ( column_name...

Implement automatic publishing of new plugin versions to the marketplace.