Commit 9c224c4
committed
Beta 0.3v
Improvements in Session Tracing:
• Fixed PL/pgSQL function tracing – now works correctly.
• Added PID at the start of the file for better trace identification.
• Added query start time for precise timing analysis.
• Improved format for nested queries (better readability and structure).
• Updated documentation and JSON Schema for session trace output format.
Other Changes:
• Fixed stat_hist_uprobe SQL function (resolved known issues).
• Added test suite for the extension:
◦ Tests are written in Python using the testgres library.
◦ Prerequisites:
▪ Ensure PG_CONFIG environment variable points to the pg_config executable.
▪ Run make python_tests to execute the tests.
• Added FreeBSD support.
• Upgraded Frida-Gum to version 17.1.5.1 parent c8ec53e commit 9c224c4
File tree
59 files changed
+7929
-7047
lines changed- doc
- json_schema
- src
- include
- tests
- scripts
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
59 files changed
+7929
-7047
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| 59 | + | |
| 60 | + | |
0 commit comments