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

feat: add the system.queries table #24992

Merged
merged 17 commits into from
May 17, 2024
Merged

Commits on May 9, 2024

  1. chore: initial sync changes

    hiltontj committed May 9, 2024
    Configuration menu
    Copy the full SHA
    be11052 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f637f8c View commit details
    Browse the repository at this point in the history
  3. fix: test in wal

    hiltontj committed May 9, 2024
    Configuration menu
    Copy the full SHA
    72d825d View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Configuration menu
    Copy the full SHA
    0fd3f31 View commit details
    Browse the repository at this point in the history
  2. feat: add SystemSchemaProvider to QueryExecutor

    A shell for the `system` table provider was added to the QueryExecutorImpl
    which currently does not do anything, but will enable us to tie the
    different system table providers into it.
    
    The QueryLog was elevated from the `Database`, i.e., namespace provider,
    to the QueryExecutorImpl, so that it lives accross queries.
    hiltontj committed May 10, 2024
    Configuration menu
    Copy the full SHA
    985589e View commit details
    Browse the repository at this point in the history
  3. chore: clippy

    hiltontj committed May 10, 2024
    Configuration menu
    Copy the full SHA
    c5b7fba View commit details
    Browse the repository at this point in the history
  4. feat: add the system.queries table

    The system.queries table is now accessible, when queries are initiated
    in debug mode, which is not currently enabled via the HTTP API, therefore
    this is not yet accessible unless via the gRPC interface.
    
    The system.queries table lists all queries in the QueryLog on the
    QueryExecutorImpl.
    hiltontj committed May 10, 2024
    Configuration menu
    Copy the full SHA
    266cca1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5c1b2d4 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    afdd5ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df41e99 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fa63a8e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e3aa631 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0b87130 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Configuration menu
    Copy the full SHA
    d101824 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4430cf View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Configuration menu
    Copy the full SHA
    8c1c494 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4b2dce View commit details
    Browse the repository at this point in the history