[COMMITTERS] pgsql: Docs: improve warnings about nextval() not producing gapless seq

2016-05-07 Thread Tom Lane
Docs: improve warnings about nextval() not producing gapless sequences. In the documentation for nextval(), point out explicitly that INSERT ... ON CONFLICT will call nextval() if needed for the insertion case, whether or not it ends up following the ON CONFLICT path. This seems to be a matter of

[COMMITTERS] pgsql: Docs: improve warnings about nextval() not producing gapless seq

2016-05-07 Thread Tom Lane
Docs: improve warnings about nextval() not producing gapless sequences. In the documentation for nextval(), point out explicitly that INSERT ... ON CONFLICT will call nextval() if needed for the insertion case, whether or not it ends up following the ON CONFLICT path. This seems to be a matter of

[COMMITTERS] pgsql: In new pg_dump TAP tests, remove trailing "$" from regexps using

2016-05-07 Thread Tom Lane
In new pg_dump TAP tests, remove trailing "$" from regexps using /m. It emerges that some Perl versions before 5.8.9 have a bug with regexps that use the /m flag and contain "$". This is the reason why jacana is still failing on HEAD, and I was able to duplicate the failure on prairiedog's host.

[COMMITTERS] pgsql: Release notes for 9.5.3, 9.4.8, 9.3.13, 9.2.17, 9.1.22.

2016-05-07 Thread Tom Lane
Release notes for 9.5.3, 9.4.8, 9.3.13, 9.2.17, 9.1.22. Branch -- REL9_1_STABLE Details --- http://git.postgresql.org/pg/commitdiff/be13ee5ab0fe2ef0addce61089d052d0a1658e24 Modified Files -- doc/src/sgml/release-9.1.sgml | 165 ++ 1 file

[COMMITTERS] pgsql: Release notes for 9.5.3, 9.4.8, 9.3.13, 9.2.17, 9.1.22.

2016-05-07 Thread Tom Lane
Release notes for 9.5.3, 9.4.8, 9.3.13, 9.2.17, 9.1.22. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/4768cc4565df3527293271e4ef6e90d8db4e106d Modified Files -- doc/src/sgml/release-9.1.sgml | 165 ++ doc/src/sgml/release-9.2.sgml

[COMMITTERS] pgsql: Release notes for 9.5.3, 9.4.8, 9.3.13, 9.2.17, 9.1.22.

2016-05-07 Thread Tom Lane
Release notes for 9.5.3, 9.4.8, 9.3.13, 9.2.17, 9.1.22. Branch -- REL9_4_STABLE Details --- http://git.postgresql.org/pg/commitdiff/0a06b5b926b185db0b77cc02401a61a8e1bd0f58 Modified Files -- doc/src/sgml/release-9.1.sgml | 165 ++ doc/src/sgml/release-9

[COMMITTERS] pgsql: Release notes for 9.5.3, 9.4.8, 9.3.13, 9.2.17, 9.1.22.

2016-05-07 Thread Tom Lane
Release notes for 9.5.3, 9.4.8, 9.3.13, 9.2.17, 9.1.22. Branch -- REL9_5_STABLE Details --- http://git.postgresql.org/pg/commitdiff/828fe491488b170f6f2952ef794178969f2aa206 Modified Files -- doc/src/sgml/release-9.1.sgml | 165 ++ doc/src/sgml/release-9.2.sgml | 19

[COMMITTERS] pgsql: Release notes for 9.5.3, 9.4.8, 9.3.13, 9.2.17, 9.1.22.

2016-05-07 Thread Tom Lane
Release notes for 9.5.3, 9.4.8, 9.3.13, 9.2.17, 9.1.22. Branch -- REL9_2_STABLE Details --- http://git.postgresql.org/pg/commitdiff/fded76698ee89322e93ae66bdf5cee7e0b64aa4a Modified Files -- doc/src/sgml/release-9.1.sgml | 165 +++ doc/src/sgml/

[COMMITTERS] pgsql: Release notes for 9.5.3, 9.4.8, 9.3.13, 9.2.17, 9.1.22.

2016-05-07 Thread Tom Lane
Release notes for 9.5.3, 9.4.8, 9.3.13, 9.2.17, 9.1.22. Branch -- REL9_3_STABLE Details --- http://git.postgresql.org/pg/commitdiff/3f13193dd142a50b37641fcc311e40f13c60d290 Modified Files -- doc/src/sgml/release-9.1.sgml | 165 ++ doc/src/sgml/relea

Re: [HACKERS] Re: [COMMITTERS] pgsql: Avoid extra locks in GetSnapshotData if old_snapshot_threshold

2016-05-07 Thread Andres Freund
On 2016-05-06 20:28:27 -0500, Kevin Grittner wrote: > On Fri, May 6, 2016 at 7:48 PM, Andres Freund wrote: > > On 2016-05-06 19:43:24 -0500, Kevin Grittner wrote: > >> It's disappointing that I am not getting more consistent numbers, > >> but NUMA can be hard to manage that way. > > > > FWIW, in m

Re: [COMMITTERS] pgsql: Disable BLOB test in pg_dump TAP tests

2016-05-07 Thread Tom Lane
Stephen Frost writes: > Disable BLOB test in pg_dump TAP tests > Buildfarm member jacana appears to have an issue with running this > test. It's not entirely clear to me why, but rather than try to > fight with it, just disable it for now. BTW, what was your evidence for thinking that that spec

[COMMITTERS] pgsql: Fix poorly-worded log message.

2016-05-07 Thread Tom Lane
Fix poorly-worded log message. Euler Taveira Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/9eb7a0ac6b24804dcc90e42e533aa1b7b585d8e2 Modified Files -- src/backend/access/transam/xlog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Sent via