[COMMITTERS] pgsql: Fix typos in comments.

2016-08-29 Thread Fujii Masao
Fix typos in comments. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/bd082231edbaf25626a023913394b611fe7928e8 Modified Files -- src/backend/access/brin/brin_inclusion.c | 2 +- src/timezone/localtime.c | 2 +- 2 files changed, 2 insertions

[COMMITTERS] pgsql: Fix pg_receivexlog --synchronous

2016-08-29 Thread Simon Riggs
Fix pg_receivexlog --synchronous Make pg_receivexlog work correctly with —-synchronous without slots Backpatch to 9.5 Gabriele Bartolini, reviewed by Michael Paquier and Simon Riggs Branch -- REL9_6_STABLE Details --- http://git.postgresql.org/pg/commitdiff/216fd7fe77c693a9595bb7550de2

[COMMITTERS] pgsql: Fix pg_receivexlog --synchronous

2016-08-29 Thread Simon Riggs
Fix pg_receivexlog --synchronous Make pg_receivexlog work correctly with —-synchronous without slots Backpatch to 9.5 Gabriele Bartolini, reviewed by Michael Paquier and Simon Riggs Branch -- REL9_5_STABLE Details --- http://git.postgresql.org/pg/commitdiff/9050e5c89dc08fc217895c67b9f9

[COMMITTERS] pgsql: Fix pg_receivexlog --synchronous

2016-08-29 Thread Simon Riggs
Fix pg_receivexlog --synchronous Make pg_receivexlog work correctly with --synchronous without slots Backpatch to 9.5 Gabriele Bartolini, reviewed by Michael Paquier and Simon Riggs Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/49340627f9821e447f135455d942f7d5e96

[COMMITTERS] pgsql: Doc: improve 9.6 description of SP-GiST traverse values.

2016-08-29 Thread Tom Lane
Doc: improve 9.6 description of SP-GiST traverse values. Sync relevant parts of commit d2ddee63b back to 9.6 branch. Branch -- REL9_6_STABLE Details --- http://git.postgresql.org/pg/commitdiff/9100f534030c543f95c11a2f9c5f1571f55999b9 Modified Files -- doc/src/sgml/spgist.sgm

[COMMITTERS] pgsql: Make AllocSetContextCreate throw an error for bad context-size p

2016-08-29 Thread Tom Lane
Make AllocSetContextCreate throw an error for bad context-size parameters. The previous behavior was to silently change them to something valid. That obscured the bugs fixed in commit ea268cdc9, and generally seems less useful than complaining. Unlike the previous commit, though, we'll do this in

Re: [COMMITTERS] pgsql: Fix pg_receivexlog --synchronous

2016-08-29 Thread Andrew Dunstan
On 08/29/2016 07:19 AM, Simon Riggs wrote: Fix pg_receivexlog --synchronous Make pg_receivexlog work correctly with —-synchronous without slots Backpatch to 9.5 Gabriele Bartolini, reviewed by Michael Paquier and Simon Riggs Branch -- REL9_5_STABLE Appears to have broken 9.5. See b

[COMMITTERS] pgsql: Translation updates

2016-08-29 Thread Peter Eisentraut
Translation updates Source-Git-URL: git://git.postgresql.org/git/pgtranslation/messages.git Source-Git-Hash: d7dc5f3738c0ea670b32900bdd2c04da4c36bfb8 Branch -- REL9_6_STABLE Details --- http://git.postgresql.org/pg/commitdiff/7e3aad82e0b4dc7ed491b8bb7082c39f7a0212e9 Modified Files -

[COMMITTERS] pgsql: Remove support for OpenSSL versions older than 0.9.8.

2016-08-29 Thread Heikki Linnakangas
Remove support for OpenSSL versions older than 0.9.8. OpenSSL officially only supports 1.0.1 and newer. Some OS distributions still provide patches for 0.9.8, but anything older than that is not interesting anymore. Let's simplify things by removing compatibility code. Andreas Karlsson, with smal

[COMMITTERS] pgsql: Stamp 9.6rc1.

2016-08-29 Thread Tom Lane
Stamp 9.6rc1. Branch -- REL9_6_STABLE Details --- http://git.postgresql.org/pg/commitdiff/7961c31aa76b1ce9adaac7ee98c67c149c1a4eef Modified Files -- configure | 18 +- configure.in | 2 +- doc/bug.template | 2

[COMMITTERS] pgsql: Fix pg_receivexlog compile

2016-08-29 Thread Alvaro Herrera
Fix pg_receivexlog compile Fix compile problem in 9050e5c89dc08, which was botched because of refactoring that had taken place in 38c83c9b75693. Per buildfarm Branch -- REL9_5_STABLE Details --- http://git.postgresql.org/pg/commitdiff/3aa233f82fad7ba46c93045408d2052ab1450e15 Modified F

[COMMITTERS] pgsql: Split hash.h → hash_xlog.h

2016-08-29 Thread Alvaro Herrera
Split hash.h → hash_xlog.h Since the hash AM is going to be revamped to have WAL, this is a good opportunity to clean up the include file a little bit to avoid including a lot of extra stuff in the future. Author: Amit Kapila Branch -- master Details --- http://git.postgresql.org/pg/com

[COMMITTERS] Re: [COMMITTERS] pgsql: Split hash.h → hash_xlog.h

2016-08-29 Thread Robert Haas
On Tue, Aug 30, 2016 at 3:31 AM, Alvaro Herrera wrote: > Split hash.h → hash_xlog.h I hope we're not going to make a regular habit of using Unicode glyphs in our commit messages -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company -- Sent via pgsql-c

Re: [COMMITTERS] pgsql: Split hash.h → hash_xlog.h

2016-08-29 Thread Alvaro Herrera
Robert Haas wrote: > On Tue, Aug 30, 2016 at 3:31 AM, Alvaro Herrera > wrote: > > Split hash.h → hash_xlog.h > > I hope we're not going to make a regular habit of using Unicode glyphs > in our commit messages Well, why not? We're already using diacritics in author names and such. -- Álva