-
Notifications
You must be signed in to change notification settings - Fork 931
[hackathon]: patched pgrx14 and updated anon #11978
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
Closed
Closed
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
2a2417b
patched pgrx14 and updated anon
thesuhas 16bbb0b
removing sed statements as the changes are part of the patch
thesuhas 6635e1e
adding unsafe postgres
thesuhas e5804eb
removing cargo.toml from patch
thesuhas 228d034
updated check hook to use libc:c_char
thesuhas c5e6d17
updated patch with new if condition, logging level
thesuhas 1df624c
added check_hook to transparent_dynamic_masking
thesuhas e47bdac
changed non superuser_only flags to userset
thesuhas 54fe9cc
Merge branch 'main' into thesuhas/patched-pgrx-14
thesuhas a58d666
added log statement
thesuhas f0ec173
modified log level
thesuhas 315c80a
added info level instead of log
thesuhas e14854d
added log statement for source of check hook
thesuhas fa7f5b6
added source = PGC_S_DEFAULT check for guc hook
thesuhas 5b96736
added more whitelisted sources
thesuhas 36a8503
updated patch
thesuhas File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If we want to maintain it, we should fork pgrx into neondatabase and use this URL instead of personal
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have an open PR on PGRX: pgcentralfoundation/pgrx#2075
Once that has been released, we can just update it to the latest version of PGRX instead of creating a fork