[COMMITTERS] pgsql: Add ability to reserve WAL upon slot creation via replication pr

2015-09-06 Thread Andres Freund
Add ability to reserve WAL upon slot creation via replication protocol. Since 6fcd885 it is possible to immediately reserve WAL when creating a slot via pg_create_physical_replication_slot(). Extend the replication protocol to allow that as well. Although, in contrast to the SQL interface, it is

[COMMITTERS] pgsql: Support RADIUS passwords up to 128 characters

2015-09-06 Thread Magnus Hagander
Support RADIUS passwords up to 128 characters Previous limit was 16 characters, due to lack of support for multiple passes of encryption. Marko Tiikkaja Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/643beffe8f69327147513a0f0d750e8ca035a4f6 Modified Files

[COMMITTERS] pgsql: Adjust sepgsql regression output for recent error context change

2015-09-06 Thread Joe Conway
Adjust sepgsql regression output for recent error context change Recent commit 0426f349e changed handling of error context reports in such a way to have a minor effect on the sepgsql regression output. Adapt the expected output file to suit. Since that commit was HEAD only, so is this one. Branch