- Update pg_query_go / libpg_query to 9.5-1.6.2
- Updates the query fingerprinting logic to avoid seeing different
FETCH/DECLARE/CLOSE cursor names as unique queries - statistics on this
are not going to be useful in most cases, and will clog the processing
pipeline - Updates the query fingerprinting logic to ignore the table name for
CREATE TEMPORARY TABLE - Updates the query fingerprinting logic to better handle the values list
for INSERT statements to group complex, but similar statements together
- Updates the query fingerprinting logic to avoid seeing different
- Support specifying db_sslmode=verify-full and passing certificate information
using db_sslrootcert / db_sslrootcert_contents- The collector packages now also ship a set of known DB-as-a-Service CA
certificates, starting with the often needed rds-ca-2015-root certificate
(just pass that term instead of a path to db_sslrootcert)
- The collector packages now also ship a set of known DB-as-a-Service CA
- Support for Postgres 10
- Heroku: Support specifying configuration name in log drain endpoints
- RDS: Ensure to delete temporary log files quickly after they are submitted