The QHB 1.5.0 release has been released
Post date:
Added
- Qbackup: Ability to validate backups (validate command)
- Qbackup: Ability to delete WAL files when deleting a backup.
- Qshed: Experimental support for job scheduler
- QHB Part_import: Partial import of data files from an "external" database
- QHB variables: Session-level variables
- QDL: New data types
- QDL: API for loading data without using CSV
- Support for the Fedora 35 distribution.
- Support for the Alt 8 SP distribution
- Support for tracking the status of running queries using qhb_running_queries() and qhb_dump_qep().
Improvements
- The QHB core has been updated to be based on PG-14.
- QBackup: Improved backup compression performance.
- Qbayes: Added the discrete_integer type (enumerated data type) in the description of the model.
- Qbayes: Added parameters that limit the "commutative explosion".
- QDL: Removed the 8K limit on data size.
- Fixed a vulnerability in the WAL reset process by adjusting the parameter wal_after_error_sleep_delay.
Fixed
- Added mock extension description files for 2B to fix 1C:Enterprise platform scripts.
Removed
- The user-friendly interactive command-line utility qsql has been removed. It is recommended to use the psql utility instead.