[COMMITTERS] pgsql: BRIN typo fix.

2015-01-19 Thread Robert Haas
BRIN typo fix. Amit Langote Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/9d54b93239040dab49111b6d7e9d6bfe9c71f419 Modified Files -- src/backend/access/brin/brin.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Sent via pgsql-committers

[COMMITTERS] pgsql: doc: Fix typos in make_timestamp{,tz} examples

2015-01-19 Thread Alvaro Herrera
doc: Fix typos in make_timestamp{,tz} examples Pointed out by Alan Mogi (bug #12571) Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/412f604adbf025618f1338ea6fed0330bc6a610d Modified Files -- doc/src/sgml/func.sgml |4 ++-- 1 file changed, 2 insertion

[COMMITTERS] pgsql: doc: Fix typos in make_timestamp{,tz} examples

2015-01-19 Thread Alvaro Herrera
doc: Fix typos in make_timestamp{,tz} examples Pointed out by Alan Mogi (bug #12571) Branch -- REL9_4_STABLE Details --- http://git.postgresql.org/pg/commitdiff/a2ac3b890dfcafcce78625c721bcda2a3ecef514 Modified Files -- doc/src/sgml/func.sgml |4 ++-- 1 file changed, 2 in

[COMMITTERS] pgsql: Typo fix.

2015-01-19 Thread Robert Haas
Typo fix. Etsuro Fujita Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/1605291b6c14be92915948d17f5509191632c97f Modified Files -- src/backend/executor/execMain.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Sent via pgsql-committers mai

[COMMITTERS] pgsql: Use abbreviated keys for faster sorting of text datums.

2015-01-19 Thread Robert Haas
Use abbreviated keys for faster sorting of text datums. This commit extends the SortSupport infrastructure to allow operator classes the option to provide abbreviated representations of Datums; in the case of text, we abbreviate by taking the first few characters of the strxfrm() blob. If the abb

[COMMITTERS] pgsql: Fix various shortcomings of the new PrivateRefCount infrastructu

2015-01-19 Thread Andres Freund
Fix various shortcomings of the new PrivateRefCount infrastructure. As noted by Tom Lane the improvements in 4b4b680c3d6 had the problem that in some situations we searched, entered and modified entries in the private refcount hash while holding a spinlock. I had tried to keep the logic entirely l

[COMMITTERS] pgsql: Adjust "pgstat wait timeout" message to be a translatable LOG me

2015-01-19 Thread Tom Lane
Adjust "pgstat wait timeout" message to be a translatable LOG message. Per discussion, change the log level of this message to be LOG not WARNING. The main point of this change is to avoid causing buildfarm run failures when the stats collector is exceptionally slow to respond, which it not infreq

[COMMITTERS] pgsql: Adjust "pgstat wait timeout" message to be a translatable LOG me

2015-01-19 Thread Tom Lane
Adjust "pgstat wait timeout" message to be a translatable LOG message. Per discussion, change the log level of this message to be LOG not WARNING. The main point of this change is to avoid causing buildfarm run failures when the stats collector is exceptionally slow to respond, which it not infreq

[COMMITTERS] pgsql: Adjust "pgstat wait timeout" message to be a translatable LOG me

2015-01-19 Thread Tom Lane
Adjust "pgstat wait timeout" message to be a translatable LOG message. Per discussion, change the log level of this message to be LOG not WARNING. The main point of this change is to avoid causing buildfarm run failures when the stats collector is exceptionally slow to respond, which it not infreq

[COMMITTERS] pgsql: Adjust "pgstat wait timeout" message to be a translatable LOG me

2015-01-19 Thread Tom Lane
Adjust "pgstat wait timeout" message to be a translatable LOG message. Per discussion, change the log level of this message to be LOG not WARNING. The main point of this change is to avoid causing buildfarm run failures when the stats collector is exceptionally slow to respond, which it not infreq

[COMMITTERS] pgsql: Adjust "pgstat wait timeout" message to be a translatable LOG me

2015-01-19 Thread Tom Lane
Adjust "pgstat wait timeout" message to be a translatable LOG message. Per discussion, change the log level of this message to be LOG not WARNING. The main point of this change is to avoid causing buildfarm run failures when the stats collector is exceptionally slow to respond, which it not infreq

[COMMITTERS] pgsql: Adjust "pgstat wait timeout" message to be a translatable LOG me

2015-01-19 Thread Tom Lane
Adjust "pgstat wait timeout" message to be a translatable LOG message. Per discussion, change the log level of this message to be LOG not WARNING. The main point of this change is to avoid causing buildfarm run failures when the stats collector is exceptionally slow to respond, which it not infreq

[COMMITTERS] pgsql: In pg_regress, remove the temporary installation upon successful

2015-01-19 Thread Tom Lane
In pg_regress, remove the temporary installation upon successful exit. This results in a very substantial reduction in disk space usage during "make check-world", since that sequence involves creation of numerous temporary installations. It should also help a bit in the buildfarm, even though the

[COMMITTERS] pgsql: In pg_regress, remove the temporary installation upon successful

2015-01-19 Thread Tom Lane
In pg_regress, remove the temporary installation upon successful exit. This results in a very substantial reduction in disk space usage during "make check-world", since that sequence involves creation of numerous temporary installations. It should also help a bit in the buildfarm, even though the

[COMMITTERS] pgsql: In pg_regress, remove the temporary installation upon successful

2015-01-19 Thread Tom Lane
In pg_regress, remove the temporary installation upon successful exit. This results in a very substantial reduction in disk space usage during "make check-world", since that sequence involves creation of numerous temporary installations. It should also help a bit in the buildfarm, even though the

[COMMITTERS] pgsql: In pg_regress, remove the temporary installation upon successful

2015-01-19 Thread Tom Lane
In pg_regress, remove the temporary installation upon successful exit. This results in a very substantial reduction in disk space usage during "make check-world", since that sequence involves creation of numerous temporary installations. It should also help a bit in the buildfarm, even though the

[COMMITTERS] pgsql: In pg_regress, remove the temporary installation upon successful

2015-01-19 Thread Tom Lane
In pg_regress, remove the temporary installation upon successful exit. This results in a very substantial reduction in disk space usage during "make check-world", since that sequence involves creation of numerous temporary installations. It should also help a bit in the buildfarm, even though the

[COMMITTERS] pgsql: In pg_regress, remove the temporary installation upon successful

2015-01-19 Thread Tom Lane
In pg_regress, remove the temporary installation upon successful exit. This results in a very substantial reduction in disk space usage during "make check-world", since that sequence involves creation of numerous temporary installations. It should also help a bit in the buildfarm, even though the