[COMMITTERS] pgsql: Allow custom and foreign scans to have shutdown callbacks.

2017-02-26 Thread Robert Haas
Allow custom and foreign scans to have shutdown callbacks. This is expected to be useful mostly when performing such scans in parallel, because in that case it allows (in combination with commit acf555bc53acb589b5a2827e65d655fa8c9adee0) nodes below a Gather to get control just before the DSM segme

Re: [COMMITTERS] pgsql: pg_upgrade docs: clarify instructions on standby extensions

2017-02-26 Thread Bruce Momjian
On Sat, Feb 25, 2017 at 05:59:34PM +, Bruce Momjian wrote: > pg_upgrade docs: clarify instructions on standby extensions > > Previously the pg_upgrade standby upgrade instructions said not to > execute pgcrypto.sql, but it should have referenced the extension > command "CREATE EXTENSION pgcry

[COMMITTERS] pgsql: Basic tab completion for partitioning.

2017-02-26 Thread Robert Haas
Basic tab completion for partitioning. Amit Langote Discussion: http://postgr.es/m/CA+TgmobYOj=a8gesies_v2wq46-_w0+7mowpinwc+iuzj-u...@mail.gmail.com Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/9d1fb11a95bafdae9889898361f70e9bcbef6993 Modified Files --

[COMMITTERS] pgsql: TAP tests for target_session_attrs connection parameter.

2017-02-26 Thread Robert Haas
TAP tests for target_session_attrs connection parameter. Michael Paquier Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/caa6c1f193a9ab4b4fb9b8687f41e6d66bbeaade Modified Files -- src/test/recovery/t/001_stream_rep.pl | 50 +++

[COMMITTERS] pgsql: Add missing progname prefix to some messages

2017-02-26 Thread Magnus Hagander
Add missing progname prefix to some messages Author: Michael Banck Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/1513dbea7f89053476a5e95e2f2e952135a5b34c Modified Files -- src/bin/pg_basebackup/pg_basebackup.c | 8 1 file changed, 4 insertions(

[COMMITTERS] pgsql: Clarify the role of checkpoint at the begininng of base backups

2017-02-26 Thread Magnus Hagander
Clarify the role of checkpoint at the begininng of base backups Output a message about checkpoint starting in verbose mode of pg_basebackup, and make the documentation state more clearly that this happens. Author: Michael Banck Branch -- master Details --- http://git.postgresql.org/pg/c