Skip to content

Add additional index support and performance enhancements (#1232) - #1251

Merged
rafsun42 merged 1 commit into
apache:PG14from
jrgemignani:pg14_1232
Sep 26, 2023
Merged

Add additional index support and performance enhancements (#1232)#1251
rafsun42 merged 1 commit into
apache:PG14from
jrgemignani:pg14_1232

Conversation

@jrgemignani

Copy link
Copy Markdown
Contributor

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.

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-actionsgithub-actionsBot added the PG14 PostgreSQL14 label Sep 25, 2023
@rafsun42rafsun42 self-assigned this Sep 25, 2023

@MuhammadTahaNaveedMuhammadTahaNaveed left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me 👍🏻

@rafsun42
rafsun42 merged commit 43df3d4 into apache:PG14Sep 26, 2023
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

PG14PostgreSQL14

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@jrgemignani@MuhammadTahaNaveed@rafsun42