You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
b668560 Fix for empty current LSN when querying AWS RDS Aurora a025ab7 Add proper build flags for go, update goreleaser config a4e7484 Call pg_current_logfile only if on v10+ 85a9e8f Call pg_current_logfile only if needed.
4ffe476 Code cleanup. 4515459 Collect deadlock information from log files. 5aec12a Read related log lines together. ba416b3 Collect autovacuum information from log files. d2b7cbd Write the password prompt to stderr rather than stdout f745182 Exclude temporary tables and indexes on them. 3e49f2b Collect and report ACL for tables. 18b2a01 Fix lint warnings. fc50f35 Collect information from log files. f0c17bf Update dependency versions, fixes #28
2a7fdf6 Update to go 1.13 64847ea Collect the highest wal sequence number. be76de3 handle case when pg_locks.pid is null for prepared transactions, fixes #26
7cad22e [travis] Use go 1.12 38540c7 Improve blocked query output a10b0ca Support pg_stat_statements v1.2 0802b29 Handle null LSNs and times for disabled subscriptions
3b00f33 Bug fix: avoid password prompt when env var PGPASSWORD is specified c6a1d3c Include PID in replication_outgoing entries 4dc3102 Support for collecting and reporting PgBouncer metrics
0973182 [docker] use go modules 92ba2b1 [travis] enable module-based builds 6ce0043 Update copyright year to 2019 724c751 Migrate to Go modules 264c12d Support output in CSV format 07cb13e Accept null for pg_available_extensions.comment, fixes #21 d4f46ce Handle case when pg_get_expr returns null, fixes #20