Releases: knizhnik/imcs
Releases · knizhnik/imcs
1.06
1.05
- Fix bugs in cs_hash_dup_count
- Fix handling of scalar types in cs_project
- Support cast to character type
- Thread safe error reporting
- Add TABLE_id() and TABLE_timestamp() functions
- Support load of unlimited varying size strings to columnar store using dictionary
- Fix synchronization issue in delete function
- Fix bugs in RLE branch of imcs_delete_page and lack of range check in imcs_delete
- Fix bug in imcs_search
1.04
- Add cs_trend function
- Fix hang in case of calculating aggregates for unbounded sequence
- Fix incorrect construction of string constants
- Support bool type
- Fix bug in parallel executor causing crash in case of empty result
- Add TABLE_is_loaded() function
- Fix IMCS context cleanup bug in case of nested SPI calls
- Add limit parameter to XXX_get() function
Support of RLE enconding and swap to the disk
- Take in account extra_float_digits for printing floating point values
- Add cs_filter_first_pos function
- Support disk mode
- Support RLE compression
1.02
- Add support of MONEY type
- Add support of VARCHAR type
- Implement join by timestamp
- Correctly handle NULL in TABLE_get(id) function
- Correctly handle materialized views
- Fix bug in autoload
- Add EMA and ATR indicators
- Support non-character timeseries ID
- Fix bug in infinite timeseries detection
- Add more overloaded binary operators accepting numeric parameter
- Support grand, group and hash ALL/ANY aggregates.
- Make timestamp join more flexible: add direction parameter
- Reimplement insert trigger in C