Skip to content

Version 1.2

Compare
Choose a tag to compare
@zilder zilder released this 02 Dec 12:19
· 1251 commits to master since this release
  • Parallel SeqScan support;
  • Re-implemented some of plpgsql functions in C;
  • Implemented auto check constraints renaming for partitions;
  • Added replace_hash_partition() function;
  • SpawnPartitionsWorker is disabled by default (can be enabled with set_spawn_using_bgw() function);
  • Improved planning process (fixed bugs with inlined SQL functions, stability fixes);
  • Auto created partitions share the same owner. (parent table owner);
  • Partition creation now requires INSERT permission on parent table.