[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(-)

[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

[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

[COMMITTERS] pgsql: Fix comment for GetCurrentIntegerTimestamp().

2015-06-28 Thread Kevin Grittner
Fix comment for GetCurrentIntegerTimestamp(). The unit of measure is microseconds, not milliseconds. Backpatch to 9.3 where the function and its comment were added. Branch -- REL9_3_STABLE Details --- http://git.postgresql.org/pg/commitdiff/f9b38ab6536e0c175cf94bea0c8f2a3d9fed175a

[COMMITTERS] pgsql: Fix comment for GetCurrentIntegerTimestamp().

2015-06-28 Thread Kevin Grittner
Fix comment for GetCurrentIntegerTimestamp(). The unit of measure is microseconds, not milliseconds. Backpatch to 9.3 where the function and its comment were added. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/cca8ba9529f8815acd23fe88c32763765d0e1b68 Modified

Re: [COMMITTERS] pgsql: Fix the fallback memory barrier implementation to be reentrant.

2015-06-28 Thread Tom Lane
Andres Freund and...@anarazel.de writes: Fix the fallback memory barrier implementation to be reentrant. Seems this has not done the trick: anole just crashed with stuck spinlock again. regards, tom lane -- Sent via pgsql-committers mailing list

[COMMITTERS] pgsql: Run the C portions of guc-file.l through pgindent.

2015-06-28 Thread Tom Lane
Run the C portions of guc-file.l through pgindent. Yeah, I know, pretty anal-retentive of me. But we oughta find some way to automate this for the .y and .l files. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/2bdc51a2946f9a66688eb705cd0cb584ebd8240a Modified

[COMMITTERS] pgsql: Improve design and implementation of pg_file_settings view.

2015-06-28 Thread Tom Lane
Improve design and implementation of pg_file_settings view. As first committed, this view reported on the file contents as they were at the last SIGHUP event. That's not as useful as reporting on the current contents, and what's more, it didn't work right on Windows unless the current session

[COMMITTERS] pgsql: Back-patch some minor bug fixes in GUC code.

2015-06-28 Thread Tom Lane
Back-patch some minor bug fixes in GUC code. In 9.4, fix a 9.4.1 regression that allowed multiple entries for a PGC_POSTMASTER variable to cause bogus complaints in the postmaster log. (The issue here was that commit bf007a27acd7b2fb unintentionally reverted 3e3f65973a3c94a6, which suppressed any

[COMMITTERS] pgsql: Back-patch some minor bug fixes in GUC code.

2015-06-28 Thread Tom Lane
Back-patch some minor bug fixes in GUC code. In 9.4, fix a 9.4.1 regression that allowed multiple entries for a PGC_POSTMASTER variable to cause bogus complaints in the postmaster log. (The issue here was that commit bf007a27acd7b2fb unintentionally reverted 3e3f65973a3c94a6, which suppressed any

Re: [COMMITTERS] pgsql: Run the C portions of guc-file.l through pgindent.

2015-06-28 Thread Michael Paquier
On Mon, Jun 29, 2015 at 9:49 AM, Tom Lane t...@sss.pgh.pa.us wrote: Run the C portions of guc-file.l through pgindent. Yeah, I know, pretty anal-retentive of me. But we oughta find some way to automate this for the .y and .l files. .y files may be tricky and .l files less. Still one good way

[COMMITTERS] pgsql: Translation updates

2015-06-28 Thread Peter Eisentraut
Translation updates Source-Git-URL: git://git.postgresql.org/git/pgtranslation/messages.git Source-Git-Hash: fb7e72f46cfafa1b5bfe4564d9686d63a1e6383f Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/c5e5d444de85a7caff462443c5915544d4406a62 Modified Files