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

Track queries using Postgres internal query ID #339

Closed
wants to merge 16 commits into from

Commits on Nov 30, 2022

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

Commits on Dec 9, 2022

  1. init the map if it's nil

    seanlinsley committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    4114c4f View commit details
    Browse the repository at this point in the history
  2. go fmt

    seanlinsley committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    0564c3b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    332c949 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2022

  1. review updates

    seanlinsley committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    5f2ebaa View commit details
    Browse the repository at this point in the history
  2. go fmt

    seanlinsley committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    11c68fd View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2022

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

Commits on Jan 5, 2023

  1. review updates

    - cache time.Now() when called in a loop
    - store query identities on server
    - add RWMutex to prevent concurrent writes (while still allowing concurrent reads)
    seanlinsley committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    eb504d1 View commit details
    Browse the repository at this point in the history
  2. test fix

    seanlinsley committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    00770c3 View commit details
    Browse the repository at this point in the history
  3. .

    seanlinsley committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    6020175 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2023

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

Commits on Jan 19, 2023

  1. review updates

    seanlinsley committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    ff7f99b View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2023

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

Commits on Feb 27, 2023

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

Commits on Mar 1, 2023

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

Commits on Mar 11, 2023

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