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

Add PostgreSQL Explain lexer #2398

Merged
merged 8 commits into from
Apr 4, 2023
Merged

Add PostgreSQL Explain lexer #2398

merged 8 commits into from
Apr 4, 2023

Commits on Mar 31, 2023

  1. Add PostgreSQL Explain lexer

    This lexer add support for PostgreSQL Explain plan :
    
    https://www.postgresql.org/docs/current/sql-explain.html
    
    This was heavily inspired by Maxence Ahlouche work, thanks to him :
    https://github.com/maahl/pg_explain_lexer
    anayrat committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    05505db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    983ae27 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2023

  1. Fix typo

    anayrat committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    02dade8 View commit details
    Browse the repository at this point in the history
  2. Split cost and actual rules

    anayrat committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    fa4b0e1 View commit details
    Browse the repository at this point in the history
  3. Fix whitespace rules

    anayrat committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    32c4d16 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. Configuration menu
    Copy the full SHA
    a3af1ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad71616 View commit details
    Browse the repository at this point in the history
  3. postgres-explain tests

    anayrat committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    b75e80d View commit details
    Browse the repository at this point in the history