[COMMITTERS] pgsql: Refactor pgbench log-writing code to a separate function.

2014-10-02 Thread Heikki Linnakangas
Refactor pgbench log-writing code to a separate function. The doCustom function was incredibly long, this makes it a little bit more readable. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/84f0ea3f68aed5e5b9cc1ef8599a7c28b0b97b0f Modified Files -- cont

[COMMITTERS] pgsql: Fix typo in error message.

2014-10-02 Thread Heikki Linnakangas
Fix typo in error message. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/86f809088c2c4f931b2a7554f4be92cd3f33ba13 Modified Files -- contrib/pgbench/pgbench.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Sent via pgsql-committers mailing

[COMMITTERS] pgsql: Fix typo in error message.

2014-10-02 Thread Heikki Linnakangas
Fix typo in error message. Branch -- REL9_2_STABLE Details --- http://git.postgresql.org/pg/commitdiff/a19423b22e899f73722abda984bd1f1867d01348 Modified Files -- contrib/pgbench/pgbench.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Sent via pgsql-committers

[COMMITTERS] pgsql: Fix typo in error message.

2014-10-02 Thread Heikki Linnakangas
Fix typo in error message. Branch -- REL9_0_STABLE Details --- http://git.postgresql.org/pg/commitdiff/98a68b47858b43a37bb9752c311412a31c091fe7 Modified Files -- contrib/pgbench/pgbench.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Sent via pgsql-committers

[COMMITTERS] pgsql: Fix typo in error message.

2014-10-02 Thread Heikki Linnakangas
Fix typo in error message. Branch -- REL9_4_STABLE Details --- http://git.postgresql.org/pg/commitdiff/80f9a368be91d179cddd9666f8cb66132e52727d Modified Files -- contrib/pgbench/pgbench.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Sent via pgsql-committers

[COMMITTERS] pgsql: Fix typo in error message.

2014-10-02 Thread Heikki Linnakangas
Fix typo in error message. Branch -- REL9_1_STABLE Details --- http://git.postgresql.org/pg/commitdiff/7f71c891a53c42a80272ca1ff129bc9b7d4de50d Modified Files -- contrib/pgbench/pgbench.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Sent via pgsql-committers

[COMMITTERS] pgsql: Fix typo in error message.

2014-10-02 Thread Heikki Linnakangas
Fix typo in error message. Branch -- REL9_3_STABLE Details --- http://git.postgresql.org/pg/commitdiff/49b1d9806199bac31f87c793b6f7ff1acc64e4e0 Modified Files -- contrib/pgbench/pgbench.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Sent via pgsql-committers

[COMMITTERS] pgsql: Install all headers for the new atomics API.

2014-10-02 Thread Andres Freund
Install all headers for the new atomics API. Previously, by mistake, only atomics.h was installed. Kohei KaiGai Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/952872698d9443fdf9b808a1376017f00c91065a Modified Files -- src/include/Makefile |2 +- 1 f

[COMMITTERS] pgsql: Increase the number of buffer mapping partitions to 128.

2014-10-02 Thread Robert Haas
Increase the number of buffer mapping partitions to 128. Testing by Amit Kapila, Andres Freund, and myself, with and without other patches that also aim to improve scalability, seems to indicate that this change is a significant win over the current value and over smaller values such as 64. It's