Tweaks for recovery_target_action
Rename parameter action_at_recovery_target to
recovery_target_action suggested by Christoph Berg.
Place into recovery.conf suggested by Fujii Masao,
replacing (deprecating) earlier parameters, per
Michael Paquier.
Branch
--
master
Details
---
http://git
Event Trigger for table_rewrite
Generate a table_rewrite event when ALTER TABLE
attempts to rewrite a table. Provide helper
functions to identify table and reason.
Intended use case is to help assess or to react
to schema changes that might hold exclusive locks
for long periods.
Dimitri Fontaine
Remove duplicate code in heap_prune_chain()
No need to set tuple tableOid twice
Jim Nasby
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/c2707547193a1e1f1016552cc92f33e8f0d296d4
Modified Files
--
src/backend/access/heap/pruneheap.c |1 -
1 file chan
On Sun, Dec 7, 2014 at 9:59 PM, Simon Riggs wrote:
>
> Tweaks for recovery_target_action
>
> Rename parameter action_at_recovery_target to
> recovery_target_action suggested by Christoph Berg.
>
> Place into recovery.conf suggested by Fujii Masao,
> replacing (deprecating) earlier parameters, per
Correct recovery_target_action docs
From Michael Paquier
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/da71632fcfc4e642e9bafb2c0074cad109e59486
Modified Files
--
doc/src/sgml/recovery-config.sgml | 14 +++---
1 file changed, 7 insertions(+), 7
On 8 December 2014 at 08:52, Michael Paquier wrote:
> On Sun, Dec 7, 2014 at 9:59 PM, Simon Riggs wrote:
>>
>> Tweaks for recovery_target_action
>>
>> Rename parameter action_at_recovery_target to
>> recovery_target_action suggested by Christoph Berg.
>>
>> Place into recovery.conf suggested by F
doc: Fix DocBook table column count declaration
This was broken in 618c9430a82860c84a3be2711eec2c3b43573b2a.
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/611d46ea67c0863ab1d97c73c8cead1ed5ca82f0
Modified Files
--
doc/src/sgml/event-trigger.sgml |2