Version 1.1
New features and enhancements:
- PostgreSQL 9.6 support;
- Tablespace support (#11);
COPY FROM/TO
support for partitioned tables (only for UNIX-like systems);- Improved FDW support (redirect inserted rows);
- User-defined callbacks on partition creation events (#22);
- Permissions improvements (owner can manage his partitions without being superuser);
- Fixed
SELECT FOR SHARE / FOR UPDATE
handling; - Fixed
SELECT ... WHERE partitioned_attribute IN (...)
for RANGE partitioning; - Fixed unique inner & outer nested loop plan generation (sometimes there would be unwanted extra rows);
- Improved pl/PgSQL API (stability & performance, #39);
- Improved RANGE partitioning for domains and some other types.