Version 1.1.1
- Fixed not working
attach_range_partition()
andadd_range_partition()
when relation is marked as 'partitioned' (viapathman_config
) but has no children; - Prevent
pathman_process_utility_hook()
from messing with other extensions, e.g.pg_stat_statements
(issue #42); - Enable partition creation for
COPY FROM
statement (can be switched off); - Minor improvements and stability fixes.