All Versions
70
Latest Version
Avg Release Cycle
79 days
Latest Release
386 days ago
Changelog History
Page 3
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
- π Fixed
-
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 toanalyze_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 havequery_hash
anduser
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