All Versions
70
Latest Version
Avg Release Cycle
79 days
Latest Release
386 days ago

Changelog History
Page 3

  • v2.1.0 Changes

    November 30, 2017
    • πŸ›  Fixed issue with sequences in different schema than table
    • No longer throw errors for unreadable sequences
    • πŸ›  Fixed replication lag for Amazon Aurora
    • βž• Added vacuum_progress method
  • v2.0.8 Changes

    November 12, 2017
    • βž• Added support for Postgres 10 replicas
    • βž• Added support for pg_query 1.0.0
    • πŸ‘‰ Show queries with insufficient privilege on live queries page
    • 0️⃣ Default to table schema for sequences
  • v2.0.7 Changes

    October 28, 2017
    • πŸ›  Fixed issue with sequences in different schema than table
    • πŸ›  Fixed query details when multiple users have same query hash
    • πŸ›  Fixed error with invalid indexes in non-public schema
    • 🚩 Raise error when capture query stats fails
  • v2.0.6 Changes

    September 24, 2017
    • More robust methods for multiple databases
    • Added support for RAILS_RELATIVE_URL_ROOT for Linux and Docker
  • v2.0.5 Changes

    September 14, 2017
    • πŸ›  Fixed error with sequences in different schemas
    • πŸ‘ Better advice
  • v2.0.4 Changes

    August 28, 2017
    • πŸ›  Fixed AssetNotPrecompiled error
    • Do not silently ignore sequence danger when user does not have permissions
  • v2.0.3 Changes

    August 22, 2017
    • βž• Added SQL to recreate invalid indexes
    • βž• Added unused index marker to Space page
    • Fixed capture_query_stats on Postgres < 9.4
  • v2.0.2 Changes

    August 09, 2017
    • πŸ›  Fixed error with suggested indexes
    • Fixed error with pg_replication_slots
  • v2.0.1 Changes

    August 08, 2017
    • πŸ›  Fixed capture space stats
  • v2.0.0 Changes

    August 08, 2017

    πŸ†• New features

    • Query details page
    • βž• Added check for inactive replication slots
    • βž• Added table_sizes method for full table sizes
    • βž• Added syntax highlighting
    • Added min_size option to analyze_tables

    πŸ’₯ Breaking changes

    • Methods now return symbols for keys instead of strings
    • Methods raise PgHero::NotEnabled error when a feature isn’t enabled
    • Requires pg_query 0.9.0+ for suggested indexes
    • Historical query stats require the pghero_query_stats table to have query_hash and user columns
    • βœ‚ Removed with option - use:
    PgHero.databases[:database2].running_queries
    

    instead of

    PgHero.with(:database2) { PgHero.running_queries }
    
    • βœ‚ Removed options from connection_sources method
    • βœ‚ Removed locks method