[COMMITTERS] pgsql: Fix comment.

2017-07-31 Thread Tatsuo Ishii
Fix comment.

XLByteToSeg and XLByteToPrevSeg calculate only a segment number.  The
definition of these macros were modified by commit
dfda6ebaec6763090fb78b458a979b558c50b39b but the comment remain
unchanged.

Patch by Yugo Nagata. Back patched to 9.3 and beyond.

Branch
--
REL9_6_STABLE

Details
---
https://git.postgresql.org/pg/commitdiff/bd8ff38760080362aa3ee126ed9a5e4b0d32c2a8

Modified Files
--
src/include/access/xlog_internal.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix comment.

2017-07-31 Thread Tatsuo Ishii
Fix comment.

XLByteToSeg and XLByteToPrevSeg calculate only a segment number.  The
definition of these macros were modified by commit
dfda6ebaec6763090fb78b458a979b558c50b39b but the comment remain
unchanged.

Patch by Yugo Nagata. Back patched to 9.3 and beyond.

Branch
--
REL9_4_STABLE

Details
---
https://git.postgresql.org/pg/commitdiff/a282d1871c9b35045290315403335719b80e3ac1

Modified Files
--
src/include/access/xlog_internal.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix comment.

2017-07-31 Thread Tatsuo Ishii
Fix comment.

XLByteToSeg and XLByteToPrevSeg calculate only a segment number.  The
definition of these macros were modified by commit
dfda6ebaec6763090fb78b458a979b558c50b39b but the comment remain
unchanged.

Patch by Yugo Nagata. Back patched to 9.3 and beyond.

Branch
--
REL9_5_STABLE

Details
---
https://git.postgresql.org/pg/commitdiff/ca99f5b5fd90828f150714021f517de46a47dfe6

Modified Files
--
src/include/access/xlog_internal.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix comment.

2017-07-31 Thread Tatsuo Ishii
Fix comment.

XLByteToSeg and XLByteToPrevSeg calculate only a segment number.  The
definition of these macros were modified by commit
dfda6ebaec6763090fb78b458a979b558c50b39b but the comment remain
unchanged.

Patch by Yugo Nagata. Back patched to 9.3 and beyond.

Branch
--
master

Details
---
https://git.postgresql.org/pg/commitdiff/e662ef0f2e95d9da3df705ddaaff36b0c01c7acc

Modified Files
--
src/include/access/xlog_internal.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix comment.

2017-07-31 Thread Tatsuo Ishii
Fix comment.

XLByteToSeg and XLByteToPrevSeg calculate only a segment number.  The
definition of these macros were modified by commit
dfda6ebaec6763090fb78b458a979b558c50b39b but the comment remain
unchanged.

Patch by Yugo Nagata. Back patched to 9.3 and beyond.

Branch
--
REL9_3_STABLE

Details
---
https://git.postgresql.org/pg/commitdiff/bf19a6fe32840bbb56c10a370df38a5994cb

Modified Files
--
src/include/access/xlog_internal.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Add missing comment in postgresql.conf.

2017-07-30 Thread Tatsuo Ishii
Add missing comment in postgresql.conf.

current_source requires to restart server to reflect the new
value. Per Yugo Nagata and Masahiko Sawada.

Back patched to 9.2 and beyond.

Branch
--
REL9_6_STABLE

Details
---
https://git.postgresql.org/pg/commitdiff/bc37d2460f8e39170f72a064450281ef0f50822e

Modified Files
--
src/backend/utils/misc/postgresql.conf.sample | 1 +
1 file changed, 1 insertion(+)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Add missing comment in postgresql.conf.

2017-07-30 Thread Tatsuo Ishii
Add missing comment in postgresql.conf.

current_source requires to restart server to reflect the new
value. Per Yugo Nagata and Masahiko Sawada.

Back patched to 9.2 and beyond.

Branch
--
REL9_5_STABLE

Details
---
https://git.postgresql.org/pg/commitdiff/d90d5a1f7a77a23732c910d2fdda036589940834

Modified Files
--
src/backend/utils/misc/postgresql.conf.sample | 1 +
1 file changed, 1 insertion(+)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Add missing comment in postgresql.conf.

2017-07-30 Thread Tatsuo Ishii
Add missing comment in postgresql.conf.

current_source requires to restart server to reflect the new
value. Per Yugo Nagata and Masahiko Sawada.

Back patched to 9.2 and beyond.

Branch
--
REL9_2_STABLE

Details
---
https://git.postgresql.org/pg/commitdiff/7b38063603e00dd15bb943c1f8c838df1b192bfc

Modified Files
--
src/backend/utils/misc/postgresql.conf.sample | 1 +
1 file changed, 1 insertion(+)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Add missing comment in postgresql.conf.

2017-07-30 Thread Tatsuo Ishii
Add missing comment in postgresql.conf.

current_source requires to restart server to reflect the new
value. Per Yugo Nagata and Masahiko Sawada.

Back patched to 9.2 and beyond.

Branch
--
REL9_3_STABLE

Details
---
https://git.postgresql.org/pg/commitdiff/c89d4a28fb00f0e3142726ceb2e0d1a671d70da0

Modified Files
--
src/backend/utils/misc/postgresql.conf.sample | 1 +
1 file changed, 1 insertion(+)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Add missing comment in postgresql.conf.

2017-07-30 Thread Tatsuo Ishii
Add missing comment in postgresql.conf.

current_source requires to restart server to reflect the new
value. Per Yugo Nagata and Masahiko Sawada.

Back patched to 9.2 and beyond.

Branch
--
master

Details
---
https://git.postgresql.org/pg/commitdiff/393d47ed0f5b764341c7733ef60e8442d3e9bdc2

Modified Files
--
src/backend/utils/misc/postgresql.conf.sample | 1 +
1 file changed, 1 insertion(+)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Add missing comment in postgresql.conf.

2017-07-30 Thread Tatsuo Ishii
Add missing comment in postgresql.conf.

current_source requires to restart server to reflect the new
value. Per Yugo Nagata and Masahiko Sawada.

Back patched to 9.2 and beyond.

Branch
--
REL9_4_STABLE

Details
---
https://git.postgresql.org/pg/commitdiff/b9a92d0108ea15afdcf20782a542cb2e321dbeff

Modified Files
--
src/backend/utils/misc/postgresql.conf.sample | 1 +
1 file changed, 1 insertion(+)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Add missing comment in postgresql.conf.

2017-07-30 Thread Tatsuo Ishii
Add missing comment in postgresql.conf.

dynamic_shared_memory_type requires to restart server to reflect
the new value. Per Yugo Nagata and Masahiko Sawada.

Back pached to 9.4 and beyond.

Branch
--
REL9_5_STABLE

Details
---
https://git.postgresql.org/pg/commitdiff/36bda3937d8f5fa542621a451841d09a4d80edeb

Modified Files
--
src/backend/utils/misc/postgresql.conf.sample | 1 +
1 file changed, 1 insertion(+)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Add missing comment in postgresql.conf.

2017-07-30 Thread Tatsuo Ishii
Add missing comment in postgresql.conf.

dynamic_shared_memory_type requires to restart server to reflect
the new value. Per Yugo Nagata and Masahiko Sawada.

Back pached to 9.4 and beyond.

Branch
--
master

Details
---
https://git.postgresql.org/pg/commitdiff/8b015dd723ffc1ae7123758dda90d0bf0fa9b464

Modified Files
--
src/backend/utils/misc/postgresql.conf.sample | 1 +
1 file changed, 1 insertion(+)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Add missing comment in postgresql.conf.

2017-07-30 Thread Tatsuo Ishii
Add missing comment in postgresql.conf.

dynamic_shared_memory_type requires to restart server to reflect
the new value. Per Yugo Nagata and Masahiko Sawada.

Back pached to 9.4 and beyond.

Branch
--
REL9_4_STABLE

Details
---
https://git.postgresql.org/pg/commitdiff/80d9f6d2a4546edad1dafff84a2a3d97391265ef

Modified Files
--
src/backend/utils/misc/postgresql.conf.sample | 1 +
1 file changed, 1 insertion(+)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Add missing comment in postgresql.conf.

2017-07-30 Thread Tatsuo Ishii
Add missing comment in postgresql.conf.

dynamic_shared_memory_type requires to restart server to reflect
the new value. Per Yugo Nagata and Masahiko Sawada.

Back pached to 9.4 and beyond.

Branch
--
REL9_6_STABLE

Details
---
https://git.postgresql.org/pg/commitdiff/bb19bcd426769a568f3ed4025430af1573386322

Modified Files
--
src/backend/utils/misc/postgresql.conf.sample | 1 +
1 file changed, 1 insertion(+)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Add missing comment in postgresql.conf.

2017-07-30 Thread Tatsuo Ishii
Add missing comment in postgresql.conf.

max_logical_replication_workers requires to restart server to reflect
the new value. Per Yugo Nagata. Minor editing by me.

Branch
--
master

Details
---
https://git.postgresql.org/pg/commitdiff/9fe63092b541e48aebb1190179b47249672a8560

Modified Files
--
src/backend/utils/misc/postgresql.conf.sample | 1 +
1 file changed, 1 insertion(+)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Improve PostgreSQL 10.0 release note regarding pg_current_logfil

2017-06-18 Thread Tatsuo Ishii
Improve PostgreSQL 10.0 release note regarding pg_current_logfile().

Author: Yugo Nagata

Branch
--
master

Details
---
https://git.postgresql.org/pg/commitdiff/b4166a8df914f56b3b7d2dc1b74897e7525c5cea

Modified Files
--
doc/src/sgml/release-10.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


Re: [COMMITTERS] pgsql: Fix document bug regarding read only transactions.

2017-06-15 Thread Tatsuo Ishii
> You're right that the statement is irrelevant in the context of what
> a standby can or can't do, but what I'm worried about is that someone
> will read it and believe that it represents the whole truth about
> what read-only master transactions can do.  The previous wording was
> also irrelevant to the context of a standby, and yet this whole thread
> exists because somebody complained that it's an inaccurate description
> of the restrictions on such a master transaction.  Well, it's still
> inaccurate.

Then I think we should add more commands including ANALYZE, VACUUM and
strong LOCKS here. There's no specific reason to pick up only
nextval(), LISTEN and NOTIFY.

Best regards,
--
Tatsuo Ishii
SRA OSS, Inc. Japan
English: http://www.sraoss.co.jp/index_en.php
Japanese:http://www.sraoss.co.jp


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix typo in PostgreSQL 10.0 release note.

2017-06-14 Thread Tatsuo Ishii
Fix typo in PostgreSQL 10.0 release note.

Patch by Yugo Nagata.

Branch
--
master

Details
---
https://git.postgresql.org/pg/commitdiff/e800656d9a9b40b2f55afabe76354ab6d93353b3

Modified Files
--
doc/src/sgml/release-10.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


Re: [COMMITTERS] pgsql: Fix document bug regarding read only transactions.

2017-06-14 Thread Tatsuo Ishii
> Right, but what I think it is comparing is a read-only transaction
> on the master and a transaction on the standby.  The former can do
> nextval() on temp sequences, the latter can't.

But we cannot create temp sequences on stanbys in the first place.
Still do you think there's value to refer to nextval() on temp
sequences here?

Best regards,
--
Tatsuo Ishii
SRA OSS, Inc. Japan
English: http://www.sraoss.co.jp/index_en.php
Japanese:http://www.sraoss.co.jp


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


Re: [COMMITTERS] pgsql: Fix document bug regarding read only transactions.

2017-06-14 Thread Tatsuo Ishii
> I think the correct fix would have been to change "update sequences"
> to "update temporary sequences", not to remove it.

Not sure. The paragraph tries to explain the difference between read
only transactions and standby.

---
In normal operation, “read-only” transactions are allowed to update
sequences and to use LISTEN, UNLISTEN, and NOTIFY, so Hot Standby
sessions operate under slightly tighter restrictions than ordinary
read-only sessions. It is possible that some of these restrictions
might be loosened in a future release.
---

Regarding sequences, the paragraph supposes the use case on standby in
that a normal sequence was created on primary then it gets updated on
standby (that was used be possible). For temporary sequences, this
scenario is totally meaningless since temporary sequences are not
replicated, nor cannot be created on standby either. So I think
referring to temporary sequences here is pointless.

Best regards,
--
Tatsuo Ishii
SRA OSS, Inc. Japan
English: http://www.sraoss.co.jp/index_en.php
Japanese:http://www.sraoss.co.jp


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix document bug regarding read only transactions.

2017-06-14 Thread Tatsuo Ishii
Fix document bug regarding read only transactions.

It was explained that read only transactions (not in standby) allow to
update sequences. This had been wrong since the commit:
05d8a561ff85db1545f5768fe8d8dc9d99ad2ef7

Discussion: 
https://www.postgresql.org/message-id/20170614.110826.425627939780392324.t-ishii%40sraoss.co.jp

Branch
--
REL9_4_STABLE

Details
---
https://git.postgresql.org/pg/commitdiff/6d3a0fc33750b1eee0c63220075b058a8e0d675e

Modified Files
--
doc/src/sgml/high-availability.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix document bug regarding read only transactions.

2017-06-14 Thread Tatsuo Ishii
Fix document bug regarding read only transactions.

It was explained that read only transactions (not in standby) allow to
update sequences. This had been wrong since the commit:
05d8a561ff85db1545f5768fe8d8dc9d99ad2ef7

Discussion: 
https://www.postgresql.org/message-id/20170614.110826.425627939780392324.t-ishii%40sraoss.co.jp

Branch
--
REL9_3_STABLE

Details
---
https://git.postgresql.org/pg/commitdiff/5eaee9b4c4af3c3cc7f52f921e03512699dcd887

Modified Files
--
doc/src/sgml/high-availability.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix document bug regarding read only transactions.

2017-06-14 Thread Tatsuo Ishii
Fix document bug regarding read only transactions.

It was explained that read only transactions (not in standby) allow to
update sequences. This had been wrong since the commit:
05d8a561ff85db1545f5768fe8d8dc9d99ad2ef7

Discussion: 
https://www.postgresql.org/message-id/20170614.110826.425627939780392324.t-ishii%40sraoss.co.jp

Branch
--
REL9_6_STABLE

Details
---
https://git.postgresql.org/pg/commitdiff/e3f87aae9316d42ece1912d1cae34ec0ba8142c8

Modified Files
--
doc/src/sgml/high-availability.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix document bug regarding read only transactions.

2017-06-14 Thread Tatsuo Ishii
Fix document bug regarding read only transactions.

It was explained that read only transactions (not in standby) allow to
update sequences. This had been wrong since the commit:
05d8a561ff85db1545f5768fe8d8dc9d99ad2ef7

Discussion: 
https://www.postgresql.org/message-id/20170614.110826.425627939780392324.t-ishii%40sraoss.co.jp

Branch
--
master

Details
---
https://git.postgresql.org/pg/commitdiff/6108348c09df33773bed6e0ac762fe47bdcbb9e6

Modified Files
--
doc/src/sgml/high-availability.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix document bug regarding read only transactions.

2017-06-14 Thread Tatsuo Ishii
Fix document bug regarding read only transactions.

It was explained that read only transactions (not in standby) allow to
update sequences. This had been wrong since the commit:
05d8a561ff85db1545f5768fe8d8dc9d99ad2ef7

Discussion: 
https://www.postgresql.org/message-id/20170614.110826.425627939780392324.t-ishii%40sraoss.co.jp

Branch
--
REL9_2_STABLE

Details
---
https://git.postgresql.org/pg/commitdiff/1fe10463d9bd38d20b5c3c9356fc07ae9c3b6828

Modified Files
--
doc/src/sgml/high-availability.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix document bug regarding read only transactions.

2017-06-14 Thread Tatsuo Ishii
Fix document bug regarding read only transactions.

It was explained that read only transactions (not in standby) allow to
update sequences. This had been wrong since the commit:
05d8a561ff85db1545f5768fe8d8dc9d99ad2ef7

Discussion: 
https://www.postgresql.org/message-id/20170614.110826.425627939780392324.t-ishii%40sraoss.co.jp

Branch
--
REL9_5_STABLE

Details
---
https://git.postgresql.org/pg/commitdiff/7efc08dec9c737e92388fe2665f2bc1d4e3c1970

Modified Files
--
doc/src/sgml/high-availability.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix ALTER TABLE doc examples.

2017-06-11 Thread Tatsuo Ishii
Fix ALTER TABLE doc examples.

Patch by Yugo Nagata .  Confirmed by Amit
Langote, who is the original author of the document part.

Branch
--
master

Details
---
https://git.postgresql.org/pg/commitdiff/eab86897bd8cbeb21ae8959ca9a095ce7cb663df

Modified Files
--
doc/src/sgml/ref/alter_table.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Revert "Fix comments in StrategyNotifyBgWriter()."

2017-01-23 Thread Tatsuo Ishii
Revert "Fix comments in StrategyNotifyBgWriter()."

This reverts commit df9e034f958a5cd092f7f461d7a50156f6d076af, which
tried to fix the comments to reflect the change of API of the function
but actually the change had been made only for 9.5 or later.

Branch
--
REL9_3_STABLE

Details
---
http://git.postgresql.org/pg/commitdiff/451132415dc4f255b440b1645362cc125025ae5c

Modified Files
--
src/backend/storage/buffer/freelist.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Revert "Fix comments in StrategyNotifyBgWriter()."

2017-01-23 Thread Tatsuo Ishii
Revert "Fix comments in StrategyNotifyBgWriter()."

This reverts commit 0b7bcf7ad2f1061664e6b517a3b4feabee0af00a, which
tried to fix the comments to reflect the change of API of the function
but actually the change had been made only for 9.5 or later.

Branch
--
REL9_2_STABLE

Details
---
http://git.postgresql.org/pg/commitdiff/dbaa621cb77b2eccf2fb4ae0e651276bb3336612

Modified Files
--
src/backend/storage/buffer/freelist.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Revert "Fix comments in StrategyNotifyBgWriter()."

2017-01-23 Thread Tatsuo Ishii
Revert "Fix comments in StrategyNotifyBgWriter()."

This reverts commit a73cc3eff3831d98ea3c6dbeb978b96f1bc72a42, which
tried to fix the comments to reflect the change of API of the function
but actually the change had been made only for 9.5 or later.

Branch
--
REL9_4_STABLE

Details
---
http://git.postgresql.org/pg/commitdiff/fb9d2ed6151d1220fc54b86142e3be85ce90ef9d

Modified Files
--
src/backend/storage/buffer/freelist.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


Re: [COMMITTERS] pgsql: Fix comments in StrategyNotifyBgWriter().

2017-01-23 Thread Tatsuo Ishii
> Tatsuo Ishii <is...@postgresql.org> writes:
>> Fix comments in StrategyNotifyBgWriter().
> 
> [ confused... ]  Surely this should only have been back-patched as
> far as 9.5?

Oops. You are right. I shouldn't have applied the patch against 9.4 or
before. Will revert.

Best regards,
--
Tatsuo Ishii
SRA OSS, Inc. Japan
English: http://www.sraoss.co.jp/index_en.php
Japanese:http://www.sraoss.co.jp


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix comments in StrategyNotifyBgWriter().

2017-01-23 Thread Tatsuo Ishii
Fix comments in StrategyNotifyBgWriter().

The interface for the function was changed in
d72731a70450b5e7084991b9caa15cb58a2820df but the comments of the
function was not updated.

Patch by Yugo Nagata.

Branch
--
REL9_5_STABLE

Details
---
http://git.postgresql.org/pg/commitdiff/557917769ada4988c15f81f44ed278a5c8c687a4

Modified Files
--
src/backend/storage/buffer/freelist.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix comments in StrategyNotifyBgWriter().

2017-01-23 Thread Tatsuo Ishii
Fix comments in StrategyNotifyBgWriter().

The interface for the function was changed in
d72731a70450b5e7084991b9caa15cb58a2820df but the comments of the
function was not updated.

Patch by Yugo Nagata.

Branch
--
REL9_4_STABLE

Details
---
http://git.postgresql.org/pg/commitdiff/a73cc3eff3831d98ea3c6dbeb978b96f1bc72a42

Modified Files
--
src/backend/storage/buffer/freelist.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix comments in StrategyNotifyBgWriter().

2017-01-23 Thread Tatsuo Ishii
Fix comments in StrategyNotifyBgWriter().

The interface for the function was changed in
d72731a70450b5e7084991b9caa15cb58a2820df but the comments of the
function was not updated.

Patch by Yugo Nagata.

Branch
--
REL9_2_STABLE

Details
---
http://git.postgresql.org/pg/commitdiff/0b7bcf7ad2f1061664e6b517a3b4feabee0af00a

Modified Files
--
src/backend/storage/buffer/freelist.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix comments in StrategyNotifyBgWriter().

2017-01-23 Thread Tatsuo Ishii
Fix comments in StrategyNotifyBgWriter().

The interface for the function was changed in
d72731a70450b5e7084991b9caa15cb58a2820df but the comments of the
function was not updated.

Patch by Yugo Nagata.

Branch
--
master

Details
---
http://git.postgresql.org/pg/commitdiff/73293ebae2e48782804029211622d16ed39952ae

Modified Files
--
src/backend/storage/buffer/freelist.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix comments in StrategyNotifyBgWriter().

2017-01-23 Thread Tatsuo Ishii
Fix comments in StrategyNotifyBgWriter().

The interface for the function was changed in
d72731a70450b5e7084991b9caa15cb58a2820df but the comments of the
function was not updated.

Patch by Yugo Nagata.

Branch
--
REL9_6_STABLE

Details
---
http://git.postgresql.org/pg/commitdiff/e4e5ea64c002308654990e7ecc2b1d3d5fec01e3

Modified Files
--
src/backend/storage/buffer/freelist.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix comments in StrategyNotifyBgWriter().

2017-01-23 Thread Tatsuo Ishii
Fix comments in StrategyNotifyBgWriter().

The interface for the function was changed in
d72731a70450b5e7084991b9caa15cb58a2820df but the comments of the
function was not updated.

Patch by Yugo Nagata.

Branch
--
REL9_3_STABLE

Details
---
http://git.postgresql.org/pg/commitdiff/df9e034f958a5cd092f7f461d7a50156f6d076af

Modified Files
--
src/backend/storage/buffer/freelist.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix typo in sources.sgml.

2016-10-30 Thread Tatsuo Ishii
Fix typo in sources.sgml.

Per Shinichi Matsuda.

Branch
--
REL9_6_STABLE

Details
---
http://git.postgresql.org/pg/commitdiff/b0034e71989f03b78e8ebcb02e62acffc6fc0351

Modified Files
--
doc/src/sgml/sources.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix typo in sources.sgml.

2016-10-30 Thread Tatsuo Ishii
Fix typo in sources.sgml.

Per Shinichi Matsuda.

Branch
--
master

Details
---
http://git.postgresql.org/pg/commitdiff/36d154ecb2286328c7c59b99d5abb71318e056eb

Modified Files
--
doc/src/sgml/sources.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Remove spurious word.

2016-10-14 Thread Tatsuo Ishii
Remove spurious word.

Tatsuo Ishii

Branch
--
REL9_6_STABLE

Details
---
http://git.postgresql.org/pg/commitdiff/db4b54f1550aa830890ce190e5d196de8d17db33
Author: Robert Haas <rh...@postgresql.org>

Modified Files
--
doc/src/sgml/parallel.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix typo.

2016-10-13 Thread Tatsuo Ishii
Fix typo.

Confirmed by Michael Paquier.

Branch
--
REL9_6_STABLE

Details
---
http://git.postgresql.org/pg/commitdiff/a209d6dc8cce69bf4d305486816845be3febacba

Modified Files
--
doc/src/sgml/parallel.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix typo.

2016-10-13 Thread Tatsuo Ishii
Fix typo.

Confirmed by Michael Paquier.

Branch
--
master

Details
---
http://git.postgresql.org/pg/commitdiff/13d3180fd14c624bbb274e200e98ddb50e260216

Modified Files
--
doc/src/sgml/parallel.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix typo.

2016-10-13 Thread Tatsuo Ishii
Fix typo.

Confirmed by Tom Lane.

Branch
--
REL9_6_STABLE

Details
---
http://git.postgresql.org/pg/commitdiff/b8850031ccc51401c256203b7dc9029a1160479e

Modified Files
--
doc/src/sgml/parallel.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix typo.

2016-10-13 Thread Tatsuo Ishii
Fix typo.

Confirmed by Tom Lane.

Branch
--
master

Details
---
http://git.postgresql.org/pg/commitdiff/b1ee762a6138df073d4b2b80c235dd9025a8532c

Modified Files
--
doc/src/sgml/parallel.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix wording in the Tutorial document.

2016-02-20 Thread Tatsuo Ishii
Fix wording in the Tutorial document.

With suggentions from Tom Lane.

Branch
--
REL9_5_STABLE

Details
---
http://git.postgresql.org/pg/commitdiff/a397f8268a6a315b8c6579124637cddc8f79ea71

Modified Files
--
doc/src/sgml/start.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix wording in the Tutorial document.

2016-02-20 Thread Tatsuo Ishii
Fix wording in the Tutorial document.

With suggentions from Tom Lane.

Branch
--
REL9_3_STABLE

Details
---
http://git.postgresql.org/pg/commitdiff/8fed3cc225a24c3c5a22cbf7afd9bd8615dcaf2d

Modified Files
--
doc/src/sgml/start.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix wording in the Tutorial document.

2016-02-20 Thread Tatsuo Ishii
Fix wording in the Tutorial document.

With suggentions from Tom Lane.

Branch
--
master

Details
---
http://git.postgresql.org/pg/commitdiff/902fd1f4e2457f6f04a988920491fffb90028035

Modified Files
--
doc/src/sgml/start.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix wording in the Tutorial document.

2016-02-20 Thread Tatsuo Ishii
Fix wording in the Tutorial document.

With suggentions from Tom Lane.

Branch
--
REL9_2_STABLE

Details
---
http://git.postgresql.org/pg/commitdiff/7cea53e2dcaa9100e8aab925e71fbc8a4b0c80d9

Modified Files
--
doc/src/sgml/start.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix wording in the Tutorial document.

2016-02-20 Thread Tatsuo Ishii
Fix wording in the Tutorial document.

With suggentions from Tom Lane.

Branch
--
REL9_4_STABLE

Details
---
http://git.postgresql.org/pg/commitdiff/5c4973118755c6294a1c823bb95427dadbb1c28e

Modified Files
--
doc/src/sgml/start.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix wording in the Tutorial document.

2016-02-20 Thread Tatsuo Ishii
Fix wording in the Tutorial document.

With suggentions from Tom Lane.

Branch
--
REL9_1_STABLE

Details
---
http://git.postgresql.org/pg/commitdiff/5d312ef1b2b38d0db90394691694238194172e84

Modified Files
--
doc/src/sgml/start.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Improve wording in the planner doc

2016-02-15 Thread Tatsuo Ishii
Improve wording in the planner doc

Change "In this case" to "In the example above" to clarify what it
actually refers to.

Branch
--
REL9_4_STABLE

Details
---
http://git.postgresql.org/pg/commitdiff/77c616a79dc9e852fa66cc69e6b4997511cc4dfa

Modified Files
--
doc/src/sgml/planstats.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Improve wording in the planner doc

2016-02-15 Thread Tatsuo Ishii
Improve wording in the planner doc

Change "In this case" to "In the example above" to clarify what it
actually refers to.

Branch
--
REL9_3_STABLE

Details
---
http://git.postgresql.org/pg/commitdiff/5043e3afcc8701687bf3970bf56a648c8ea033d9

Modified Files
--
doc/src/sgml/planstats.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Improve wording in the planner doc

2016-02-15 Thread Tatsuo Ishii
Improve wording in the planner doc

Change "In this case" to "In the example above" to clarify what it
actually refers to.

Branch
--
master

Details
---
http://git.postgresql.org/pg/commitdiff/bdc309c7dc849a7362a624846ebc9170a8c353f3

Modified Files
--
doc/src/sgml/planstats.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Improve wording in the planner doc

2016-02-15 Thread Tatsuo Ishii
Improve wording in the planner doc

Change "In this case" to "In the example above" to clarify what it
actually refers to.

Branch
--
REL9_2_STABLE

Details
---
http://git.postgresql.org/pg/commitdiff/779c46a39f04c7ea2f9aae3b92854b5a885fe07e

Modified Files
--
doc/src/sgml/planstats.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Improve wording in the planner doc

2016-02-15 Thread Tatsuo Ishii
Improve wording in the planner doc

Change "In this case" to "In the example above" to clarify what it
actually refers to.

Branch
--
REL9_5_STABLE

Details
---
http://git.postgresql.org/pg/commitdiff/ce18d6bd30de7150e5423f62d62c27b9431f2c05

Modified Files
--
doc/src/sgml/planstats.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Improve wording in the planner doc

2016-02-15 Thread Tatsuo Ishii
Improve wording in the planner doc

Change "In this case" to "In the example above" to clarify what it
actually refers to.

Branch
--
REL9_1_STABLE

Details
---
http://git.postgresql.org/pg/commitdiff/38e617df36958660eee37571e3cc1713e3a49a4f

Modified Files
--
doc/src/sgml/planstats.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Revert "Fix broken multibyte regression tests."

2016-01-25 Thread Tatsuo Ishii
Revert "Fix broken multibyte regression tests."

This reverts commit 479cb1e420c40d78b49535c0ceeaa5f65c7d6797.

The commit was plain wrong as pointed out in:
http://www.postgresql.org/message-id/27771.1448736...@sss.pgh.pa.us

Branch
--
REL9_5_STABLE

Details
---
http://git.postgresql.org/pg/commitdiff/e8267aba5fcf9f107cd20b8d0e7d199ecaf74a27

Modified Files
--
src/test/mb/expected/big5.out  |1 +
src/test/mb/expected/euc_jp.out|1 +
src/test/mb/expected/euc_kr.out|1 +
src/test/mb/expected/euc_tw.out|1 +
src/test/mb/expected/gb18030.out   |1 +
src/test/mb/expected/mule_internal.out |2 ++
src/test/mb/expected/sjis.out  |1 +
src/test/mb/expected/utf8.out  |1 +
8 files changed, 9 insertions(+)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Revert "Fix broken multibyte regression tests."

2016-01-25 Thread Tatsuo Ishii
Revert "Fix broken multibyte regression tests."

This reverts commit efc1610b64b04e7cf08cc1d6c608ede8b7d5ff07.
The commit was plain wrong as pointed out in:
http://www.postgresql.org/message-id/27771.1448736...@sss.pgh.pa.us

Branch
--
master

Details
---
http://git.postgresql.org/pg/commitdiff/ad2e233385ee3e441454f20a02ac0f68f7873bc2

Modified Files
--
src/test/mb/expected/big5.out  |1 +
src/test/mb/expected/euc_jp.out|1 +
src/test/mb/expected/euc_kr.out|1 +
src/test/mb/expected/euc_tw.out|1 +
src/test/mb/expected/gb18030.out   |1 +
src/test/mb/expected/mule_internal.out |2 ++
src/test/mb/expected/sjis.out  |1 +
src/test/mb/expected/utf8.out  |1 +
8 files changed, 9 insertions(+)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix typo.

2016-01-18 Thread Tatsuo Ishii
Fix typo.

Reported by KOIZUMI Satoru.

Branch
--
REL9_5_STABLE

Details
---
http://git.postgresql.org/pg/commitdiff/77a1863c94e21eceaef65eab0b4bd24eea57ef97

Modified Files
--
doc/src/sgml/datatype.sgml |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix typo.

2016-01-18 Thread Tatsuo Ishii
Fix typo.

Reported by KOIZUMI Satoru.

Branch
--
master

Details
---
http://git.postgresql.org/pg/commitdiff/85f22281a1190165851f15b35f8283c8b7592b3c

Modified Files
--
doc/src/sgml/datatype.sgml |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix typo in create_transform.sgml.

2016-01-05 Thread Tatsuo Ishii
Fix typo in create_transform.sgml.

Branch
--
master

Details
---
http://git.postgresql.org/pg/commitdiff/65681d08b4213110a879ce6d65f10de11fe4d3cc

Modified Files
--
doc/src/sgml/ref/create_transform.sgml |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix typo in create_transform.sgml.

2016-01-05 Thread Tatsuo Ishii
Fix typo in create_transform.sgml.

Branch
--
REL9_5_STABLE

Details
---
http://git.postgresql.org/pg/commitdiff/9919f4fef1df2edf40e1a2a2971f97ff2d23cc3c

Modified Files
--
doc/src/sgml/ref/create_transform.sgml |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix incorrect tps number calculation in "excluding connections e

2015-09-29 Thread Tatsuo Ishii
Fix incorrect tps number calculation in "excluding connections establishing".

The tolerance (larger than actual tps number) increases as the number
of threads decreases.  The bug has been there since the thread support
was introduced in 9.0. Because back patching introduces incompatible
behavior changes regarding the tps number, the fix is committed to
master and 9.5 stable branches only.

Problem spotted by me and fix proposed by Fabien COELHO. Note that his
original patch included more than fixes (a code re-factoring) which is
not related to the problem and I omitted the part.

Branch
--
REL9_5_STABLE

Details
---
http://git.postgresql.org/pg/commitdiff/3c4c5acc40720a178e06da6258ce20d3c6e025ab

Modified Files
--
src/bin/pgbench/pgbench.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix incorrect tps number calculation in "excluding connections e

2015-09-29 Thread Tatsuo Ishii
Fix incorrect tps number calculation in "excluding connections establishing".

The tolerance (larger than actual tps number) increases as the number
of threads decreases.  The bug has been there since the thread support
was introduced in 9.0. Because back patching introduces incompatible
behavior changes regarding the tps number, the fix is committed to
master and 9.5 stable branches only.

Problem spotted by me and fix proposed by Fabien COELHO. Note that his
original patch included more than fixes (a code re-factoring) which is
not related to the problem and I omitted the part.

Branch
--
master

Details
---
http://git.postgresql.org/pg/commitdiff/a16db3a07da9c47a5ef5b1d18f9c45bdb893b243

Modified Files
--
src/bin/pgbench/pgbench.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix brin index summarizing while vacuuming.

2015-09-04 Thread Tatsuo Ishii
Fix brin index summarizing while vacuuming.

If the number of heap blocks is not multiples of pages per range, the
summarizing produces wrong summary information for the last brin index
tuple while vacuuming.

Problem reported by Tatsuo Ishii and fixed by Amit Langote.

Discussion at "[HACKERS] BRIN INDEX value (message id 
:20150903.174935.1946402199422994347.t-is...@sraoss.co.jp)
Backpatched to 9.5 in which brin index was added.

Branch
--
REL9_5_STABLE

Details
---
http://git.postgresql.org/pg/commitdiff/b1cbc8529d076b71c9c2f8403139f7235072a357

Modified Files
--
src/backend/access/brin/brin.c |9 ++---
1 file changed, 6 insertions(+), 3 deletions(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix brin index summarizing while vacuuming.

2015-09-04 Thread Tatsuo Ishii
Fix brin index summarizing while vacuuming.

If the number of heap blocks is not multiples of pages per range, the
summarizing produces wrong summary information for the last brin index
tuple while vacuuming.

Problem reported by Tatsuo Ishii and fixed by Amit Langote.

Discussion at "[HACKERS] BRIN INDEX value (message id 
:20150903.174935.1946402199422994347.t-is...@sraoss.co.jp)
Backpatched to 9.5 in which brin index was added.

Branch
--
master

Details
---
http://git.postgresql.org/pg/commitdiff/c39f5674dfc77802b4245dd92cb4b1e35499a5a5

Modified Files
--
src/backend/access/brin/brin.c |9 ++---
1 file changed, 6 insertions(+), 3 deletions(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix broken multibyte regression tests.

2015-08-08 Thread Tatsuo Ishii
Fix broken multibyte regression tests.

commit 9043Fe390f4f0b4586cfe59cbd22314b9c3e2957 broke multibyte
regression tests because the commit removes the warning message when
temporary hash indexes is created, which has been added by commit
07af523870bcfe930134054febd3a6a114942e5b.

Back patched to 9.5 stable tree.

Branch
--
REL9_5_STABLE

Details
---
http://git.postgresql.org/pg/commitdiff/479cb1e420c40d78b49535c0ceeaa5f65c7d6797

Modified Files
--
src/test/mb/expected/big5.out  |1 -
src/test/mb/expected/euc_jp.out|1 -
src/test/mb/expected/euc_kr.out|1 -
src/test/mb/expected/euc_tw.out|1 -
src/test/mb/expected/gb18030.out   |1 -
src/test/mb/expected/mule_internal.out |2 --
src/test/mb/expected/sjis.out  |1 -
src/test/mb/expected/utf8.out  |1 -
8 files changed, 9 deletions(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix broken multibyte regression tests.

2015-08-08 Thread Tatsuo Ishii
Fix broken multibyte regression tests.

commit 9043Fe390f4f0b4586cfe59cbd22314b9c3e2957 broke multibyte
regression tests because the commit removes the warning message when
temporary hash indexes is created, which has been added by commit
07af523870bcfe930134054febd3a6a114942e5b.

Back patched to 9.5 stable tree.

Branch
--
master

Details
---
http://git.postgresql.org/pg/commitdiff/efc1610b64b04e7cf08cc1d6c608ede8b7d5ff07

Modified Files
--
src/test/mb/expected/big5.out  |1 -
src/test/mb/expected/euc_jp.out|1 -
src/test/mb/expected/euc_kr.out|1 -
src/test/mb/expected/euc_tw.out|1 -
src/test/mb/expected/gb18030.out   |1 -
src/test/mb/expected/mule_internal.out |2 --
src/test/mb/expected/sjis.out  |1 -
src/test/mb/expected/utf8.out  |1 -
8 files changed, 9 deletions(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


Re: [COMMITTERS] pgsql: Fix broken multibyte regression tests.

2015-08-08 Thread Tatsuo Ishii
 On Sat, Aug 8, 2015 at 10:09 PM, Tatsuo Ishii is...@postgresql.org wrote:
 Fix broken multibyte regression tests.

 commit 9043Fe390f4f0b4586cfe59cbd22314b9c3e2957 broke multibyte
 
 That commit ID isn't valid; should be
 9043ef390f4f0b4586cfe59cbd22314b9c3e2957 - looks like ef got turned
 into fe.

Sorry for it. I seemd to touch wrong emacs keys.

 Sorry about the oversight.

No problem. The test is not in the regular regression suits, and it is
hard to find a brokenness.

Best regards,
--
Tatsuo Ishii
SRA OSS, Inc. Japan
English: http://www.sraoss.co.jp/index_en.php
Japanese:http://www.sraoss.co.jp


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix function declaration style to respect the coding standard.

2015-06-28 Thread Tatsuo Ishii
Fix function declaration style to respect the coding standard.

Branch
--
master

Details
---
http://git.postgresql.org/pg/commitdiff/527e6d3f099df22783465ca7046fc0c8a534c921

Modified Files
--
src/bin/pgbench/pgbench.c |3 +--
1 file changed, 1 insertion(+), 2 deletions(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix function declaration style to respect the coding standard.

2015-06-28 Thread Tatsuo Ishii
Fix function declaration style to respect the coding standard.

Branch
--
REL9_3_STABLE

Details
---
http://git.postgresql.org/pg/commitdiff/fc7f6e331d7d35f7f24f72a62e4907887e7bcb11

Modified Files
--
contrib/pgbench/pgbench.c |3 +--
1 file changed, 1 insertion(+), 2 deletions(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix function declaration style to respect the coding standard.

2015-06-28 Thread Tatsuo Ishii
Fix function declaration style to respect the coding standard.

Branch
--
REL9_4_STABLE

Details
---
http://git.postgresql.org/pg/commitdiff/9a437994400f5fdadac103fc5df0c5d622d5c8be

Modified Files
--
contrib/pgbench/pgbench.c |3 +--
1 file changed, 1 insertion(+), 2 deletions(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Make SyncRepWakeQueue to a static function

2015-03-25 Thread Tatsuo Ishii
Make SyncRepWakeQueue to a static function

It is only used in src/backend/replication/syncrep.c.

Back-patch to all supported branches except 9.1 which declares the
function as static.

Branch
--
master

Details
---
http://git.postgresql.org/pg/commitdiff/656ea810e5ebc4d741275b37310a32ff890c

Modified Files
--
src/backend/replication/syncrep.c |3 ++-
src/include/replication/syncrep.h |3 ---
2 files changed, 2 insertions(+), 4 deletions(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Make SyncRepWakeQueue to a static function

2015-03-25 Thread Tatsuo Ishii
Make SyncRepWakeQueue to a static function

It is only used in src/backend/replication/syncrep.c.

Back-patch to all supported branches except 9.1 which declares the
function as static.

Branch
--
REL9_4_STABLE

Details
---
http://git.postgresql.org/pg/commitdiff/3740bb8347a946232ad281174398a825c1b40c73

Modified Files
--
src/backend/replication/syncrep.c |3 ++-
src/include/replication/syncrep.h |3 ---
2 files changed, 2 insertions(+), 4 deletions(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Make SyncRepWakeQueue to a static function

2015-03-25 Thread Tatsuo Ishii
Make SyncRepWakeQueue to a static function

It is only used in src/backend/replication/syncrep.c.

Back-patch to all supported branches except 9.1 which declares the
function as static.

Branch
--
REL9_3_STABLE

Details
---
http://git.postgresql.org/pg/commitdiff/56abebb9be6d1e7179d10cdc362caa4405f06784

Modified Files
--
src/backend/replication/syncrep.c |3 ++-
src/include/replication/syncrep.h |3 ---
2 files changed, 2 insertions(+), 4 deletions(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Make SyncRepWakeQueue to a static function

2015-03-25 Thread Tatsuo Ishii
Make SyncRepWakeQueue to a static function

It is only used in src/backend/replication/syncrep.c.

Back-patch to all supported branches except 9.1 which declares the
function as static.

Branch
--
REL9_2_STABLE

Details
---
http://git.postgresql.org/pg/commitdiff/e37c1090df88ca6d7e88f3753fac2f980f6a9dcd

Modified Files
--
src/backend/replication/syncrep.c |3 ++-
src/include/replication/syncrep.h |3 ---
2 files changed, 2 insertions(+), 4 deletions(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix integer overflow in debug message of walreceiver

2015-03-13 Thread Tatsuo Ishii
Fix integer overflow in debug message of walreceiver

The message tries to tell the replication apply delay which fails if
the first WAL record is not applied yet. Fix is, instead of telling
overflowed minus numeric, showing N/A which indicates that the delay
data is not yet available. Problem reported by me and patch by
Fabrízio de Royes Mello.

Back patched to 9.4, 9.3 and 9.2 stable branches (9.1 and 9.0 do not
have the debug message).

Branch
--
REL9_4_STABLE

Details
---
http://git.postgresql.org/pg/commitdiff/432478597957ccbd80aea8ad2befeb67db2f6564

Modified Files
--
src/backend/replication/walreceiver.c  |   21 -
src/backend/replication/walreceiverfuncs.c |   12 ++--
2 files changed, 26 insertions(+), 7 deletions(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix integer overflow in debug message of walreceiver

2015-03-13 Thread Tatsuo Ishii
Fix integer overflow in debug message of walreceiver

The message tries to tell the replication apply delay which fails if
the first WAL record is not applied yet. Fix is, instead of telling
overflowed minus numeric, showing N/A which indicates that the delay
data is not yet available. Problem reported by me and patch by
Fabrízio de Royes Mello.

Back patched to 9.4, 9.3 and 9.2 stable branches (9.1 and 9.0 do not
have the debug message).

Branch
--
REL9_3_STABLE

Details
---
http://git.postgresql.org/pg/commitdiff/089b371a3977bd3a7b71a79966e8ea86296ecda3

Modified Files
--
src/backend/replication/walreceiver.c  |   21 -
src/backend/replication/walreceiverfuncs.c |   12 ++--
2 files changed, 26 insertions(+), 7 deletions(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix integer overflow in debug message of walreceiver

2015-03-13 Thread Tatsuo Ishii
Fix integer overflow in debug message of walreceiver

The message tries to tell the replication apply delay which fails if
the first WAL record is not applied yet. Fix is, instead of telling
overflowed minus numeric, showing N/A which indicates that the delay
data is not yet available. Problem reported by me and patch by
Fabrízio de Royes Mello.

Back patched to 9.4, 9.3 and 9.2 stable branches (9.1 and 9.0 do not
have the debug message).

Branch
--
master

Details
---
http://git.postgresql.org/pg/commitdiff/364c006c1fba7ba7825fb06ef0166e752546f357

Modified Files
--
src/backend/replication/walreceiver.c  |   21 -
src/backend/replication/walreceiverfuncs.c |   12 ++--
2 files changed, 26 insertions(+), 7 deletions(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix integer overflow in debug message of walreceiver

2015-03-13 Thread Tatsuo Ishii
Fix integer overflow in debug message of walreceiver

The message tries to tell the replication apply delay which fails if
the first WAL record is not applied yet. Fix is, instead of telling
overflowed minus numeric, showing N/A which indicates that the delay
data is not yet available. Problem reported by me and patch by
Fabrízio de Royes Mello.

Back patched to 9.4, 9.3 and 9.2 stable branches (9.1 and 9.0 do not
have the debug message).

Branch
--
REL9_2_STABLE

Details
---
http://git.postgresql.org/pg/commitdiff/4909cb59df40a011b041ce97a68e4d73a54da6ee

Modified Files
--
src/backend/replication/walreceiver.c  |   21 -
src/backend/replication/walreceiverfuncs.c |   12 ++--
2 files changed, 26 insertions(+), 7 deletions(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix resource leak pointed out by Coverity.

2014-12-30 Thread Tatsuo Ishii
Fix resource leak pointed out by Coverity.

Branch
--
REL9_1_STABLE

Details
---
http://git.postgresql.org/pg/commitdiff/4c136b0b6389ce24838cc78eda5d213c15ac93fe

Modified Files
--
contrib/pgbench/pgbench.c |2 ++
1 file changed, 2 insertions(+)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix resource leak pointed out by Coverity.

2014-12-30 Thread Tatsuo Ishii
Fix resource leak pointed out by Coverity.

Branch
--
REL9_4_STABLE

Details
---
http://git.postgresql.org/pg/commitdiff/458e8bc653ab7f25de432762c89272540abfeaeb

Modified Files
--
contrib/pgbench/pgbench.c |2 ++
1 file changed, 2 insertions(+)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix resource leak pointed out by Coverity.

2014-12-30 Thread Tatsuo Ishii
Fix resource leak pointed out by Coverity.

Branch
--
REL9_3_STABLE

Details
---
http://git.postgresql.org/pg/commitdiff/ed0e03283579eb6c79be7c98f050cf6c447a9986

Modified Files
--
contrib/pgbench/pgbench.c |2 ++
1 file changed, 2 insertions(+)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix resource leak pointed out by Coverity.

2014-12-30 Thread Tatsuo Ishii
Fix resource leak pointed out by Coverity.

Branch
--
master

Details
---
http://git.postgresql.org/pg/commitdiff/3b5a89c4820fb11c337838c1ad71e8e93f2937d1

Modified Files
--
contrib/pgbench/pgbench.c |2 ++
1 file changed, 2 insertions(+)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix resource leak pointed out by Coverity.

2014-12-30 Thread Tatsuo Ishii
Fix resource leak pointed out by Coverity.

Branch
--
REL9_0_STABLE

Details
---
http://git.postgresql.org/pg/commitdiff/9b74f35744b68f6f1b3338f2053aa6b8d641f9dd

Modified Files
--
contrib/pgbench/pgbench.c |9 +
1 file changed, 9 insertions(+)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix resource leak pointed out by Coverity.

2014-12-30 Thread Tatsuo Ishii
Fix resource leak pointed out by Coverity.

Branch
--
REL9_2_STABLE

Details
---
http://git.postgresql.org/pg/commitdiff/4db7eaae0f1aca8503f8a638a2775c1a3e0a17bb

Modified Files
--
contrib/pgbench/pgbench.c |2 ++
1 file changed, 2 insertions(+)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Enhance pgbench's option checking.

2014-08-12 Thread Tatsuo Ishii
Enhance pgbench's option checking.

Now benchmarking options such as -c cannot be used if initializing
option (-i) is specified.  Also initializing options such as -F cannot
be used if initializing option is not specified.

Tatsuo Ishii and Fabien COELHO.

Branch
--
master

Details
---
http://git.postgresql.org/pg/commitdiff/51222a176624e8529143f26f43da200c5beb0e9e

Modified Files
--
contrib/pgbench/pgbench.c |   48 ++---
1 file changed, 41 insertions(+), 7 deletions(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Add ALTER SYSTEM command to edit the server configuration file.

2013-12-18 Thread Tatsuo Ishii
Add ALTER SYSTEM command to edit the server configuration file.

Patch contributed by Amit Kapila. Reviewed by Hari Babu, Masao Fujii,
Boszormenyi Zoltan, Andres Freund, Greg Smith and others.

Branch
--
master

Details
---
http://git.postgresql.org/pg/commitdiff/65d6e4cb5c62371dae6c236a7e709d503ae6ddf8

Modified Files
--
doc/src/sgml/config.sgml |   13 +
doc/src/sgml/ref/allfiles.sgml   |1 +
doc/src/sgml/ref/alter_system.sgml   |  114 +++
doc/src/sgml/reference.sgml  |1 +
doc/src/sgml/storage.sgml|6 +
src/backend/nodes/copyfuncs.c|   13 +
src/backend/nodes/equalfuncs.c   |   12 +
src/backend/parser/gram.y|   27 +-
src/backend/replication/basebackup.c |7 +
src/backend/tcop/utility.c   |   13 +
src/backend/utils/misc/guc-file.l|   35 +-
src/backend/utils/misc/guc.c |  614 +-
src/bin/initdb/initdb.c  |   16 +
src/include/nodes/nodes.h|1 +
src/include/nodes/parsenodes.h   |   10 +
src/include/pg_config_manual.h   |7 +
src/include/storage/lwlock.h |1 +
src/include/utils/guc.h  |1 +
18 files changed, 797 insertions(+), 95 deletions(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Add SHIFT_JIS as an accepted encoding name for locale checking

2013-12-14 Thread Tatsuo Ishii
Add SHIFT_JIS as an accepted encoding name for locale checking.

When locale is ja_JP.SJIS, nl_langinfo(CODESET) returns SHIFT_JIS
on some platforms, at least on RedHat Linux. So the encoding/locale
match table (encoding_match_list) needs the entry. Otherwise client
encoding is set to SQL_ASCII.

Back patch to all supported branches.

Branch
--
REL9_3_STABLE

Details
---
http://git.postgresql.org/pg/commitdiff/8122e6f85a77872f9c67ed384398244e95c1e8e9

Modified Files
--
src/port/chklocale.c |1 +
1 file changed, 1 insertion(+)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Add SHIFT_JIS as an accepted encoding name for locale checking

2013-12-14 Thread Tatsuo Ishii
Add SHIFT_JIS as an accepted encoding name for locale checking.

When locale is ja_JP.SJIS, nl_langinfo(CODESET) returns SHIFT_JIS
on some platforms, at least on RedHat Linux. So the encoding/locale
match table (encoding_match_list) needs the entry. Otherwise client
encoding is set to SQL_ASCII.

Back patch to all supported branches.

Branch
--
master

Details
---
http://git.postgresql.org/pg/commitdiff/1f0626ee40f2decd93ca96c6f9e9a9b5edff57ba

Modified Files
--
src/port/chklocale.c |1 +
1 file changed, 1 insertion(+)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Add SHIFT_JIS as an accepted encoding name for locale checking

2013-12-14 Thread Tatsuo Ishii
Add SHIFT_JIS as an accepted encoding name for locale checking.

When locale is ja_JP.SJIS, nl_langinfo(CODESET) returns SHIFT_JIS
on some platforms, at least on RedHat Linux. So the encoding/locale
match table (encoding_match_list) needs the entry. Otherwise client
encoding is set to SQL_ASCII.

Back patch to all supported branches.

Branch
--
REL9_1_STABLE

Details
---
http://git.postgresql.org/pg/commitdiff/035226c61b9ac6882f7a7f0c0e51fd590c60d229

Modified Files
--
src/port/chklocale.c |1 +
1 file changed, 1 insertion(+)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Add SHIFT_JIS as an accepted encoding name for locale checking

2013-12-14 Thread Tatsuo Ishii
Add SHIFT_JIS as an accepted encoding name for locale checking.

When locale is ja_JP.SJIS, nl_langinfo(CODESET) returns SHIFT_JIS
on some platforms, at least on RedHat Linux. So the encoding/locale
match table (encoding_match_list) needs the entry. Otherwise client
encoding is set to SQL_ASCII.

Back patch to all supported branches.

Branch
--
REL9_2_STABLE

Details
---
http://git.postgresql.org/pg/commitdiff/0c07ef1ad2ba73a6a050f3e1a19267f961a43586

Modified Files
--
src/port/chklocale.c |1 +
1 file changed, 1 insertion(+)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Add SHIFT_JIS as an accepted encoding name for locale checking

2013-12-14 Thread Tatsuo Ishii
Add SHIFT_JIS as an accepted encoding name for locale checking.

When locale is ja_JP.SJIS, nl_langinfo(CODESET) returns SHIFT_JIS
on some platforms, at least on RedHat Linux. So the encoding/locale
match table (encoding_match_list) needs the entry. Otherwise client
encoding is set to SQL_ASCII.

Back patch to all supported branches.

Branch
--
REL8_4_STABLE

Details
---
http://git.postgresql.org/pg/commitdiff/69f77d75658821ddd6ecf102a7ab4b27eb316d80

Modified Files
--
src/port/chklocale.c |1 +
1 file changed, 1 insertion(+)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Add SHIFT_JIS as an accepted encoding name for locale checking

2013-12-14 Thread Tatsuo Ishii
Add SHIFT_JIS as an accepted encoding name for locale checking.

When locale is ja_JP.SJIS, nl_langinfo(CODESET) returns SHIFT_JIS
on some platforms, at least on RedHat Linux. So the encoding/locale
match table (encoding_match_list) needs the entry. Otherwise client
encoding is set to SQL_ASCII.

Back patch to all supported branches.

Branch
--
REL9_0_STABLE

Details
---
http://git.postgresql.org/pg/commitdiff/7016d970d0f1f3a59249a28c6148158bc47c6bd8

Modified Files
--
src/port/chklocale.c |1 +
1 file changed, 1 insertion(+)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix progress logging when scale factor is large.

2013-12-12 Thread Tatsuo Ishii
Fix progress logging when scale factor is large.

Integer overflow showed minus percent and minus remaining time something like 
this.
  23930 of 38 tuples (-48%) done (elapsed 226.86 s, remaining 
-696.10 s).

Branch
--
REL9_3_STABLE

Details
---
http://git.postgresql.org/pg/commitdiff/27902bc9164d227cbdf1242de218edeaf8cd9f7f

Modified Files
--
contrib/pgbench/pgbench.c |8 
1 file changed, 4 insertions(+), 4 deletions(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Fix progress logging when scale factor is large.

2013-12-12 Thread Tatsuo Ishii
Fix progress logging when scale factor is large.

Integer overflow showed minus percent and minus remaining time something like 
this.
  23930 of 38 tuples (-48%) done (elapsed 226.86 s, remaining 
-696.10 s).

Branch
--
master

Details
---
http://git.postgresql.org/pg/commitdiff/841a65482d6e198b71a0df987b8b9822608d5ef4

Modified Files
--
contrib/pgbench/pgbench.c |8 
1 file changed, 4 insertions(+), 4 deletions(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Add --rate option.

2013-07-22 Thread Tatsuo Ishii
Add --rate option.

This controls the target transaction rate to certain tps, rather than
maximum. Patch contributed by Fabien COELHO, reviewed by Greg Smith,
and slight editing by me.

Branch
--
master

Details
---
http://git.postgresql.org/pg/commitdiff/fc9f4e9f8c981bbc050e5566cf558112c938da2c

Modified Files
--
contrib/pgbench/pgbench.c |  178 -
doc/src/sgml/pgbench.sgml |   48 +++-
2 files changed, 206 insertions(+), 20 deletions(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Add description that loread()/lowrite() are corresponding to

2013-06-10 Thread Tatsuo Ishii
Add description that loread()/lowrite() are corresponding to
lo_read()/lo_write() in libpq to avoid confusion.

Branch
--
REL8_4_STABLE

Details
---
http://git.postgresql.org/pg/commitdiff/f5ef162dffdd608ea48d9632d7847a1bd393d9c6

Modified Files
--
doc/src/sgml/lobj.sgml |   12 
1 file changed, 8 insertions(+), 4 deletions(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Add description that loread()/lowrite() are corresponding to

2013-06-10 Thread Tatsuo Ishii
Add description that loread()/lowrite() are corresponding to
lo_read()/lo_write() in libpq to avoid confusion.

Branch
--
REL9_0_STABLE

Details
---
http://git.postgresql.org/pg/commitdiff/ca97a8dff5c947b5bebb9efe999f75ca236931e9

Modified Files
--
doc/src/sgml/lobj.sgml |   12 
1 file changed, 8 insertions(+), 4 deletions(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


  1   2   3   >