Update RELEASE_NOTES.md

pull/64/head
Ibrar Ahmed 2020-11-25 04:21:05 +05:00 committed by GitHub
parent a2fd2215cd
commit 637e864661
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 0 deletions

View File

@ -3,3 +3,17 @@
Below is the complete list of release notes for every version of pg_stat_monitor.
## v0.6.0
## v0.7.0
1. Query to decode the username from userid.
2. Query to decode the database name from dboid.
3. Log application name with queries.
4. Log elevel, sqlcode and error message
5. List all the views and table used in the view.
6. Log query command Type (SELECT, INSERT, UPDATE OR DELETE) along with each query.