Changes between Version 211 and Version 212 of Versions
- Timestamp:
- Mar 30, 2022, 7:34:11 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Versions
v211 v212 13 13 14 14 - OGC frontend (petascope) 15 - Fix edleak of large binary objects in PostgreSQL which were left in petascopedb when removing data, e.g. dropping a coverage, pyramid levels, styles, etc; these objects will be properly and automatically removed via triggers from now on.15 - Fix leak of large binary objects in PostgreSQL which were left in petascopedb when removing data, e.g. dropping a coverage, pyramid levels, styles, etc; these objects will be properly and automatically removed via triggers from now on. 16 16 17 17 However, the already leaked orphan objects cannot be automatically removed, and require the following steps to address in order to reduce the size of petascopedb: … … 39 39 sudo -u postgres dropdb petascopedb_backup 40 40 }}} 41 - Improve performance of calculating coverage size in bytes for pyramids 42 - Fix corner case of incorrectly calculating coordinates of irregular time axis when encoding to NetCDF 43 44 - wcst_import 45 - Fix validation of axies labels to be case-insensitive 41 46 42 47 === Full list of commits