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) #1301

Merged
merged 1 commit into from
Oct 26, 2023

Conversation

jrgemignani
Copy link
Contributor

Add additional index support and performance enhancements (#1232)

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.

… (apache#1250)

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.
@github-actions github-actions bot added the PG11 PostgreSQL11 label Oct 25, 2023
@rafsun42 rafsun42 merged commit cc4b1dc into apache:PG11 Oct 26, 2023
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PG11 PostgreSQL11
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants