Version 1.5
Improvements:
- Multilevel partitioning;
- Cross-partition updates (should be enabled with
pg_pathman.enable_partitionrouteroption), update triggers were removed; - Support for PostgreSQL 11;
- Rewritten from scratch cache subsystem;
- Stability-related fixes.
Other changes:
get_pathman_lib_version()was removed, usepathman_versioninstead;split_range_partitionwas optimized;merge_range_partitionsgets variable numbers of arguments instead of an array.