From 637e8646612c5ed219ea4940ddf6a573ec97e61d Mon Sep 17 00:00:00 2001 From: Ibrar Ahmed Date: Wed, 25 Nov 2020 04:21:05 +0500 Subject: [PATCH] Update RELEASE_NOTES.md --- docs/RELEASE_NOTES.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/RELEASE_NOTES.md b/docs/RELEASE_NOTES.md index 3efcc13..31872a3 100644 --- a/docs/RELEASE_NOTES.md +++ b/docs/RELEASE_NOTES.md @@ -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.