[COMMITTERS] pgsql: Stamp 9.6beta3.

2016-07-18 Thread Tom Lane
Stamp 9.6beta3. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/b11e9bbc41d1906360f1fbaab133118e703de75a Modified Files -- configure | 18 +- configure.in | 2 +- doc/bug.template | 2 +- sr

[COMMITTERS] pgsql: Doc: improve discussion of plpgsql's GET DIAGNOSTICS, other mino

2016-07-18 Thread Tom Lane
Doc: improve discussion of plpgsql's GET DIAGNOSTICS, other minor fixes. 9.4 added a second description of GET DIAGNOSTICS that was totally independent of the existing one, resulting in each description lying to the extent that it claimed the set of status items it described was complete. Fix that

[COMMITTERS] pgsql: Doc: improve discussion of plpgsql's GET DIAGNOSTICS, other mino

2016-07-18 Thread Tom Lane
Doc: improve discussion of plpgsql's GET DIAGNOSTICS, other minor fixes. 9.4 added a second description of GET DIAGNOSTICS that was totally independent of the existing one, resulting in each description lying to the extent that it claimed the set of status items it described was complete. Fix that

[COMMITTERS] pgsql: Doc: improve discussion of plpgsql's GET DIAGNOSTICS, other mino

2016-07-18 Thread Tom Lane
Doc: improve discussion of plpgsql's GET DIAGNOSTICS, other minor fixes. 9.4 added a second description of GET DIAGNOSTICS that was totally independent of the existing one, resulting in each description lying to the extent that it claimed the set of status items it described was complete. Fix that

[COMMITTERS] pgsql: Doc: fix table of BRIN operator strategy numbers.

2016-07-18 Thread Tom Lane
Doc: fix table of BRIN operator strategy numbers. brin-extensibility-inclusion-table was confused in places about the difference between strategy 4 (RTOverRight) and strategy 5 (RTRight). Alexander Law Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/82bbfc75c1bc3338

[COMMITTERS] pgsql: Fix typos in comments and debug message

2016-07-18 Thread Magnus Hagander
Fix typos in comments and debug message Antonin Houska Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/55d57359f2ebebabd0387b437c9e3ef80312582f Modified Files -- src/backend/replication/logical/logical.c | 4 ++-- src/backend/replication/logical/reo

[COMMITTERS] pgsql: Translation updates

2016-07-18 Thread Peter Eisentraut
Translation updates Source-Git-URL: git://git.postgresql.org/git/pgtranslation/messages.git Source-Git-Hash: 3d71988dffd3c0798a8864c55ca4b7833b48abb1 Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/7d676065690d5101d95a6b34797ee2a93514a7c3 Modified Files

[COMMITTERS] pgsql: Clear all-frozen visibilitymap status when locking tuples.

2016-07-18 Thread Andres Freund
Clear all-frozen visibilitymap status when locking tuples. Since a892234 & fd31cd265 the visibilitymap's freeze bit is used to avoid vacuuming the whole relation in anti-wraparound vacuums. Doing so correctly relies on not adding xids to the heap without also unsetting the visibilitymap flag. Tup