[COMMITTERS] pgsql: Add 'active_in' column to pg_replication_slots.

2015-04-21 Thread Andres Freund
Add 'active_in' column to pg_replication_slots. Right now it is visible whether a replication slot is active in any session, but not in which. Adding the active_in column, containing the pid of the backend having acquired the slot, makes it much easier to associate pg_replication_slots entries wi

[COMMITTERS] pgsql: Add missing installcheck target to pg_rewind's Makefile

2015-04-21 Thread Heikki Linnakangas
Add missing installcheck target to pg_rewind's Makefile Michael Paquier Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/060a1224af3f66c172cfb14e5ca9d0ffa575201a Modified Files -- src/bin/pg_rewind/Makefile |3 +++ 1 file changed, 3 insertions(+) --

Re: [COMMITTERS] pgsql: Add missing installcheck target to pg_rewind's Makefile

2015-04-21 Thread Tom Lane
Heikki Linnakangas writes: > Add missing installcheck target to pg_rewind's Makefile This patch seems a brick shy of a load, in that "make installcheck" in bin/pg_rewind leaves behind a bunch of junk in a tmp_check/ subdirectory. installcheck in any other src/bin/ subdirectory doesn't do that. (

[COMMITTERS] pgsql: Update FDW docs to reflect existence of CHECK constraints.

2015-04-21 Thread Robert Haas
Update FDW docs to reflect existence of CHECK constraints. Generalize the remarks previously made about NOT NULL constraints to CHECK constraints. Etsuro Fujita Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/0275ecf31cda9329ee822a6a806a2018144520ed Modified Files

Re: [COMMITTERS] pgsql: Add missing installcheck target to pg_rewind's Makefile

2015-04-21 Thread Michael Paquier
On Wed, Apr 22, 2015 at 5:38 AM, Tom Lane wrote: > (I chanced to notice this while wondering why hamster is failing on > this test. I can't reproduce the failure locally, but ...) > With a very slow environment you will be able to reproduce the failure. -- Michael

[COMMITTERS] pgsql: Move pg_xlogdump from contrib/ to src/bin/

2015-04-21 Thread Peter Eisentraut
Move pg_xlogdump from contrib/ to src/bin/ Reviewed-by: Michael Paquier Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/b0a738f428ca4e52695c0f019c1560c64cc59aef Modified Files -- contrib/Makefile |1 - contrib/pg_xlogdump/.gitignore