Skip to content

Releases: percona/pg_stat_monitor

REL0_8_1

Choose a tag to compare

@ibrarahmad ibrarahmad released this 17 Feb 15:26

PG-147: Stored Procedure Support add parentid to track caller.
PG-177: Error in Histogram ranges.

REL0_8_0_STABLE

Choose a tag to compare

@ibrarahmad ibrarahmad released this 11 Feb 16:31
ea144b7

REL0_8_0_STABLE

Improvements

PG-176: Extract fully qualified relations name.

PG-175: Only Superuser / Privileged users can view IP addresses.

PG-174: Code cleanup.

PG-173: Added new WAL usage statistics.

PG-172: Exponential histogram for time buckets.

PG-164: Query timing will be four decimal places instead of two.

PG-167: SQLERRCODE must be in a readable format.

Bugs Fixed

PG-169: Fixing message buffer overrun and incorrect index access to fix the server crash.

PG-168: "calls" and histogram parameter does not match.

PG-166: Display actual system time instead of null.

PG-165: Recycle expired buckets.

PG-150: Error while logging CMD Type like SELECT, UPDATE, INSERT, DELETE.

REL0_7_2

Choose a tag to compare

@ibrarahmad ibrarahmad released this 14 Jan 13:07

PG-165: Recycle expired buckets.
PG-164: Query timing will be four decimal places instead of two.
PG-161: Miscellaneous small issues.

REL0_7_1

Choose a tag to compare

@ibrarahmad ibrarahmad released this 11 Jan 18:10

PG-158: Segmentation fault while using pgbench with clients > 1.
PG-159: Bucket start time (bucket_start_time) should be aligned with bucket_time.
PG-160: Integration with PGXN.

REL0_7_0_STABLE

Choose a tag to compare

@ibrarahmad ibrarahmad released this 28 Dec 14:21

Release Notes

Branch = REL0_7_0_STABLE

TAG = REL0_7_0_STABLE

Improvements

PG-153: Capture and record the application_name executing the query.

PG-145: Added a new View/Query to show the actual Database name and Username.

PG-110; Aggregate the number of warnings.

PG-109: Added a feature to log failed queries or queries with warning messages.

PG-150: Differentiate different types of queries such as SELECT, UPDATE, INSERT or DELETE.

Bugs Fixed

PG-111 Problem showing information in case of incomplete buckets. The extension was not showing information till the bucket is complete or its time is over. It is important to show the information if the bucket is completed or not.

PG-112 Rename the column name from “IP” to client_ip, which is more meaningful.

PG-148 Loss of query statistics/monitoring due to not enough “slots” available.