Add extension for AST-based audit logging - #416
Open
MutableFire wants to merge 1 commit into
Open
Conversation
MutableFire
force-pushed
the
ast_log
branch
8 times, most recently
from
August 31, 2026 12:44
526168c to
49bcce4
Compare
MutableFire
marked this pull request as ready for review
August 31, 2026 14:36
MutableFire
force-pushed
the
ast_log
branch
2 times, most recently
from
September 1, 2026 10:54
ed181d6 to
80ca59c
Compare
andr-sokolov
reviewed
Sep 1, 2026
andr-sokolov
reviewed
Sep 1, 2026
andr-sokolov
reviewed
Sep 1, 2026
andr-sokolov
reviewed
Sep 1, 2026
andr-sokolov
reviewed
Sep 1, 2026
andr-sokolov
reviewed
Sep 1, 2026
MutableFire
force-pushed
the
ast_log
branch
2 times, most recently
from
September 8, 2026 10:31
d420c8c to
6d84300
Compare
MutableFire
force-pushed
the
ast_log
branch
7 times, most recently
from
September 9, 2026 13:15
80d9d3e to
9fd6358
Compare
MutableFire
force-pushed
the
ast_log
branch
3 times, most recently
from
September 10, 2026 11:09
459fd6e to
dccbb24
Compare
MutableFire
force-pushed
the
ast_log
branch
from
September 11, 2026 08:15
dccbb24 to
f5cae75
Compare
MutableFire
force-pushed
the
ast_log
branch
3 times, most recently
from
September 11, 2026 14:22
60704bd to
57be3cd
Compare
andr-sokolov
approved these changes
Sep 11, 2026
MutableFire
force-pushed
the
ast_log
branch
from
September 11, 2026 15:05
57be3cd to
1ab1cff
Compare
MutableFire
force-pushed
the
ast_log
branch
from
September 11, 2026 15:09
1ab1cff to
53cbb87
Compare
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Add
ast_logextension that logs Query AST (Abstract Syntax Trees) forINSERT INTO ... SELECTandCREATE TABLE AS SELECTstatements.Provide
ast_log.ctasandast_log.insertGUCs to enable logging foreach class of statements independently.
Co-Authored-By: andr-sokolov sokolov.andrey.yurevich@gmail.com