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

sp_QuickieStore: Add the ability to sort by arbitrary orders, but particularly wait stats and "plan count by hashes". #459

Merged

Commits on Jul 7, 2024

  1. Configuration menu
    Copy the full SHA
    e9f12d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9710fe9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d7c6b3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5f39baa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    007db70 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f81fabe View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2024

  1. Renamed the new sort order, made debug output work when the new order…

    … is not used, and broke ties in new sort order.
    ReeceGoding authored Jul 13, 2024
    Configuration menu
    Copy the full SHA
    38e5686 View commit details
    Browse the repository at this point in the history
  2. Fixed plurals.

    ReeceGoding authored Jul 13, 2024
    Configuration menu
    Copy the full SHA
    7093fab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2217a25 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Configuration menu
    Copy the full SHA
    131d7ad View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2024

  1. Configuration menu
    Copy the full SHA
    6f766ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e00059 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c424a2e View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Added sort_order for total waits. Improve debug output. Added missing…

    … line in qsrs output's ORDER BY.
    ReeceGoding committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    d6f26a1 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Configuration menu
    Copy the full SHA
    236737a View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2024

  1. Made 'plan count by hashes' code much shorter and faster, and made it…

    … correctly count plans.
    ReeceGoding committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    e0e7096 View commit details
    Browse the repository at this point in the history
  2. Typo fix.

    ReeceGoding committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    150d3e2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b4f71d1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c4f6cf8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ff8273c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a26a404 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0a71f02 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a714af8 View commit details
    Browse the repository at this point in the history
  9. Moved sort-helping tables to just before #distinct_plans. This lets m…

    …aintenance plans be filtered out.
    ReeceGoding committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    fc27178 View commit details
    Browse the repository at this point in the history