[COMMITTERS] pgsql: Mention the default pg_ctl wait time in the -t option documentat

2010-10-14 Thread Peter Eisentraut
Mention the default pg_ctl wait time in the -t option documentation Branch -- master Details --- http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=ceb5b787c6fcfbb8667f3b0254d2f2796cee20e2 Modified Files -- doc/src/sgml/ref/pg_ctl-ref.sgml |5 +++-- 1 files c

Re: [COMMITTERS] pgsql: Put per-letter quicklinks at the top of the HTML bookindex page

2010-10-14 Thread Thom Brown
On 13 October 2010 20:49, Peter Eisentraut wrote: > Put per-letter quicklinks at the top of the HTML bookindex page > > Branch > -- > master > > Details > --- > http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=3bf79839c81b84a234c40faa56c8e0464a533b6a > > Modified Files > --

[COMMITTERS] textsearch-ja - textsearch_groonga: Shared locks on read are no longer

2010-10-14 Thread User Itagaki
Log Message: --- Shared locks on read are no longer needed in the latest groonga. Modified Files: -- textsearch_groonga: textsearch_groonga.c (r1.9 -> r1.10) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/textsearch-ja/textsearch_groonga/textsearch_groonga.c?

[COMMITTERS] psqlodbc - psqlodbc: Some specification changes.

2010-10-14 Thread Hiroshi Saito
Log Message: --- Some specification changes. Modified Files: -- psqlodbc/docs: win32-compilation.html (r1.7 -> r1.8) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/docs/win32-compilation.html?r1=1.7&r2=1.8) unix-compilation.html (r1.

[COMMITTERS] pgbuildfarm - client-code: fix error message position

2010-10-14 Thread User Andrewd
Log Message: --- fix error message position Modified Files: -- client-code/PGBuild: SCM.pm (r1.9 -> r1.10) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbuildfarm/client-code/PGBuild/SCM.pm?r1=1.9&r2=1.10) -- Sent via pgsql-committers mailing list (pgsql

[COMMITTERS] pgsql: Applied patch by Itagaki Takahiro to fix incorrect status calcul

2010-10-14 Thread Michael Meskes
Applied patch by Itagaki Takahiro to fix incorrect status calculation in ecpglib. Instead of parsing the statement just as ask the database server. This patch removes the whole client side track keeping of the current transaction status. Branch -- master Details --- http://git.postgresql.

[COMMITTERS] pgsql: Applied patch by Itagaki Takahiro to fix incorrect status calcul

2010-10-14 Thread Michael Meskes
Applied patch by Itagaki Takahiro to fix incorrect status calculation in ecpglib. Instead of parsing the statement just as ask the database server. Branch -- REL8_4_STABLE Details --- http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=a0e02dc1af7142fe1a4ee68c8f635aa3f84cc8b7

[COMMITTERS] pgsql: Applied patch by Itagaki Takahiro to fix incorrect status calcul

2010-10-14 Thread Michael Meskes
Applied patch by Itagaki Takahiro to fix incorrect status calculation in ecpglib. Instead of parsing the statement just as ask the database server. Branch -- REL9_0_STABLE Details --- http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=86d4cc4a2acedeacdaa3535113cb90dabbd752ea

[COMMITTERS] pgsql: Fix bug in comment of timeline history file.

2010-10-14 Thread Simon Riggs
Fix bug in comment of timeline history file. Fujii Masao Branch -- master Details --- http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=45cd9199c2498b043989a5abbd04def806b3 Modified Files -- src/backend/access/transam/xlog.c |2 +- 1 files changed, 1 in

[COMMITTERS] pgsql: Fix bug in comment of timeline history file.

2010-10-14 Thread Simon Riggs
Fix bug in comment of timeline history file. Fujii Masao Branch -- REL9_0_STABLE Details --- http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=392e01a03a36bee3665fc1d9317f904cc8d2cda1 Modified Files -- src/backend/access/transam/xlog.c |2 +- 1 files change

[COMMITTERS] pgsql: Make startup process respond to signals to cancel waiting on lat

2010-10-14 Thread Simon Riggs
Make startup process respond to signals to cancel waiting on latch. A tidy up for recently committed changes to startup latch. Fujii Masao Branch -- master Details --- http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=3bbcc5c9992f21fa735f438f5ff5f3a81efea39c Modified File

[COMMITTERS] pgsql: Improvements to docs about pg_archive_cleanup and use of archive

2010-10-14 Thread Simon Riggs
Improvements to docs about pg_archive_cleanup and use of archives Brendan Jurd Branch -- master Details --- http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=7085891784784fda7314c0510da901fc8402380a Modified Files -- doc/src/sgml/high-availability.sgml | 26

[COMMITTERS] pgsql: Fix makefile logic to not break the build when xgettext is missi

2010-10-14 Thread Peter Eisentraut
Fix makefile logic to not break the build when xgettext is missing xgettext is only required when make init-po is run manually; it is not required for a build. The intent to handle that was already there, but the ifdef's were in the wrong place. Branch -- master Details --- http://git.p

[COMMITTERS] pgsql: Complete the documentation of the USAGE privilege for foreign se

2010-10-14 Thread Peter Eisentraut
Complete the documentation of the USAGE privilege for foreign servers The GRANT reference page failed to mention that the USAGE privilege allows modifying associated user mappings, although this was already documented on the CREATE/ALTER/DROP USER MAPPING pages. Branch -- master Details

[COMMITTERS] pgsql: Remove reference.ced

2010-10-14 Thread Peter Eisentraut
Remove reference.ced This is a parsed DocBook DTD for the PSGML Emacs mode, but it hasn't been updated since we switched to DocBook 4.2 about seven years ago. Also, PSGML has deprecated this method of DTD parsing. Branch -- master Details --- http://git.postgresql.org/gitweb?p=postgresql

[COMMITTERS] pgsql: Document (compositeval).* field selection syntax

2010-10-14 Thread Peter Eisentraut
Document (compositeval).* field selection syntax Branch -- master Details --- http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=80ada4c0dbc877d494f7c8886fdaebda0fbbe0bc Modified Files -- doc/src/sgml/syntax.sgml |9 + 1 files changed, 9 insertions(+)

[COMMITTERS] pgsql: Complete the documentation of the USAGE privilege for foreign se

2010-10-14 Thread Peter Eisentraut
Complete the documentation of the USAGE privilege for foreign servers The GRANT reference page failed to mention that the USAGE privilege allows modifying associated user mappings, although this was already documented on the CREATE/ALTER/DROP USER MAPPING pages. Branch -- REL9_0_STABLE Detai

[COMMITTERS] pgsql: Complete the documentation of the USAGE privilege for foreign se

2010-10-14 Thread Peter Eisentraut
Complete the documentation of the USAGE privilege for foreign servers The GRANT reference page failed to mention that the USAGE privilege allows modifying associated user mappings, although this was already documented on the CREATE/ALTER/DROP USER MAPPING pages. Branch -- REL8_4_STABLE Detai

[COMMITTERS] pgsql: Support MergeAppend plans, to allow sorted output from append re

2010-10-14 Thread Tom Lane
Support MergeAppend plans, to allow sorted output from append relations. This patch eliminates the former need to sort the output of an Append scan when an ordered scan of an inheritance tree is wanted. This should be particularly useful for fast-start cases such as queries with LIMIT. Original

[COMMITTERS] pgsql: Improvements to docs about pg_archive_cleanup and use of archive

2010-10-14 Thread Simon Riggs
Improvements to docs about pg_archive_cleanup and use of archives Brendan Jurd Branch -- REL9_0_STABLE Details --- http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=d609ff3ced934ec46f1200ab5adf9f26b995cd4a Modified Files -- doc/src/sgml/high-availability.sgml

[COMMITTERS] pgsql: Add pg_user_mappings to the table of system views.

2010-10-14 Thread Robert Haas
Add pg_user_mappings to the table of system views. Branch -- REL8_4_STABLE Details --- http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=e6e906aee30ba65bb60891fc95c72d882d16b470 Modified Files -- doc/src/sgml/catalogs.sgml |5 + 1 files changed, 5 insert

[COMMITTERS] pgsql: Add pg_user_mappings to the table of system views.

2010-10-14 Thread Robert Haas
Add pg_user_mappings to the table of system views. Branch -- master Details --- http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=e4682133586c641096969ff26dc520d1d6bac7cc Modified Files -- doc/src/sgml/catalogs.sgml |5 + 1 files changed, 5 insertions(+)

[COMMITTERS] pgsql: Add pg_user_mappings to the table of system views.

2010-10-14 Thread Robert Haas
Add pg_user_mappings to the table of system views. Branch -- REL9_0_STABLE Details --- http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=fb9bb9f4cfb6bb9a00673d267e0fe08e7cec9eff Modified Files -- doc/src/sgml/catalogs.sgml |5 + 1 files changed, 5 insert

[COMMITTERS] pgsql: Improve comment about ignoring 128 error code on Windows:

2010-10-14 Thread Bruce Momjian
Improve comment about ignoring 128 error code on Windows: * Microsoft reports it is related to mutex failure: * http://archives.postgresql.org/pgsql-hackers/2010-09/msg00790.php Branch -- master Details --- http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=2317