Skip to content

Version 1.1

Compare
Choose a tag to compare
@zilder zilder released this 13 Oct 09:02
· 1387 commits to master since this release

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.