[COMMITTERS] pgsql: Tweaks for recovery_target_action

2014-12-07 Thread Simon Riggs
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

[COMMITTERS] pgsql: Event Trigger for table_rewrite

2014-12-07 Thread Simon Riggs
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

[COMMITTERS] pgsql: Remove duplicate code in heap_prune_chain()

2014-12-07 Thread Simon Riggs
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

Re: [COMMITTERS] pgsql: Tweaks for recovery_target_action

2014-12-07 Thread Michael Paquier
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

[COMMITTERS] pgsql: Correct recovery_target_action docs

2014-12-07 Thread Simon Riggs
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

Re: [COMMITTERS] pgsql: Tweaks for recovery_target_action

2014-12-07 Thread Simon Riggs
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

[COMMITTERS] pgsql: doc: Fix DocBook table column count declaration

2014-12-07 Thread Peter Eisentraut
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