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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature issue#16 #73

Merged
merged 10 commits into from
Feb 25, 2015
Merged

Feature issue#16 #73

merged 10 commits into from
Feb 25, 2015

Commits on Feb 6, 2015

  1. Check distribution column type

    This commit aims to check the type of distribution column. After this
    commit, pg_shard errors out if it cannot work on the distribution column on
    table distribution call.
    onderkalaci committed Feb 6, 2015
    Configuration menu
    Copy the full SHA
    e17fbbd View commit details
    Browse the repository at this point in the history
  2. Add tests

    This commit adds regression test for partition column which tests
    partition columns which is not eligible for distribution.
    onderkalaci committed Feb 6, 2015
    Configuration menu
    Copy the full SHA
    20b17d6 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2015

  1. Prevent table to be distributed with unsupported types

    This commit add checks to find whether the data type of the partition
    column has the required support routines for future select/insert/update
    commands.
    onderkalaci committed Feb 17, 2015
    Configuration menu
    Copy the full SHA
    b62f9f8 View commit details
    Browse the repository at this point in the history
  2. Add tests

    Add tests with unsupported column types.
    onderkalaci committed Feb 17, 2015
    Configuration menu
    Copy the full SHA
    952b980 View commit details
    Browse the repository at this point in the history
  3. Test refactoring

    This commit aims to improve style of tests.
    onderkalaci committed Feb 17, 2015
    Configuration menu
    Copy the full SHA
    abbd49b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9621c5b View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2015

  1. Rename Routine to Function

    This commit aims to rename GetSupportRoutine function to
    GetSupportFunction. Also, updated related variable names and comments.
    onderkalaci committed Feb 24, 2015
    Configuration menu
    Copy the full SHA
    941a0e3 View commit details
    Browse the repository at this point in the history
  2. Some style and code flow changes

    This commit aims to apply feedback from @jasonmp85. Basically, change
    code flow so that code gets shorter and easier to read. Also, apply
    style changes.
    onderkalaci committed Feb 24, 2015
    Configuration menu
    Copy the full SHA
    c469f82 View commit details
    Browse the repository at this point in the history
  3. Whitespace fix

    This commits includes only some whitespace changes.
    onderkalaci committed Feb 24, 2015
    Configuration menu
    Copy the full SHA
    cffe56e View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2015

  1. Final comment and style tweaks

    Fixed some alignment issues, clarified some comment language, renamed
    a variable, and moved error call for range partitioning.
    jasonmp85 committed Feb 25, 2015
    Configuration menu
    Copy the full SHA
    ea5154f View commit details
    Browse the repository at this point in the history