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 additional index support and performance enhancements #1232

Merged
merged 1 commit into from
Sep 18, 2023

Commits on Sep 15, 2023

  1. Add additional index support and performance enhancements

    Added additional index support for the WHERE clause. This work was
    partly from another patch authored by Josh Innis.
    
    Changed the volatility flag to IMMUTABLE for many functions related
    to indexes. I.e. comparison and build functions.
    
    Updated _agtype_build_path to be IMMUTABLE.
    
    No regression tests were impacted by these changes.
    jrgemignani committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    f079920 View commit details
    Browse the repository at this point in the history