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

Move key ranges via postgres_fdw #566

Merged
merged 48 commits into from
Apr 15, 2024
Merged

Move key ranges via postgres_fdw #566

merged 48 commits into from
Apr 15, 2024

Commits on Apr 14, 2024

  1. Initial rewrite of MoveKeys

    EinKrebs committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    aa8ae5d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd79dee View commit details
    Browse the repository at this point in the history
  3. Check before copying data

    EinKrebs committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    a748c55 View commit details
    Browse the repository at this point in the history
  4. Get next bound actually

    EinKrebs committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    d97010a View commit details
    Browse the repository at this point in the history
  5. Fixed logic of MoveKeys

    EinKrebs committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    3856b0e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dff9e4e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d48676f View commit details
    Browse the repository at this point in the history
  8. Implemented getKRCondition

    EinKrebs committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    d2c00f2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    32b845a View commit details
    Browse the repository at this point in the history
  10. Fix typo

    EinKrebs committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    2674820 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b163fbf View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f30cf78 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b0986ba View commit details
    Browse the repository at this point in the history
  14. Add debug logging to qdb

    EinKrebs committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    c00a5f8 View commit details
    Browse the repository at this point in the history
  15. Added & fixed tests

    EinKrebs committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    ea1d1ee View commit details
    Browse the repository at this point in the history
  16. Fix importing foreign schema

    EinKrebs committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    8c5a879 View commit details
    Browse the repository at this point in the history
  17. Added TODO to etcdqdb.go

    EinKrebs committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    69990bc View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    afa1565 View commit details
    Browse the repository at this point in the history
  19. Delete redundant function

    EinKrebs committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    b9b6b27 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    36f160a View commit details
    Browse the repository at this point in the history
  21. Drop old schema on receiver

    EinKrebs committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    9f3016c View commit details
    Browse the repository at this point in the history
  22. Fix table names

    EinKrebs committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    5b6222d View commit details
    Browse the repository at this point in the history
  23. Fixed table names

    EinKrebs committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    2927933 View commit details
    Browse the repository at this point in the history
  24. Fixed copying data

    EinKrebs committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    1bbaa23 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    aaedfda View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    f8602f1 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    3b44045 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    d36a6b2 View commit details
    Browse the repository at this point in the history
  29. Added & fixed tests

    EinKrebs committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    5fef62c View commit details
    Browse the repository at this point in the history
  30. Fix lint

    EinKrebs committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    e35397a View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    6d9ecb4 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    dd01cfb View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    648ec5a View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    bffe04d View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    826f0f3 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    00400e4 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    ee1f2a8 View commit details
    Browse the repository at this point in the history
  38. Fix lint

    EinKrebs committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    91a6afa View commit details
    Browse the repository at this point in the history
  39. Removed nolint

    EinKrebs committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    6753765 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    6ee4cb6 View commit details
    Browse the repository at this point in the history
  41. Add some comments

    EinKrebs committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    b2cc4f5 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    13c6e74 View commit details
    Browse the repository at this point in the history
  43. Fix typo in comment

    EinKrebs committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    fcfaad3 View commit details
    Browse the repository at this point in the history
  44. Removed obsolete TODO

    EinKrebs committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    d962395 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    fee12a2 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    f7a8474 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    831c9b3 View commit details
    Browse the repository at this point in the history
  48. Fix build

    EinKrebs committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    80d6e4d View commit details
    Browse the repository at this point in the history