Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce citus local tables #4143

Merged

Commits on Sep 9, 2020

  1. Configuration menu
    Copy the full SHA
    17cc810 View commit details
    Browse the repository at this point in the history
  2. Extend citus local table utility command support

    This commit brings following features:
    
    Foreign key support from citus local tables to reference tables
    * Foreign key support from reference tables to citus local tables
      (only with RESTRICT & NO ACTION behavior)
    * ALTER TABLE ENABLE/DISABLE trigger command support
    * CREATE/DROP/ALTER trigger command support
    
    and disallows:
    * ALTER TABLE ATTACH/DETACH PARTITION commands
    * CREATE TABLE <postgres table> ATTACH PARTITION <citus local table>
      commands
    * Foreign keys from postgres tables to citus local tables
      (the other way was already disallowed)
    
    for citus local tables.
    onurctirtir committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    a58a439 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0b1cc11 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3a73fba View commit details
    Browse the repository at this point in the history