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 support for creating, altering, and dropping indices #167

Merged
merged 17 commits into from
Apr 30, 2024

Commits on Jul 7, 2023

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

Commits on Aug 12, 2023

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

Commits on Aug 31, 2023

  1. add support for parsing functional, partial, spatial and fulltext ind…

    …ices
    
    Parsing create index now supports all these changes
    nikochiko committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    3750ac7 View commit details
    Browse the repository at this point in the history
  2. add support for parsing index type (btree/hash) and set defaults for …

    …is_fulltext/is_spatial
    nikochiko committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    c752c50 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ba79ddb View commit details
    Browse the repository at this point in the history
  4. remove support for CREATE INDEX from pg_lib.py

    Same functionality has now been moved to ALTER TABLE ... ADD INDEX ...
    nikochiko committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    e766d87 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2bf63a2 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. Configuration menu
    Copy the full SHA
    674c8a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ffb31ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7309868 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    38fceb4 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2023

  1. Configuration menu
    Copy the full SHA
    74d1a0b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c2ca02 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8927d8a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b560407 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3886d0a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1e8a5a9 View commit details
    Browse the repository at this point in the history