4 |
2024-01-20 |
- Added the exclude schema option to page schemas_v1.
- Added pg_temp_% to schemas excluded by the exclude schema option.
- Added column length, which shows view text length in bytes, to pages views_v1, views_normal_v1, views_materialized_v1.
- Bug fix, precison and scale columns (but not the full data type column, which was correct) were swapped over for pages tables_columns_v1 and views_columns_v1.Added support for COPY to table history page.
- Separated table analysis into fast and slow modes, where the fast mode does not perform checks to see if string columns are in fact purely other data types - this checking is very, very slow, on larger tables.
- Added page cluster_transactions_v1, one row per transaction for all transactions with two or more queries.
- Modified order by of database_locks_v1 and cluster_locks_v1, as the existing order by not did include enough columns, and so differing rows could be seen as identical for ordering, which led to "jumping".
- Fixed a bug where in the list of tables, the related page for constraints was calling the wrong page name and so generating a 500. I need to investigate why the site walker did not catch this.
- Modified improper behaviour in the page for constraints, where a "!=" had been used instead of an "=", and so it was listing all constraints *except* those of the table it *should* have listed constraints for.
- Modified unexpected behaviour in the page for constraints, where it was listing only tables which had two or more constraints (i.e. multi-column constraints only). Now lists all constraints.
- Changed order of start/end UTC/local timestamps in the data filter.
|