bf61feefc4
Fix Japanese doc.
2017-10-17 12:16:44 +09:00
4fa4f8945e
Fix change logs of version 1.4.1 and 1.4.2.
2017-10-17 12:11:28 +09:00
fdad0b87a2
Fix Japanese doc.
2017-10-17 18:03:07 +09:00
66f5da58c9
Update Japanese doc for the recent changes.
2017-09-25 11:19:22 -07:00
20f5bf4878
Update pg_repack_jp.rst for release 1.4.1.
2017-08-13 00:32:13 +09:00
2d11efea18
Fixed reST error in Japanese docs
2017-04-25 16:13:53 +01:00
317eb849ad
Add a new feature -I option to release note.
2017-04-25 15:18:21 +09:00
5f2904362a
Update Japanese doc for -I option.
2017-04-25 15:15:04 +09:00
6de31a1249
Add new item in Japanese doc.
2017-04-11 23:49:10 +09:00
c75a55d229
Update new item in Japanese doc.
2017-04-11 23:10:08 +09:00
ac1333f9f3
Declare supported versions are 9.1-9.6
2017-04-09 19:23:06 +01:00
a8fe1fe1ec
Add new features of release 1.4 to Japanese doc.
2017-03-27 19:04:34 +09:00
81cca1836b
Fixed docs reST formatting
...
In Japanese too! ツ
2017-03-23 18:12:33 +00:00
462c37c57e
Update pg_repack_jp.rst
...
Since v1.3.3, when Japanese doc has been introduced, this
file had not been maintained.
2017-03-23 10:50:02 +09:00
b329f9e143
Merge pull request #108 from MasahikoSawada/dont_kill_backend
...
Introduce --no-kill-backend option.
2017-02-23 09:39:36 +09:00
d1d3d774d3
Update Japanese documentation for no-kill-backend option.
2017-02-22 06:03:09 +00:00
375f03c0c3
Change trigger name from a_repack_trigger to repack_trigger.
...
In AFTER trigger context, since triggered tuple is not changed by
any other triggers we can call it just repack_trigger.
2017-01-24 14:09:05 +09:00
d83ee3d6a0
Change trigger type to AFTER trigger.
...
During repacking table, if a transaction executes INSERT CONFLICT
ON UPDATE/DO NOTHING, because we define BEFORE trigger on target
table, the contents of operation log table becomes inconsistent
easliy. As a result, pg_reapck fails with a high probability.
To resolve this issue, this changes the trigger type from BEFORE
to AFTER. We define AFTER trigger that is the first of the AFTER
trigger to fire on the table.
2017-01-19 16:32:54 +09:00
6cadd7d97d
Add 9.6 to list as a supported Postgres version.
...
Since 9.5 is not listed yet in pg_repack_jp.rst added 9.5 as well.
2017-01-17 14:28:21 +09:00
b0be609adf
Add doc in Japanese
2015-12-07 12:32:13 +09:00