Merge branch 'master' into toast_storage_param

This commit is contained in:
Masahiko Sawada
2017-04-11 23:30:27 +09:00
committed by GitHub
7 changed files with 130 additions and 49 deletions

View File

@ -470,6 +470,7 @@ Releases
* added ``--no-superuser-check`` option (issue #114)
* added ``--exclude-extension`` option (#97)
* restore TOAST storage parameters on repacked tables (issue #10)
* restore columns storage types in repacked tables (issue #94)
* pg_repack 1.3.4

View File

@ -862,6 +862,7 @@ ACCESS EXCLUSIVEロックを取得します。その他のステップでは、A
.. * added ``--no-kill-backend`` option (issue #108)
.. * added ``--no-superuser-check`` option (issue #114)
.. * added ``--exclude-extension`` option (#97)
.. * restore columns storage types in repacked tables (issue #94)
* pg_repack 1.4
@ -871,6 +872,7 @@ ACCESS EXCLUSIVEロックを取得します。その他のステップでは、A
* ``--no-kill-backend`` オプションを追加しました (issue #108)
* ``--no-superuser-check`` オプションを追加しました (issue #114)
* ``--exclude-extension`` オプションを追加しました (#97)
* 列の格納タイプを再編成後のテーブルに再設定する様にしました (issue #94)
.. * pg_repack 1.3.4
.. * grab exclusive lock before dropping original table (#81)