Re: [POC] hash partitioning

Yang Jie <yangjie@highgo.com>

From: yangjie <yangjie@highgo.com>
To: Yugo Nagata <nagata@sraoss.co.jp>
Cc: PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2017-08-29T02:19:12Z
Lists: pgsql-hackers

Attachments



  

Commits

  1. Add hash partitioning.

  2. Add sanity check for pg_proc.provariadic

  3. Add hash_combine64.

  4. Make RelationGetPartitionDispatchInfo expand depth-first.

  5. Introduce 64-bit hash functions with a 64-bit seed.

  6. pg_dump: Add a --load-via-partition-root option.